prerequisiteStepIds

@JvmName(name = "bgnvwjnhgmfycqrg")
suspend fun prerequisiteStepIds(value: Output<List<String>>)
@JvmName(name = "wsspwutbmctypkkq")
suspend fun prerequisiteStepIds(value: List<String>?)

Parameters

value

The optional list of prerequisite job step_ids. If not specified, the job will start at the beginning of workflow.


@JvmName(name = "sttcnuqvkgwlgwqp")
suspend fun prerequisiteStepIds(vararg values: Output<String>)


@JvmName(name = "mkqfivnrcaexcjlb")
suspend fun prerequisiteStepIds(values: List<Output<String>>)
@JvmName(name = "woomeltrshhyoysr")
suspend fun prerequisiteStepIds(vararg values: String)

Parameters

values

The optional list of prerequisite job step_ids. If not specified, the job will start at the beginning of workflow.