Skip to content

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

Interface: ChildFeedItem

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

Properties

completedAt?

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

optional durationMs?: number

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


errorMessage?

optional errorMessage?: string

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


flowId?

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

optional path?: string

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


ref?

optional ref?: string

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


rootExecutionId

rootExecutionId: string | null

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


startedAt?

optional startedAt?: Date

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


status

status: ExecutionStatus

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


triggerActionName?

optional triggerActionName?: string

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


triggerActionPreview?

optional triggerActionPreview?: string

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


triggerEventName?

optional triggerEventName?: string

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

Deprecated

Use triggerActionName


triggerEventPreview?

optional triggerEventPreview?: string

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

Deprecated

Use triggerActionPreview


workspaceId?

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

Licensed under BUSL-1.1