Stop Workflow control flow

Learn about the Stop Workflow control flow available in PopFlow BUI.

Last published at: March 1st, 2022

The ‘Stop Workflow’ Activity allows you to stop the execution of the current executing workflow.

sw-1

After opening the 'Stop Workflow' activity, you will see the configuration panel as shown below.

sw-2

You don't need to configure anything for the 'Stop Workflow' activity.

Sample Stop Workflow Activity

  1. You can add this activity anywhere inside the workflow.
  2. The activities above the Stop Workflow will execute and the activities after the Stop Workflow activity will not execute.
  3. Please refer to the below image to use the Stop Workflow activity.

  1. In the above example, I am stopping the workflow execution once we get the correct result.

Related Articles

  • If control flow

    You have various options when dealing with conditions and controlling the flow of...

  • For Each

    The ForEach activity allows you to iterate over a list of items and process each ...

  • Switch control flow

    Switch Statement The 'Switch' Activity is used to identify unique branches of the...

  • Next Workflow control flow

    The ‘Next Workflow' Activity allows you to run a workflow within another workflow...