flow
The flow action set provides essential program flow control and application lifecycle management tools. It enables developers to control the execution sequence of applications by setting starting blocks and managing the flow of control between different sections of code. These actions are fundamental for organizing application logic, defining entry points, and establishing the structural flow of program execution from initialization through various operational phases.
Area: ⚙️ System & Control Flow
Available Actions
This set contains 1 action:
Getting Started
To use actions from this set in your Rhyme app, you’ll reference them by their full name. For example:
set-start-block "Example usage"
Each action has its own specific syntax and parameters - click on any action above to see its detailed documentation.
Common Use Cases
- Controlling app flow
- Managing settings
- Handling errors