Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.