Type Alias Onevents

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

Properties

actionMode?: "SEQUENTIAL" | "PARALLEL"

Specifies how actions are to be performed (in sequence or in parallel)

actions?: Action[]

Actions to be performed if expression matches

eventRefs: string[]

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