Terminate Helper

Stop a flow after a Boolean Helper or Loop Helper

Overview

The Terminate Helper can be added anywhere in a Flow but usually is added at to end flow execution right after a Boolean Helper or Loop Helper.

Actions

The Terminate Helper has only one default action - Terminate Flow branch. E.g. when the Boolean helper checks for a certain condition and should execute the next step only if the condition is fulfilled, you can use the Terminate Helper for the "false" route e.g.:

Last updated

Was this helpful?