child_workflow

command
v0.1.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 11, 2026 License: Apache-2.0 Imports: 13 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL