01Define complex state-machine automations with specialized action, halting, and terminal states.
02Validate workflow definitions and JSON schemas locally before publishing to production.
03Separate immutable input parameters from mutable runtime execution data for better state management.
04Monitor and manage active workflow instances, execution history, and parallel threads.
05Enable human-in-the-loop support to pause workflows for manual approvals or data entry.
060 GitHub stars