JourneyCallArgs
Interface: JourneyCallArgs
Defined in: src/serve/modes.ts:104
Properties
acknowledgementId?
optionalacknowledgementId?:string
Defined in: src/serve/modes.ts:119
The acknowledgement this step performs — see DoActionArgs.acknowledgementId.
confirm?
optionalconfirm?:boolean
Defined in: src/serve/modes.ts:107
decline?
optionaldecline?:boolean
Defined in: src/serve/modes.ts:113
Record the human's refusal of a high-effect step (they said no) — closes the
ask, does not fire. Under requireHumanApproval it is recorded as the
caller's REPORT and closes nothing, so the person's card stays live.
input?
optionalinput?:unknown
Defined in: src/serve/modes.ts:106
instance?
optionalinstance?:string
Defined in: src/serve/modes.ts:115
Instance key for steps on repeats containers (from instances in results).
offerId?
optionalofferId?:string
Defined in: src/serve/modes.ts:117
The served row this step was planned against — see DoActionArgs.offerId.
step?
optionalstep?:string
Defined in: src/serve/modes.ts:105