onExceptionSteps

@JvmName(name = "frkstjiyuncbgrov")
suspend fun onExceptionSteps(value: Output<List<WorkflowStepArgs>>)
@JvmName(name = "onpapkdapnnwtmoy")
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 = "hposxcvgjntntvfb")
suspend fun onExceptionSteps(vararg values: Output<WorkflowStepArgs>)


@JvmName(name = "arebdltemxeqyvqc")
suspend fun onExceptionSteps(values: List<Output<WorkflowStepArgs>>)
@JvmName(name = "hmdnemdskfplghix")
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 = "cudkgtryfghlmwld")
suspend fun onExceptionSteps(argument: List<suspend WorkflowStepArgsBuilder.() -> Unit>)
@JvmName(name = "hfaimaureydoqqtu")
suspend fun onExceptionSteps(vararg argument: suspend WorkflowStepArgsBuilder.() -> Unit)
@JvmName(name = "fmbpaafpwdqshgaq")
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.