Run the automated pipeline
Press ▶ Play and watch your order pipeline execute from start to finish automatically.
What you've built
A process where:
- Each service task represents a call to an external system
- The engine orchestrates the sequence — no manual coordination needed
- If any step fails, the engine knows where the process stopped
- ✓ Service tasks represent automated work done by job workers
- ✓ The gear icon visually distinguishes automation from human work
- ✓ Chaining service tasks creates a fully automated pipeline
- ✓ The process engine tracks exactly where execution is at all times
What you've learned
In a real deployment, each service task would have a job type configured — a string like "validate-order" that your job worker subscribes to.
Interactive BPMN Editor