Skip to content

PersistentAI API Documentation / @persistentai/fireflow-executor / server / ExecutionResult

Interface: ExecutionResult

Defined in: packages/fireflow-executor/server/dbos/types.ts:14

Result of a successful fireflow execution

Properties

childTasks?

optional childTasks: ExecutionTask[]

Defined in: packages/fireflow-executor/server/dbos/types.ts:24

Child execution tasks to be spawned Populated when Event Emitter nodes emit events during execution These must be spawned at workflow level (not in step)


duration

duration: number

Defined in: packages/fireflow-executor/server/dbos/types.ts:17


error?

optional error: string

Defined in: packages/fireflow-executor/server/dbos/types.ts:18


executionId

executionId: string

Defined in: packages/fireflow-executor/server/dbos/types.ts:15


status

status: "completed" | "failed" | "stopped"

Defined in: packages/fireflow-executor/server/dbos/types.ts:16

Licensed under BUSL-1.1