OptionalcompensatedBy?: stringThe unique name of a workflow state responsible for compensating this state if it fails.
Optionalend?: tasks.EndOptionalexclusive?: booleanOptionalname?: stringOptionalonEvents?: tasks.Onevents[]Optionaltimeouts?: {OptionalactionExecTimeout?: tasks.ActionExecTimeoutThe maximum duration for executing a single action, expressed as an ISO 8601 duration string or an expression that evaluates to one.
OptionaleventTimeout?: tasks.EventTimeoutOptionalstateExecTimeout?: tasks.StateExecTimeoutOptionaltype?: "EVENT"
A workflow state that waits for one or more CloudEvents, then consumes them and invokes one or more actions sequentially or in parallel.