English | 中文
autoflow is a pluggable workflow tool designed to provide highly customizable workflow orchestration and scheduling through flexible modular design.
- Modularity: Workflow nodes are modularized through the SPI mechanism, allowing dynamic extension, loading, replacement, or removal of functional modules based on requirements.
- Flexible Configuration: Supports workflow customization through JSON configuration files or a management interface.
- Basic Rule Nodes: Provides commonly used rule nodes such as conditional, self-loop, and multi-node loop, adaptable to diverse workflow orchestration needs.
- If this project helps you, please consider giving it a ⭐️ star on the top right.
- With limited personal resources, any interested contributors are welcome to help improve and enhance the system.