Exit

Usage

The Exit module terminates the execution of a workflow.

It can be used at branches, e.g., for ending the workflow execution in case none of the conditions of the diverse connections applies.

The Exit module only terminates the execution of the current workflow level. If the workflow has been called by another workflow by means of a Workflow Connector, the called workflow is resumed.

If the workflow containing the Exit module has been split beforehand, thus provoking a waiting period at modules (e.g., Wait module, Multiplexer), the execution of these is resumed once the waiting time has expired, irrespective of the Exit module. The explanation for this is that once the execution is resumed after the waiting period, a new workflow execution (with identical process ID) is always initiated.

This module type has no configurable properties.