AdvanceInput
@forge/monorepo / backend/src / AdvanceInput
Type Alias: AdvanceInput
AdvanceInput =
object
Defined in: backend/src/flows/interpreter.ts:88
Properties
definition
readonlydefinition:FlowDefinition
Defined in: backend/src/flows/interpreter.ts:89
execution
readonlyexecution:FlowExecution
Defined in: backend/src/flows/interpreter.ts:90
nowIso
readonlynowIso:string
Defined in: backend/src/flows/interpreter.ts:94
nowMs
readonlynowMs:number
Defined in: backend/src/flows/interpreter.ts:93
outcome?
readonlyoptionaloutcome?:StepOutcome
Defined in: backend/src/flows/interpreter.ts:92
Absent on the first call, and on a call that only wants the current effect back (a resume after a restart).