Requirement : There’s an exception while a step is executing and instead of terminating the workflow, we want to advance the workflow to next step. Ideally, a workflow can not be advanced if there’s an exception in the executing step. Either the workflow has to be retried or terminated. Here…