on Exception Steps
Parameters
value
Specifies the steps (actions) to take if errors are encountered during execution of the workflow. See Workflow Steps below.
Parameters
values
Specifies the steps (actions) to take if errors are encountered during execution of the workflow. See Workflow Steps below.
suspend fun onExceptionSteps(vararg 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.