Cookbook
Production-ready workflow recipes. Each recipe includes the complete JSON workflow definition and commands to register and run it.
-
HTTP service chains, conditional branching, parallel HTTP calls with Fork/Join.
-
Dynamic forks — different tasks per branch, fan-out with same task, parallel sub-workflows.
-
Fixed delays, scheduled execution, external signals, and human-in-the-loop approvals.
-
Publish to Kafka/NATS/RabbitMQ/SQS, event handlers to trigger workflows, complete tasks from events.
-
AI & LLM orchestration recipes
Chat completion, RAG pipelines, MCP agents with function calling, image generation, LLM-to-PDF, and provider configuration.
-
Workflow as code in Python — sequential chains, conditional branching, parallel execution, loops, sub-workflows, and runtime-generated definitions.