1 Star 0 Fork 38

hotsmile / MyFlowEngine

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
README.md 653 Bytes
一键复制 编辑 原始数据 按行查看 历史
INF 提交于 2019-06-06 18:41 . 更新 README.md

支持以下类型

事件:启动事件、结束事件

网关:并行网关、排它网关、包容网关

顺序流:有条件顺序流、无条件顺序流

任务:ServiceTask任务

--------使用方法--------

1)通过spring来构造MyEngine单例

2)解析流程

    // 解析
    Resource resource = null;

    resource = new DefaultResourceLoader().getResource("engine.xml");

    ProcessDefinition processDefinition = engine.parse(resource);

3)部署流程生成实例

        ProcessInstance processInstance = engine.deploy(processDefinition);

4)运行实例

        engine.run(processInstance);

---TODO

Java
1
https://gitee.com/hotsmile/MyFlowEngine.git
git@gitee.com:hotsmile/MyFlowEngine.git
hotsmile
MyFlowEngine
MyFlowEngine
master

搜索帮助