Concepts
Technical deep-dives on how workflows work under the hood.
When to go deeper
Most workflows can be created using the Workflow Builder without understanding these concepts. But if you need:
- Precise control over execution order
- Complex orchestration with multiple data sources
- Deterministic behavior that never varies
- Advanced patterns like conditional branching or loops
…then understanding code workflows will help you build more complex automations.
Last updated on