mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-20 06:28:10 +08:00
1.重构核心代码 2.实现了流程链路的显式关联
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
/**
|
||||
* <p>Title: liteFlow</p>
|
||||
* <p>Title: liteflow</p>
|
||||
* <p>Description: 轻量级的组件式流程框架</p>
|
||||
* <p>Copyright: Copyright (c) 2017</p>
|
||||
* @author Bryan.Zhang
|
||||
* @email weenyc31@163.com
|
||||
* @Date 2017-8-1
|
||||
* @version 1.0
|
||||
* @Date 2020/4/1
|
||||
*/
|
||||
package com.yomahub.flowtest.components;
|
||||
|
||||
@@ -23,6 +21,7 @@ public class CComponent extends NodeComponent {
|
||||
} catch (InterruptedException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
this.getSlot().setData("m_flag",3);
|
||||
System.out.println("Ccomponent executed!");
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user