taskCount

@JvmName(name = "irhobxrqvkbpfikd")
suspend fun taskCount(value: Output<Int>)
@JvmName(name = "vthhkeemhyevlnxk")
suspend fun taskCount(value: Int?)

Parameters

value

Specifies the desired number of tasks the execution should run. Setting to 1 means that parallelism is limited to 1 and the success of that task signals the success of the execution. Defaults to 1.