Directories
¶
| Path | Synopsis |
|---|---|
|
Command approval shows signals (human-in-the-loop) and the control API.
|
Command approval shows signals (human-in-the-loop) and the control API. |
|
Command durable-store shows the opt-in pgstore supplemental store: durable results that outlive River's job retention, push-based Await (no polling), and listing workflows.
|
Command durable-store shows the opt-in pgstore supplemental store: durable results that outlive River's job retention, push-based Await (no polling), and listing workflows. |
|
Command order-pipeline is a realistic order-fulfilment **saga**: the workflow commits a sequence of steps, and if a later step fails it runs a compensation for each committed step, in reverse, to leave the world consistent.
|
Command order-pipeline is a realistic order-fulfilment **saga**: the workflow commits a sequence of steps, and if a later step fails it runs a compensation for each committed step, in reverse, to leave the world consistent. |
|
Command parallel-batch shows how to fan a workflow out over many items that run in parallel, while capping how many run at once.
|
Command parallel-batch shows how to fan a workflow out over many items that run in parallel, while capping how many run at once. |
|
Command payment-timeout shows Select: waiting for whichever of several things happens first — here, a payment signal OR a timeout.
|
Command payment-timeout shows Select: waiting for whichever of several things happens first — here, a payment signal OR a timeout. |
|
Command periodic-poller shows durable timers (Sleep) and ContinueAsNew for a workflow that repeats work on an interval without its history growing.
|
Command periodic-poller shows durable timers (Sleep) and ContinueAsNew for a workflow that repeats work on an interval without its history growing. |
|
Command trip-booking shows child workflows running in parallel and a saga: when one leg of a trip can't be booked, the workflow compensates by cancelling the leg that already succeeded, then completes with a domain result rather than failing.
|
Command trip-booking shows child workflows running in parallel and a saga: when one leg of a trip can't be booked, the workflow compensates by cancelling the leg that already succeeded, then completes with a domain result rather than failing. |
Click to show internal directories.
Click to hide internal directories.