Code Monkey home page Code Monkey logo

workflowmanager's Introduction

演示gif加载中...

节点说明

结果节点与节点在所有入度都执行完成后才会执行,其他节点当有一个入度完成时便会执行,所有节点默认至多被执行一次,除在界面手动点击执行外。

  • 开始节点

    工作流执行入口

  • 结果节点

    工作流执行结果出口,关联的所有边到达该节点后,工作流状态会被置为成功,不影响其他节点的执行

  • 任务节点

    具体执行任务关键节点,执行完成后续手动回调工作流系统,详见测试节点

  • 远程节点

    简单任务或获取数据等Http接口,内部使用RestTemplate支持地址栏{name}占位,除此之外,Get方法所有参数都会拼接成queryString传递,Post方法所有参数都会作为Request Body传递。

  • 子工作流节点

    可以用来触发其他已定义的工作流

  • 与逻辑节点

    默认情况下的有一条边到达之后该节点就会被执行,后续边到来不会再次被执行,可以通过使用与节点等待所有边都完成后再执行后续节点

  • 或逻辑节点

    当有一条边到达之后该节点就会被执行

  • 手动节点 需手动点击执行或完成,仅为演示方便而创建。

边条件说明

边条件表达式采用MVEL表达式,详见MVEL,语法说明wiki

demo说明

鸣谢

workflowmanager's People

Contributors

afc163 avatar chenshuai2144 avatar nikogu avatar ddcat1115 avatar yutingzhao1991 avatar sorrycc avatar yoyo837 avatar ladtor avatar xiaohuoni avatar rayronvictor avatar whatakitty avatar valleykid avatar kennylbj avatar flutterbest avatar jaredleechn avatar anderson-liu avatar yesmeck avatar kaoding avatar andriijas avatar m4jing avatar kjlmfe avatar puuuudding avatar happier2 avatar guowenfh avatar hzq001 avatar wangyun122 avatar ilanus avatar f-loat avatar qjekingstar avatar zyszys avatar

Watchers

James Cloos avatar macal avatar

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.