Skip to main content

AdvanceInput

@forge/monorepo


@forge/monorepo / backend/src / AdvanceInput

Type Alias: AdvanceInput

AdvanceInput = object

Defined in: backend/src/flows/interpreter.ts:88

Properties

definition

readonly definition: FlowDefinition

Defined in: backend/src/flows/interpreter.ts:89


execution

readonly execution: FlowExecution

Defined in: backend/src/flows/interpreter.ts:90


nowIso

readonly nowIso: string

Defined in: backend/src/flows/interpreter.ts:94


nowMs

readonly nowMs: number

Defined in: backend/src/flows/interpreter.ts:93


outcome?

readonly optional outcome?: 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).