Crate kotoba_server_workflow

Crate kotoba_server_workflow 

Source
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§

StartWorkflowResponse
Start workflow response
WorkflowEngine
In-memory workflow engine implementation
WorkflowExecution
Workflow execution state
WorkflowExecutionId
Workflow execution identifier
WorkflowIR
Minimal workflow IR representation

Enums§

ExecutionStatus
Workflow execution status
WorkflowError
Workflow-specific error type

Traits§

WorkflowEngineInterface
Workflow engine interface for dependency injection
WorkflowServerExt
Workflow server extension trait