Type Alias Onevents

type Onevents = {
    actionMode?: "SEQUENTIAL" | "PARALLEL";
    actions?: tasks.Action[];
    eventRefs: string[];
}
Index
actionMode?: "SEQUENTIAL" | "PARALLEL"

Specifies whether actions are performed sequentially or in parallel.

actions?: tasks.Action[]

Actions to perform when the matched events are consumed.

eventRefs: string[]

References to one or more unique event names defined in the workflow events list.