Stop
Purpose of this building block
Use the stop building block if you want to stop the execution of your Ultradox file at any point in your flow.
You may want to configure the message that is being displayed to the users of your app by clicking on the app icon in the toolbar of this building block.
Your customized message will then be displayed instead of the default message.
Possible use cases
- Stop your flow in case a certain condition is true
- Stop the execution after one of several exclusive steps were performed
- Create if/else flows by combining the Skip and the Stop building blocks
- Display a custom confirmation message to users of your app
Configuration
No configuration required.
Useful combinations
Individual emails to different user groups
The Skip block is configured to skip the subsequent two building block in case the condition is true.
If the variable ${female}
is set and not false the two subsequent building blocks are skipped and the execution of the flow continues after these skipped blocks.
If the variable ${female}
is not set or false however the building blocks framed by the skip block are executed and the flow stops right after the email was sent.
Further information
Using this building block will return the execution report in JSON
format if you trigger Ultradox via calling the integration URL. This allows you to check programmatically whether the execution of the executed building blocks has been successful or not.
Questions and Feedback
If you have any comments on this guide, feel free to add them right to the Google document that we are using to create this site.
If you are not yet member of the Ultradox community on Google+, please join now to get updates from our end or to provide feedback, bug reports or discuss with other users.
Last Updated: