Expand description
Workflow container and versioned persistence.
Provides rule storage, lookup, and journaled version management for AIMX
workflows. Used as the concrete implementation behind WorkflowLike.
Structs§
- Workflow
- In-memory workflow with journaled versioning for AIMX rules.
Enums§
- Changes
- Change classification used to decide how a workflow is persisted.
- Workflow
Status - Workflow execution result used by orchestrators to understand whether evaluation completed, suspended, or failed.
Traits§
- Workflow
Like - Thread-safe abstraction over workflow rule storage and metadata.