RunResult
@forge/monorepo / backend/src / RunResult
Type Alias: RunResult
RunResult =
object
Defined in: backend/src/flows/runner.ts:106
Properties
execution
readonlyexecution:FlowExecution
Defined in: backend/src/flows/runner.ts:107
stopped
readonlystopped:"settled"|"waiting"|"slice-exhausted"
Defined in: backend/src/flows/runner.ts:109
Why this call stopped: the flow settled, it parked, or the worker's slice ran out.