提交 5cfec09d 编写于 作者: zhouweidong's avatar zhouweidong

流程状态

上级 147c2f9e
......@@ -155,13 +155,14 @@ public class ProcessInstanceListener extends AbstractFlowableEventListener {
String entity=executionEntity.getVariable("entitys").toString();
String cloudServiceid=executionEntity.getVariable("cloud-serviceid").toString();
String wfstepfield = executionEntity.getVariable("wfstepfield").toString();
String udstateingval = executionEntity.getVariable("udstateingval").toString();
String udstatefield = executionEntity.getVariable("udstatefield").toString();
String wfstate = executionEntity.getVariable("wfstate").toString();
Map callbackArg=new LinkedHashMap();
if(!StringUtils.isEmpty(wfstate))
callbackArg.put(wfstate,2);
// if(!StringUtils.isEmpty(udstatefield))
// callbackArg.put(udstatefield,"30");
if(!StringUtils.isEmpty(udstatefield) && "20".equals(udstateingval))
callbackArg.put(udstatefield,"30");
if(!StringUtils.isEmpty(wfstepfield))
callbackArg.put(wfstepfield,"");
if(callbackArg.size()>0) {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册