@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:88
createdAt
createdAt:
Date
Defined in: packages/fireflow-executor/types/execution.ts:86
depth
depth:
number
Defined in: packages/fireflow-executor/types/execution.ts:83
directChildCount
directChildCount:
number
Defined in: packages/fireflow-executor/types/execution.ts:98
durationMs?
optionaldurationMs?:number
Defined in: packages/fireflow-executor/types/execution.ts:89
errorMessage?
optionalerrorMessage?:string
Defined in: packages/fireflow-executor/types/execution.ts:97
flowId?
optionalflowId?:string
Defined in: packages/fireflow-executor/types/execution.ts:81
Soft label only (RFC 056); nothing partitions on it.
id
id:
string
Defined in: packages/fireflow-executor/types/execution.ts:68
parentExecutionId
parentExecutionId:
string|null
Defined in: packages/fireflow-executor/types/execution.ts:84
path?
optionalpath?:string
Defined in: packages/fireflow-executor/types/execution.ts:79
ref?
optionalref?:string
Defined in: packages/fireflow-executor/types/execution.ts:78
rootExecutionId
rootExecutionId:
string|null
Defined in: packages/fireflow-executor/types/execution.ts:85
startedAt?
optionalstartedAt?:Date
Defined in: packages/fireflow-executor/types/execution.ts:87
status
status:
ExecutionStatus
Defined in: packages/fireflow-executor/types/execution.ts:82
triggerActionName?
optionaltriggerActionName?:string
Defined in: packages/fireflow-executor/types/execution.ts:90
triggerActionPreview?
optionaltriggerActionPreview?:string
Defined in: packages/fireflow-executor/types/execution.ts:91
triggerEventName?
optionaltriggerEventName?:string
Defined in: packages/fireflow-executor/types/execution.ts:94
Deprecated
Use triggerActionName
triggerEventPreview?
optionaltriggerEventPreview?:string
Defined in: packages/fireflow-executor/types/execution.ts:96
Deprecated
Use triggerActionPreview
triggerPayload?
optionaltriggerPayload?:unknown
Defined in: packages/fireflow-executor/types/execution.ts:92
workspaceId?
optionalworkspaceId?:string
Defined in: packages/fireflow-executor/types/execution.ts:77
VFS coordinate this execution ran — the canvas partition key (flowRefKey) for node addressing (RFC 056 Option B). Present on persisted feed items (from the execution row); absent only on transient optimistic placeholders built from CHILD_EXECUTION_SPAWNED (replaced on the next refresh). Lets a "add as layer" action seed the runtime with the child's real coordinate — a subflow child may run a different flow/branch than its parent.