Add workflow step property to control behaviour on step failure

New categoty in IWrokflowStep “Error Handling”.
New property “OnFailure”.
Options:

  • Workflow Fails (default)
    the parent workflow will fail
  • Suppress
    the parent workflow will not fail if this step fails. Execution will continue to the WorkflowTaskDependency with StartEvent set to Failure if such dependency exists.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.