Workflow Patterns
Use these recipes when you need common workflow shapes: service orchestration, long-running APIs, branching, loops, dynamic fan-out, scheduling, and workflows as code.
Start with a pattern that matches the execution shape you need, then move into the linked guide or reference page for the exact task and operator details.
Recommended path
If you are unsure where to begin, start with Long-Running APIs, API Orchestration, Sequential HTTP Tasks, Worker Loops, Dynamic Parallelism. These pages cover the most common entry points for this section.
When to use this section
Use these pages to answer implementation questions, compare available primitives, and find the exact guide or reference page for the next step in your Orkes Conductor project.