onExceptionSteps

@JvmName(name = "lleoivwsbtbqbxvg")
suspend fun onExceptionSteps(value: Output<List<WorkflowStepArgs>>)
@JvmName(name = "blijlgdgereumddb")
suspend fun onExceptionSteps(value: List<WorkflowStepArgs>?)

Parameters

value

Specifies the steps (actions) to take if any errors are encountered during execution of the workflow.


@JvmName(name = "nodislecfhljiyjg")
suspend fun onExceptionSteps(vararg values: Output<WorkflowStepArgs>)


@JvmName(name = "nssfrlxwijbnifmv")
suspend fun onExceptionSteps(values: List<Output<WorkflowStepArgs>>)
@JvmName(name = "qmndhuqtjoveqmxs")
suspend fun onExceptionSteps(vararg values: WorkflowStepArgs)

Parameters

values

Specifies the steps (actions) to take if any errors are encountered during execution of the workflow.


@JvmName(name = "rxtmbvokfnvkmwkj")
suspend fun onExceptionSteps(argument: List<suspend WorkflowStepArgsBuilder.() -> Unit>)
@JvmName(name = "wlsdxujywqnnflmj")
suspend fun onExceptionSteps(vararg argument: suspend WorkflowStepArgsBuilder.() -> Unit)
@JvmName(name = "lavcfrpppkgwjnjc")
suspend fun onExceptionSteps(argument: suspend WorkflowStepArgsBuilder.() -> Unit)

Parameters

argument

Specifies the steps (actions) to take if any errors are encountered during execution of the workflow.