Skip to content

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

Interface: DbosExecutionStep

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

Properties

completedAt

completedAt: Date | null

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


durationMs

durationMs: number | null

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


functionId

functionId: number

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


functionName

functionName: string

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


hasError

hasError: boolean

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


kind

kind: "node" | "system"

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


nodeId?

optional nodeId?: string

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


nodeType?

optional nodeType?: string

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


startedAt

startedAt: Date | null

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

Licensed under BUSL-1.1