nextTasks

@JvmName(name = "pvllqcuradfdiecq")
suspend fun nextTasks(value: Output<List<EnterpriseCrmEventbusProtoNextTaskArgs>>)
@JvmName(name = "ccoljiucveqrcire")
suspend fun nextTasks(value: List<EnterpriseCrmEventbusProtoNextTaskArgs>?)

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.


@JvmName(name = "ouhqaxnwvbagckqv")
suspend fun nextTasks(vararg values: Output<EnterpriseCrmEventbusProtoNextTaskArgs>)


@JvmName(name = "cpnrakneawheavni")
suspend fun nextTasks(values: List<Output<EnterpriseCrmEventbusProtoNextTaskArgs>>)
@JvmName(name = "iomoqcycslbranjc")
suspend fun nextTasks(vararg values: EnterpriseCrmEventbusProtoNextTaskArgs)

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.


@JvmName(name = "cotjvqvhppttdkju")
suspend fun nextTasks(argument: List<suspend EnterpriseCrmEventbusProtoNextTaskArgsBuilder.() -> Unit>)
@JvmName(name = "lbgpowpjdsgoexww")
suspend fun nextTasks(vararg argument: suspend EnterpriseCrmEventbusProtoNextTaskArgsBuilder.() -> Unit)
@JvmName(name = "vhwujwgnjuvccudm")
suspend fun nextTasks(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.