
简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
springboot+activiti7驳回至上一步实现代码
public void getPreOneIncomeNode(String taskId) {List<Map<String, String>> incomeNodes = new ArrayList<>();Task task = taskService.createTaskQuery().taskId(taskId).singleResult();Stri
springboot+activiti7实现发起人撤回/追回功能
@Overridepublic void revocation(String procInstId) {LoginUser sysUser = (LoginUser) SecurityUtils.getSubject().getPrincipal();// 获取当前执行任务节点ProcessInstance processInstance = runtimeService.createProces
springboot+activiti7获取并行网关、包含网关内的任务节点
private List<FlowNode> flowNodes = null;/*** 获取并行网关内的任务节点*/private void getParallelGatewayInsideNode() {List<FlowElement> flowElements = (List<FlowElement>)bpmnModel.getMainProcess()
到底了







