nextTasksExecutionPolicy property
Dictates how next tasks will be executed.
Optional. Possible string values are:
- "NEXT_TASKS_EXECUTION_POLICY_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;