Skip to content

PersistentAI API Documentation / @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: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?

optional durationMs: number

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


errorMessage?

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

optional startedAt: Date

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


status

status: ExecutionStatus

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


triggerEventName?

optional triggerEventName: string

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


triggerEventPreview?

optional triggerEventPreview: string

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

Licensed under BUSL-1.1