Giter Club home page Giter Club logo

liteflow-homepage's Introduction

LiteFlow的新官网

liteflow-homepage's People

Contributors

0xlau avatar 769344359 avatar bitkylin avatar box2333 avatar breezefaith avatar bryan31 avatar bwcx-jzy avatar byd-android-2017 avatar chensxx avatar click33 avatar coutana avatar cy2323 avatar d470969047h avatar ilovemyyang avatar juwencheng avatar ldyedu avatar longfu123 avatar luoyi-yu avatar maxisvest avatar nail2008 avatar rainzs avatar sdm-seven avatar superpg-wa avatar wangweiye01 avatar wuchen-mlc avatar wyx666518 avatar xuefei5 avatar yiyex avatar zendwang avatar zy-zzf2000 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

liteflow-homepage's Issues

注释错别字

// 这里主要是做了封装CompletableFuture对象,用lumbda表达式做了很多事情,这句代码要仔细理清

lumbda -》 lambda

文档注释

image 文档多了个“如果”,抱歉有点儿强迫症

liteflow-rule-sql遇上spring-jdbc+druid时

错误的资源释放顺序导致,项目抛出java.sql.SQLException: 关闭的语句问题(是发生在调用缓存的SQL时,如项目启动加载了一次规则,调用reloadRule方法,重新加载规则,就会抛异常,导致无法刷新)。排查后发现spring-jdbc释放资源的顺序为 rs pstmt conn。而liteflow的释放顺序为conn pstmt rs。

与或非表达式能支持短路吗?

请问与或非表达式能支持短路操作吗?明明前面的节点已经返回false了,但是在同一AND()里面的后续节点还是会运行,现在只能每一个节点都要单独写一个IF来判断操作,嵌套的层数太多了

选择编排这边提个建议

SWITCH(x).TO(a, b, c).DEFAULT(y);

这个default 的 y组件,是否框架可以提供一个公用的空组件,避免如下报错,使用方也不必都自己定义一个空组件

【com.yomahub.liteflow.exception.NullParamException: data slot can't accept null param】

同名类组件和同名方法组件优先级关系

1.同名类组件和同名方法组件
目前来看是类组件优先
2.两个同名类组件
无法启动
3.两个同名方法组件
目前看是启动其中一个,不会报错。

这边是不是可以做一下方法组件级别的校验?

官方文档有误

官网文档中声明式组件这一模块的类级别式声明内容的条件组件声明的代码模块有误,LiteFlowMethodEnum.PROCESS_SWITCH应该改为LiteFlowMethodEnum.PROCESS_IF

真的看不懂文档

官方文档
根据nodeId进行选择
比如如下表达式:

SWITCH(a).to(b, c); 这个方法需要返回String类型,就是具体的结果,以下代码示例了选择到了c节点。

@LiteflowComponent("a")
public class ACmp extends NodeSwitchComponent {

@Override
public String processSwitch() throws Exception {
    System.out.println("Acomp executed!");
    return "c";
}

}

选择到了c节点,那b呢?直接return c,那b的逻辑体现在哪?
是多个根据逻辑,多个return吗?
我直接在java代码写if,switch不用这个规则引擎是不是一样?
初学者没用过规则引擎无从下手啊

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.