Module workflow

Module workflow 

Source
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.
WorkflowStatus
Workflow execution result used by orchestrators to understand whether evaluation completed, suspended, or failed.

Traits§

WorkflowLike
Thread-safe abstraction over workflow rule storage and metadata.