stop Step

Use this step to end the processing activity.

Last published at: July 27th, 2024

Description:

This is the end of the processing step, giving you full control. A workflow instance can have many execution end/stop points. For larger workflows with many endpoints, all paths can be joined to the stop step to view what end path the workflow processed. The stop will also ensure that sub-workflow processes are stopped when the parent workflow completes.

 

Inputs

  • None
 

 

Returns

  • None
 

 

Usage:

 

 

Example:

Let’s build and execute the stopDef example.          

  • Create a new definition called “stopDef”
  • Select the definition and click the “design” button
  • Drag the above controls from the toolbox
  • Connect the dots between the start and the rest as in the above step
  • Save the process definition, create a new process instance, and execute. Render the process instance. Click on the process step to view its properties. The step should stop the processing activity after the task step is completed.