Skip to content

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.

  1. Definition – Root structure, versioning, seed entity
  2. Publishing & Versioning – The /publish endpoint, the version floor, and how to deploy safely
  3. Steps – Function block, embedded workflow, and workflow reference steps
  4. Parameters – JMESPath interpolation, raw parameters, parameter schemas
  5. Conditions & Assertions – Skip or guard steps based on runtime data
  6. Acquire – Pull additional entities into the execution context
  7. Retry & Rollback – Handle failures gracefully
  8. Lifecycle – Execution states and transitions
  9. Scheduling – Cron-based scheduled workflows
  10. Examples – Curated workflow examples from beginner to advanced