startTasks property
Set of tasks numbers from where the workflow execution is started by this trigger.
If this is empty, then workflow is executed with default start tasks. In the list of start tasks, none of two tasks can have direct ancestor-descendant relationships (i.e. in a same workflow execution graph).
Implementation
core.List<EnterpriseCrmEventbusProtoNextTask>? startTasks;