Description:
This is the end of the processing step, giving you complete control. A workflow instance can have multiple execution end/stop points. For larger workflows with many endpoints, all paths can be joined to the stop step to indicate which end path the workflow processed. The stop will also ensure that sub-workflow processes are stopped when the parent workflow is completed. Note: This step does not have any outgoing connections, and the FlowWright engine services do not execute any process step beyond the Stop step.
Inputs
- None
Returns
- None
Usage:

Example:
Let’s build and execute the “stopDef” example.
- Create a new process definition named “stopDef” and open it in designer mode.
- Drag the “Task, Decision, and Stop” steps to the canvas.
- Connect the dots from “Start” to the other steps, as shown above.
- Click the Task1 (Manager1 Approval) step to configure its "Required" properties. Enter a task name. Then navigate to the “Optional” tab and configure the user to whom the task is routed.
- Click the Task2 (Pros Cons Sheet) step to configure its "Required" properties. Enter a task name. Navigate to the “Optional” tab and configure the user to whom the task is routed.
- Click the “Decision” step to configure its “Required” properties. Enter a step name and a condition to evaluate. Click the Save button. Note: Click the "AI Predict" button to have the Copilot add new process steps that match your process description.

- Select the outgoing connection links for the “Decision” step, and set their properties to True or False.

- Save the process definition, create a new instance, and execute it. Render the process instance. Click the process step to view its properties. The step should stop processing once the task step completes.

Definition Sample:
You may download the sample definition(s) from the link provided and later import them (drag-and-drop) into your FlowWright Process Definition (XML file) or Form Definition (HTML file) page.
Note: Please verify and complete the process steps for any missing configurations, such as file path references and database connections, after the import. Then, save the definition to confirm the changes.