Documentation
¶
Overview ¶
Package main demonstrates dureq child workflows — a workflow task that spawns an entire sub-workflow instead of dispatching a single job.
Scenario: An order pipeline with a child workflow for fulfillment:
validate ──── fulfillment (child workflow) ──── notify
│
├── pick
├── pack
└── ship
The parent "fulfillment" task completes only when the child workflow (pick → pack → ship) finishes.
Click to show internal directories.
Click to hide internal directories.