Crate kotoba_workflow_core

Crate kotoba_workflow_core 

Source
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
StartWorkflowResponse
Start workflow response
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