tasks

@JvmName(name = "xkxmejarqgpemmnl")
suspend fun tasks(value: Output<List<FlowTaskArgs>>)
@JvmName(name = "bjragmhutxegkast")
suspend fun tasks(value: List<FlowTaskArgs>?)

Parameters

value

List of tasks for the flow.


@JvmName(name = "nnoilspleukbvfbf")
suspend fun tasks(vararg values: Output<FlowTaskArgs>)


@JvmName(name = "cypuporpvyoafnok")
suspend fun tasks(values: List<Output<FlowTaskArgs>>)
@JvmName(name = "jgkcthqsedqsnaxr")
suspend fun tasks(vararg values: FlowTaskArgs)

Parameters

values

List of tasks for the flow.


@JvmName(name = "uotxyvxrkxcgfsix")
suspend fun tasks(argument: List<suspend FlowTaskArgsBuilder.() -> Unit>)
@JvmName(name = "hyeiorhrvdpsneai")
suspend fun tasks(vararg argument: suspend FlowTaskArgsBuilder.() -> Unit)
@JvmName(name = "onbrkhnvpwuwtpxe")
suspend fun tasks(argument: suspend FlowTaskArgsBuilder.() -> Unit)

Parameters

argument

List of tasks for the flow.