Design and implement workflow orchestration abstractions:
Interfaces to Create:
IFlowWorkflow<TIn, TOut> - Workflow execution interface
IFlowWorkflowBuilder - Workflow construction interface
IFlowWorkflowStep - Enhanced step with conditions/retry
IFlowWorkflowContext - Workflow-specific context
Priority: 馃煛 Medium
Effort: L (1-2 weeks)
Dependencies: @codechu/flow-core-seed + infrastructure packages
Design and implement workflow orchestration abstractions:
Interfaces to Create:
IFlowWorkflow<TIn, TOut>- Workflow execution interfaceIFlowWorkflowBuilder- Workflow construction interfaceIFlowWorkflowStep- Enhanced step with conditions/retryIFlowWorkflowContext- Workflow-specific contextPriority: 馃煛 Medium
Effort: L (1-2 weeks)
Dependencies: @codechu/flow-core-seed + infrastructure packages