nextTasksExecutionPolicy property
Dictates how next tasks will be executed. Possible string values are:
- "UNSPECIFIED" : Default
- "RUN_ALL_MATCH" : Execute all the tasks that satisfy their associated condition.
- "RUN_FIRST_MATCH" : Execute the first task that satisfies the associated condition.
Implementation
core.String? nextTasksExecutionPolicy;