Expand description
§Kotoba Server Workflow Integration
Workflow integration components for the Kotoba HTTP server. Provides workflow API endpoints and routing integration.
Re-exports§
pub use handlers::WorkflowApiHandler;pub use handlers::WorkflowStatusHandler;pub use router::WorkflowRouter;
Modules§
- handlers
- Workflow HTTP handlers
- router
- Workflow router configuration
- workflow
- Workflow engine re-exports and utilities
Structs§
- Start
Workflow Response - Start workflow response
- Workflow
Engine - In-memory workflow engine implementation
- 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 for dependency injection
- Workflow
Server Ext - Workflow server extension trait