ores.workflow
Table of Contents
Summary
Provides saga-pattern workflow orchestration for multi-step provisioning and other long-running distributed operations. Tracks workflow instances and their individual steps, supports compensation (rollback), and integrates with the NATS messaging layer for inter-service coordination.
Sub-components
| Sub-component | Brief |
|---|---|
| ores.workflow.api | Domain types and NATS protocol schemas for the workflow component. |
| ores.workflow.core | Workflow orchestration — workflow definitions, execution, and state tracking for multi-… |
| ores.workflow.service | NATS service entrypoint for the workflow domain. |
Entity modules
| Module | Brief |
|---|---|
| ores.workflow | Logical entities for the workflow namespace. |