2017年12月17日

查找流程实例的变量

摘要: JAVA: SQL: 阅读全文

posted @ 2017-12-17 18:36 近博 阅读(193) 评论(0) 推荐(0) 编辑

根据流程实例ID获取当前任务

摘要: JAVA: SQL: 阅读全文

posted @ 2017-12-17 18:29 近博 阅读(11760) 评论(0) 推荐(0) 编辑

processEngine.getRuntimeService().createProcessInstanceQuery().processInstanceId(“ 132501”).active().singleResult();

摘要: JAVA: SQL: 阅读全文

posted @ 2017-12-17 18:17 近博 阅读(1977) 评论(0) 推荐(0) 编辑

runtimeService.startProcessInstanceById("process:6:55036", 2222, variables) SQL语句

摘要: JAVA: variables:{ user_flow_start_dept : "3333"} runtimeService.startProcessInstanceById("process:6:55036", 2222, variables); SQL: select * from ACT_R 阅读全文

posted @ 2017-12-17 18:08 近博 阅读(5569) 评论(0) 推荐(0) 编辑

导航