StoredFlowExecution
@forge/monorepo / backend/src / StoredFlowExecution
Type Alias: StoredFlowExecution
StoredFlowExecution =
object
Defined in: backend/src/persistence/index.ts:1861
Properties
currentStep
readonlycurrentStep:string|null
Defined in: backend/src/persistence/index.ts:1867
execution
readonlyexecution:unknown
Defined in: backend/src/persistence/index.ts:1871
The whole execution document, as the flows layer wrote it.
finishedAt?
readonlyoptionalfinishedAt?:string
Defined in: backend/src/persistence/index.ts:1876
flowId
readonlyflowId:string
Defined in: backend/src/persistence/index.ts:1863
flowVersion
readonlyflowVersion:number
Defined in: backend/src/persistence/index.ts:1864
id
readonlyid:string
Defined in: backend/src/persistence/index.ts:1862
runId
readonlyrunId:RunId
Defined in: backend/src/persistence/index.ts:1865
startedAt
readonlystartedAt:string
Defined in: backend/src/persistence/index.ts:1875
status
readonlystatus:string
Defined in: backend/src/persistence/index.ts:1866
steps
readonlysteps:number
Defined in: backend/src/persistence/index.ts:1869
How many steps have completed. The monotonic guard reads this.
waitingRunId?
readonlyoptionalwaitingRunId?:RunId
Defined in: backend/src/persistence/index.ts:1874
The child run this execution is parked on — #202. Indexed, because a settled run has to find its parent.
waitingSignal?
readonlyoptionalwaitingSignal?:string
Defined in: backend/src/persistence/index.ts:1872