PersistentAI API Documentation / @persistent-ai/fireflow-executor / server / ChildFeedItem
Interface: ChildFeedItem
Defined in: packages/fireflow-executor/types/execution.ts:67
Properties
completedAt?
optionalcompletedAt:Date
Defined in: packages/fireflow-executor/types/execution.ts:75
createdAt
createdAt:
Date
Defined in: packages/fireflow-executor/types/execution.ts:73
depth
depth:
number
Defined in: packages/fireflow-executor/types/execution.ts:70
directChildCount
directChildCount:
number
Defined in: packages/fireflow-executor/types/execution.ts:80
durationMs?
optionaldurationMs:number
Defined in: packages/fireflow-executor/types/execution.ts:76
errorMessage?
optionalerrorMessage:string
Defined in: packages/fireflow-executor/types/execution.ts:79
id
id:
string
Defined in: packages/fireflow-executor/types/execution.ts:68
parentExecutionId
parentExecutionId:
string|null
Defined in: packages/fireflow-executor/types/execution.ts:71
rootExecutionId
rootExecutionId:
string|null
Defined in: packages/fireflow-executor/types/execution.ts:72
startedAt?
optionalstartedAt:Date
Defined in: packages/fireflow-executor/types/execution.ts:74
status
status:
ExecutionStatus
Defined in: packages/fireflow-executor/types/execution.ts:69
triggerEventName?
optionaltriggerEventName:string
Defined in: packages/fireflow-executor/types/execution.ts:77
triggerEventPreview?
optionaltriggerEventPreview:string
Defined in: packages/fireflow-executor/types/execution.ts:78