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.

The Terminate Helper does not terminate a Flow, instead it's a visual hint that a Flow doesn't continue for e.g. a Boolean Helper path.

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