Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.13 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.13 KB

autoflow

English | 中文
autoflow is a pluggable workflow tool designed to provide highly customizable workflow orchestration and scheduling through flexible modular design.

Features

  • 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.

Support

  • 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.