Control flow: Go to flow

Use the Control Flow: Go node to jump to another Flow. In the below example we use this node to jump to the Flow that is responsible for taking the callback note when we are closed.

There is only one property required for this node. Use Flow to select the Flow to jump to.

Be aware that changing the name of a Flow will not cause all the references to this Flow to be automatically adjusted. When a Flow name is changed, all references to it will effectively break.

Property
Description

Flow

Flow to redirect to

By default, a Flow will fall back to the previous Flow once executed. Make sure to finish with the Control Flow: Close node if you want to avoid this behaviour.

Resources

Last updated

Was this helpful?