Skip to main content

Workflow Abort

Current configuration of the Workflow Abort task in the Workflow Designer

The Workflow Abort task represents an immediate interruption point for the Workflow. Once executed, it prevents any subsequent tasks from running.

Configuration Example

Note the difference in status reported in the various sections of the logs:

  • Page Execution Logs (General): The Workflow status will show as FAILED. Expanding the details of the individual tasks executed within the Workflow, the "Workflow Abort" task will be indicated as successful, as it was executed correctly according to the intended logic.
  • Log under the Diagram: In this section as well, the Workflow Abort task will show a positive result, since the task was executed as expected.