onExceptionSteps

@JvmName(name = "lapwtepjnbtgcnne")
suspend fun onExceptionSteps(value: Output<List<WorkflowOnExceptionStepArgs>>)
@JvmName(name = "nkrlfiachkaacxop")
suspend fun onExceptionSteps(value: List<WorkflowOnExceptionStepArgs>?)

Parameters

value

Specifies the steps (actions) to take if errors are encountered during execution of the workflow. See Workflow Steps below.


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


@JvmName(name = "njhqpibfubdgrtkf")
suspend fun onExceptionSteps(values: List<Output<WorkflowOnExceptionStepArgs>>)
@JvmName(name = "ragqufxvctpagltt")
suspend fun onExceptionSteps(vararg values: WorkflowOnExceptionStepArgs)

Parameters

values

Specifies the steps (actions) to take if errors are encountered during execution of the workflow. See Workflow Steps below.


@JvmName(name = "snujhwhrcjomitqd")
suspend fun onExceptionSteps(argument: List<suspend WorkflowOnExceptionStepArgsBuilder.() -> Unit>)
@JvmName(name = "jtnmepsvyostfwnv")
suspend fun onExceptionSteps(vararg argument: suspend WorkflowOnExceptionStepArgsBuilder.() -> Unit)
@JvmName(name = "yrijmhhmymyusioc")
suspend fun onExceptionSteps(argument: suspend WorkflowOnExceptionStepArgsBuilder.() -> Unit)

Parameters

argument

Specifies the steps (actions) to take if errors are encountered during execution of the workflow. See Workflow Steps below.