nextTasks

@JvmName(name = "oustiocobnsirklt")
suspend fun nextTasks(value: Output<List<EnterpriseCrmEventbusProtoNextTaskArgs>>)
@JvmName(name = "syorhsbnuyctdmim")
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 = "dkjeysknnxlchhgi")
suspend fun nextTasks(vararg values: Output<EnterpriseCrmEventbusProtoNextTaskArgs>)


@JvmName(name = "emkqbnxogjbrkawl")
suspend fun nextTasks(values: List<Output<EnterpriseCrmEventbusProtoNextTaskArgs>>)
@JvmName(name = "sxeahetgutwadmld")
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 = "cejylkngfhmxjmhp")
suspend fun nextTasks(argument: List<suspend EnterpriseCrmEventbusProtoNextTaskArgsBuilder.() -> Unit>)
@JvmName(name = "iktymbjnxjsarwjt")
suspend fun nextTasks(vararg argument: suspend EnterpriseCrmEventbusProtoNextTaskArgsBuilder.() -> Unit)
@JvmName(name = "suoeyglykmaycttq")
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.