startTasks

@JvmName(name = "tbxlowvcfmqcwjwn")
suspend fun startTasks(value: Output<List<EnterpriseCrmEventbusProtoNextTaskArgs>>)
@JvmName(name = "cgurwfgwnuvjesky")
suspend fun startTasks(value: List<EnterpriseCrmEventbusProtoNextTaskArgs>?)

Parameters

value

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).


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


@JvmName(name = "cvosarywqjvitsro")
suspend fun startTasks(values: List<Output<EnterpriseCrmEventbusProtoNextTaskArgs>>)
@JvmName(name = "ylaorrmoonsqsiai")
suspend fun startTasks(vararg values: EnterpriseCrmEventbusProtoNextTaskArgs)

Parameters

values

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).


@JvmName(name = "svukrxfubspqbobm")
suspend fun startTasks(argument: List<suspend EnterpriseCrmEventbusProtoNextTaskArgsBuilder.() -> Unit>)
@JvmName(name = "sxlpohovkyugtwjn")
suspend fun startTasks(vararg argument: suspend EnterpriseCrmEventbusProtoNextTaskArgsBuilder.() -> Unit)
@JvmName(name = "ynhdybgutxvbwohd")
suspend fun startTasks(argument: suspend EnterpriseCrmEventbusProtoNextTaskArgsBuilder.() -> Unit)

Parameters

argument

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).