Expand description
§Kotoba Workflow Core
Minimal workflow engine interface for Kotoba. Provides core workflow execution functionality without heavy dependencies.
Re-exports§
pub use engine::WorkflowEngine;
pub use types::*;
Modules§
- engine
- Core workflow engine implementation
- prelude
- Prelude module for convenient imports
- types
- Additional type definitions for workflow core
Structs§
- ActivityIR
- Activity IR representation
- Connection
- Connection between activities
- Start
Workflow Response - Start workflow response
- Workflow
Execution - Workflow execution state
- Workflow
Execution Id - Workflow execution identifier
- WorkflowIR
- Minimal workflow IR representation
Enums§
- Execution
Status - Workflow execution status
- Workflow
Error - Workflow-specific error type
Traits§
- Workflow
Engine Interface - Workflow engine interface