Go to file
bryan31 0e9cb03141 测试用例调整getRequestData的获取方式 2022-06-03 01:17:10 +08:00
liteflow-core 在NodeComponent里增加getRequestData和getChainName两个包装方法 2022-06-03 01:16:31 +08:00
liteflow-script-common 版本号变更成v2.7.0 2022-05-23 22:51:07 +08:00
liteflow-script-groovy enhancement #I588BO 对Slot模型的重构,在用户使用中去除Slot模型的概念,引入上下文的概念 2022-05-28 01:31:04 +08:00
liteflow-script-qlexpress enhancement #I588BO 对Slot模型的重构,在用户使用中去除Slot模型的概念,引入上下文的概念 2022-05-28 01:31:04 +08:00
liteflow-spring enhancement #I588BO 对Slot模型的重构,在用户使用中去除Slot模型的概念,引入上下文的概念 2022-05-28 01:31:04 +08:00
liteflow-spring-boot-starter feature #I4U5S3 liteFlow日志级别打印开关设置 2022-05-29 15:55:11 +08:00
liteflow-testcase-declare-component 测试用例调整getRequestData的获取方式 2022-06-03 01:17:10 +08:00
liteflow-testcase-nospring 测试用例调整getRequestData的获取方式 2022-06-03 01:17:10 +08:00
liteflow-testcase-script-groovy LiteflowResponse增加获取步骤的方法,屏蔽Slot 2022-05-28 23:51:34 +08:00
liteflow-testcase-script-qlexpress LiteflowResponse增加获取步骤的方法,屏蔽Slot 2022-05-28 23:51:34 +08:00
liteflow-testcase-springboot 测试用例调整getRequestData的获取方式 2022-06-03 01:17:10 +08:00
liteflow-testcase-springnative 测试用例调整getRequestData的获取方式 2022-06-03 01:17:10 +08:00
static/img 对Logo进行微调 2022-05-29 13:10:08 +08:00
.gitignore init 2017-08-07 14:41:55 +08:00
LICENSE Initial commit 2017-08-07 14:39:23 +08:00
README.md 更改readme 2022-05-28 23:03:55 +08:00
README.zh-CN.md 更改readme 2022-05-28 23:03:55 +08:00
pom.xml 版本号变更成v2.7.0 2022-05-23 22:51:07 +08:00

README.md

logo

Your star is my motivation to keep going. If you like LiteFlow, please help me with a star in the upper right corner.

Overview

liteFlow is a lightweight , fast component-based process engine framework / rules engine , component orchestration , component reuse , to help decouple business code , so that each business fragment is an elegant component , and support hot-loading rule configuration , to achieve on-the-fly modification .

Website url: https://liteflow.yomahub.com

Documents url: https://liteflow.yomahub.com/docs

Example projects: https://gitee.com/bryan31/liteflow-example

Feature

  • decoupled orchestration of complex business, providing a unified implementation for all components
  • based on the rule file to orchestrate the process, support xml, json, yml three types of rule file writing method
  • framework provides a local file configuration source, zk configuration source implementation
  • framework to provide custom configuration source , just implement an interface , you can load the configuration source from anywhere
  • support for SpringBoot auto-assembly, but also supports Spring configuration and non-Spring projects
  • provide serial and parallel 2 modes , providing common common expression statements
  • scripting language nodes can be defined, supporting both QLExpress and Groovy scripts, scripting language supports instant hot changes
  • Components can support retry, each component can be customized with retry configuration and specified exceptions
  • Explicit subprocess mode with no level of nesting, implicit subprocess mode
  • Data slot isolation mechanism, context independent and stable under multiple concurrency
  • Support for elegant smooth hot refresh features
  • Very low loss to the system, can be stable in the core business of large-scale microservices
  • Simple monitoring to know the running time ranking of each component

WECHAT OFFICIAL ACCOUNT

Since the community group is over 200 people, you need to be invited to join the group. Follow the WECHAT OFFICIAL ACCOUNT and click Personal WeChat to add me, I can invite you into the group

offIical-wx

Open source is not easy, please sponsor LiteFlow if you support it

zanshang