stagesBefore

@JvmName(name = "cfkbxorcdqyydpfa")
suspend fun stagesBefore(value: Output<List<String>>)
@JvmName(name = "qrgmtgxpvwbrisfm")
suspend fun stagesBefore(value: List<String>?)

Parameters

value

The property to keep track of stages before current in the business process stage.


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


@JvmName(name = "kkxhchjdkpepqlko")
suspend fun stagesBefore(values: List<Output<String>>)
@JvmName(name = "rkffbdbaucdhywvl")
suspend fun stagesBefore(vararg values: String)

Parameters

values

The property to keep track of stages before current in the business process stage.