Flow Script
Introduction
Flow Scripts allows to execute scripts either when the Flow reaches the flow stack or when the Flow is dropped off the flow stack; Flow Scripts have access to both Global and Flow Variables.
- On top Flow Scripts are executed when the Flow containing the script reaches the flow stack, either by being triggered or by regaining the top position after being interrupted by the triggering of another Flow
- On drop Flow Scripts are executed when the Flow containing the script is dropped off the flow stack, either because the Flow has reached its end and is finished or because it becomes "stuck".
Remember, the scripting language in Teneo Studio is Groovy, and Teneo Studio provides basic support for syntax highlighting.