Public representation of a workflow run.
This struct keeps the library-facing API focused on workflow concepts rather than exposing the underlying persistence schema directly.
Summary
Types
@type status() ::
:pending
| :running
| :retrying
| :paused
| :failed
| :completed
| :cancelling
| :cancelled