For the complete documentation index, see llms.txt.
Skip to main content
Version: 8.10 (unreleased)

Type Alias: ConditionWaitStateDetails

type ConditionWaitStateDetails = BaseWaitStateDetails & object;

Type Declaration

events

events: ("create" | "update")[];

The variable events that trigger condition re-evaluation. Empty means all events.

expression

expression: string;

The condition expression that must evaluate to true to proceed.

waitStateType

waitStateType: string;

The wait state type discriminator.