nextTasksExecutionPolicy property
The policy dictating the execution of the next set of tasks for the current task.
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;