Set Priority when starting a processinstance
The way the process start is a list of objects and each object has a single process and the flow starts with a service task.Map variableMap = new HashMap();variableMap.put("ids",idList);variableMap.put("priority",25);ProcessInstance processInstance =...