Directories
¶
| Path | Synopsis |
|---|---|
|
Command approval demonstrates human-in-the-loop control: a signal node parks the execution until an external approval arrives (with a timeout fallback), Cancel abandons an execution an operator no longer wants, and WithHistory records a durable step-by-step trace queryable with Server.History.
|
Command approval demonstrates human-in-the-loop control: a signal node parks the execution until an external approval arrives (with a timeout fallback), Cancel abandons an execution an operator no longer wants, and WithHistory records a durable step-by-step trace queryable with Server.History. |
|
Command async demonstrates long-running work off the engine's critical path.
|
Command async demonstrates long-running work off the engine's critical path. |
|
Command custom-invoker demonstrates packtrail's defining feature: the pluggable Invoker seam.
|
Command custom-invoker demonstrates packtrail's defining feature: the pluggable Invoker seam. |
|
Command embedded shows packtrail running as a single microservice: the engine and the task workers live in one process, importing only the public github.com/henomis/packtrail package.
|
Command embedded shows packtrail running as a single microservice: the engine and the task workers live in one process, importing only the public github.com/henomis/packtrail package. |
|
Command worker is a tiny external task service for the research-pipeline flow, demonstrating the pkg/protocol request/reply contract without importing the packtrail engine at all.
|
Command worker is a tiny external task service for the research-pipeline flow, demonstrating the pkg/protocol request/reply contract without importing the packtrail engine at all. |
Click to show internal directories.
Click to hide internal directories.