Expand description
§FlowBuilder Core
核心流程构建功能,包括执行计划、节点定义和执行器接口
Modules§
- prelude
- 预导入模块
Structs§
- Action
Spec - 动作规格
- Execution
Node - 执行节点 - 最小的执行单元
- Execution
Phase - 执行阶段 - 可以串行或并行执行的任务组
- Execution
Plan - 执行计划 - 编排器生成的执行顺序
- Flow
- Represents a flow that can be executed
- Flow
Builder - Builder for creating flows with a fluent API
- Flow
Executor - Executes flow steps
- Plan
Metadata - 计划元数据
- Retry
Config - 重试配置
- Timeout
Config - 超时配置
Enums§
- Executor
Status - 执行器状态
- Node
Type - 节点类型
- Phase
Execution Mode - 阶段执行模式
- Retry
Strategy - 重试策略
Traits§
- Config
Parser - 配置解析器接口
- Executor
- 执行器接口 - 所有执行器都必须实现这个接口
- Expression
Evaluator - 表达式评估器接口
- Flow
Planner - 流程编排器接口
Type Aliases§
- Step
- Step
Future - Type alias for step functions