Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-13T03:00:05.000Z (3 months ago)
- Last Synced: 2024-11-13T03:23:50.361Z (3 months ago)
- Topics: automation, liteflow, workflow
- Language: Java
- Homepage:
- Size: 3.95 MB
- Stars: 17
- Watchers: 1
- Forks: 0
- 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.