查找流程实例的变量

JAVA:

processEngine.getRuntimeService().getVariable("132501","user_flow_start_dept");

 

SQL:

select * from ACT_RU_EXECUTION where ID_ = "132501";
select * from ACT_RU_VARIABLE where EXECUTION_ID_ = "132501" and NAME_= "user_flow_start_dept" and TASK_ID_ is null ;

 

posted on 2017-12-17 18:36  近博  阅读(193)  评论(0编辑  收藏  举报

导航