@persistent-ai/fireflow-executor / server / ChildFeedItem
Interface: ChildFeedItem
Defined in: packages/fireflow-executor/types/execution.ts:100
Properties
completedAt?
optionalcompletedAt?:Date
Defined in: packages/fireflow-executor/types/execution.ts:121
createdAt
createdAt:
Date
Defined in: packages/fireflow-executor/types/execution.ts:119
depth
depth:
number
Defined in: packages/fireflow-executor/types/execution.ts:116
directChildCount
directChildCount:
number
Defined in: packages/fireflow-executor/types/execution.ts:130
durationMs?
optionaldurationMs?:number
Defined in: packages/fireflow-executor/types/execution.ts:122
errorMessage?
optionalerrorMessage?:string
Defined in: packages/fireflow-executor/types/execution.ts:129
flowId?
optionalflowId?:string
Defined in: packages/fireflow-executor/types/execution.ts:114
Soft label only (RFC 056); nothing partitions on it.
id
id:
string
Defined in: packages/fireflow-executor/types/execution.ts:101
parentExecutionId
parentExecutionId:
string|null
Defined in: packages/fireflow-executor/types/execution.ts:117
path?
optionalpath?:string
Defined in: packages/fireflow-executor/types/execution.ts:112
ref?
optionalref?:string
Defined in: packages/fireflow-executor/types/execution.ts:111
rootExecutionId
rootExecutionId:
string|null
Defined in: packages/fireflow-executor/types/execution.ts:118
startedAt?
optionalstartedAt?:Date
Defined in: packages/fireflow-executor/types/execution.ts:120
status
status:
ExecutionStatus
Defined in: packages/fireflow-executor/types/execution.ts:115
triggerActionName?
optionaltriggerActionName?:string
Defined in: packages/fireflow-executor/types/execution.ts:123
triggerActionPreview?
optionaltriggerActionPreview?:string
Defined in: packages/fireflow-executor/types/execution.ts:124
triggerEventName?
optionaltriggerEventName?:string
Defined in: packages/fireflow-executor/types/execution.ts:126
Deprecated
Use triggerActionName
triggerEventPreview?
optionaltriggerEventPreview?:string
Defined in: packages/fireflow-executor/types/execution.ts:128
Deprecated
Use triggerActionPreview
workspaceId?
optionalworkspaceId?:string
Defined in: packages/fireflow-executor/types/execution.ts:110
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.