prerequisiteStepIds

@JvmName(name = "qanbmlrfbdspnrbc")
suspend fun prerequisiteStepIds(value: Output<List<String>>)
@JvmName(name = "jjidnhmcvovadvpj")
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 = "ptvdbqexhwsjelmr")
suspend fun prerequisiteStepIds(vararg values: Output<String>)


@JvmName(name = "omovdaryemvsligk")
suspend fun prerequisiteStepIds(values: List<Output<String>>)
@JvmName(name = "kryxtvkqejhvkbvr")
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.