Documentation
¶
Overview ¶
Package main demonstrates dureq workflow signals — sending asynchronous external signals to a running workflow instance.
Scenario: An approval-based order processing flow:
wait_for_approval ──── process_order
After enqueuing the workflow, an "approve" signal is sent externally. The orchestrator picks up the signal and advances the workflow.
Click to show internal directories.
Click to hide internal directories.