next Tasks
Parameters
value
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.
Parameters
values
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.
suspend fun nextTasks(argument: List<suspend EnterpriseCrmEventbusProtoNextTaskArgsBuilder.() -> Unit>)
suspend fun nextTasks(vararg argument: suspend EnterpriseCrmEventbusProtoNextTaskArgsBuilder.() -> Unit)
Parameters
argument
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.