onExceptionSteps

@JvmName(name = "gaurbwmvqltnhadf")
suspend fun onExceptionSteps(value: Output<List<WorkflowOnExceptionStepArgs>>)
@JvmName(name = "lodkdllvfxkgpecv")
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 = "ujyfljnhvravotcn")
suspend fun onExceptionSteps(vararg values: Output<WorkflowOnExceptionStepArgs>)


@JvmName(name = "odsxuvfqrfyxjfoh")
suspend fun onExceptionSteps(values: List<Output<WorkflowOnExceptionStepArgs>>)
@JvmName(name = "wimtpdigmpsxpxmy")
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 = "alvgefqqcufmtqsx")
suspend fun onExceptionSteps(argument: List<suspend WorkflowOnExceptionStepArgsBuilder.() -> Unit>)
@JvmName(name = "tdxaoblrmpmihvvu")
suspend fun onExceptionSteps(vararg argument: suspend WorkflowOnExceptionStepArgsBuilder.() -> Unit)
@JvmName(name = "jlsytdcqyhjxhnmt")
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.