Documentation
¶
Overview ¶
Package main demonstrates dureq workflows — a DAG of tasks executed with dependency ordering, orchestrated by the leader node.
Scenario: An order processing pipeline with this task graph:
validate_order ──┬── charge_payment
└── reserve_inventory
│
charge_payment ──────┐ │
▼ ▼
ship_order
│
▼
send_confirmation
The orchestrator dispatches root tasks (validate_order), then advances through the DAG as each task completes.
Click to show internal directories.
Click to hide internal directories.