Skip to content

@persistent-ai/fireflow-executor / server / ChildFeedItem

Interface: ChildFeedItem

Defined in: packages/fireflow-executor/types/execution.ts:67

Properties

completedAt?

optional completedAt?: 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?

optional durationMs?: number

Defined in: packages/fireflow-executor/types/execution.ts:89


errorMessage?

optional errorMessage?: string

Defined in: packages/fireflow-executor/types/execution.ts:97


flowId?

optional flowId?: 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?

optional path?: string

Defined in: packages/fireflow-executor/types/execution.ts:79


ref?

optional ref?: string

Defined in: packages/fireflow-executor/types/execution.ts:78


rootExecutionId

rootExecutionId: string | null

Defined in: packages/fireflow-executor/types/execution.ts:85


startedAt?

optional startedAt?: Date

Defined in: packages/fireflow-executor/types/execution.ts:87


status

status: ExecutionStatus

Defined in: packages/fireflow-executor/types/execution.ts:82


triggerActionName?

optional triggerActionName?: string

Defined in: packages/fireflow-executor/types/execution.ts:90


triggerActionPreview?

optional triggerActionPreview?: string

Defined in: packages/fireflow-executor/types/execution.ts:91


triggerEventName?

optional triggerEventName?: string

Defined in: packages/fireflow-executor/types/execution.ts:94

Deprecated

Use triggerActionName


triggerEventPreview?

optional triggerEventPreview?: string

Defined in: packages/fireflow-executor/types/execution.ts:96

Deprecated

Use triggerActionPreview


triggerPayload?

optional triggerPayload?: unknown

Defined in: packages/fireflow-executor/types/execution.ts:92


workspaceId?

optional workspaceId?: 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.

Licensed under BUSL-1.1