nextTasks property

List<EnterpriseCrmEventbusProtoNextTask>? nextTasks
getter/setter pair

The set of tasks that are next in line to be executed as per the execution graph defined for the parent event, specified by event_config_id.

Each of these next tasks are executed only if the condition associated with them evaluates to true.

Implementation

core.List<EnterpriseCrmEventbusProtoNextTask>? nextTasks;