https://github.com/yiuman/autoflow
:sparkles: autoflow is a pluggable workflow tool designed to provide highly customizable workflow orchestration and scheduling through flexible modular design.
https://github.com/yiuman/autoflow
automation liteflow workflow
Last synced: about 1 year ago
JSON representation
:sparkles: autoflow is a pluggable workflow tool designed to provide highly customizable workflow orchestration and scheduling through flexible modular design.
- Host: GitHub
- URL: https://github.com/yiuman/autoflow
- Owner: Yiuman
- License: apache-2.0
- Created: 2023-07-11T02:41:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-29T01:54:32.000Z (about 1 year ago)
- Last Synced: 2025-05-29T02:51:22.833Z (about 1 year ago)
- Topics: automation, liteflow, workflow
- Language: Java
- Homepage:
- Size: 10.5 MB
- Stars: 27
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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.