Workflows
This section covers everything you need to write, deploy, and understand workflow definitions. Start with the definition format, then explore each feature in depth.
- Definition – Root structure, versioning, seed entity
- Steps – Function block, embedded workflow, and workflow reference steps
- Parameters – JMESPath interpolation, raw parameters, parameter schemas
- Conditions & Assertions – Skip or guard steps based on runtime data
- Acquire – Pull additional entities into the execution context
- Retry & Rollback – Handle failures gracefully
- Lifecycle – Execution states and transitions
- Scheduling – Cron-based scheduled workflows
- Examples – Curated workflow examples from beginner to advanced