ChrisGray0626
ChrisGray0626
I hope to get the latest process variable, so I try this code: ```java Map variables = new HashMap(); for (HistoricVariableInstance variable : historyService.createHistoricVariableInstanceQuery() .processInstanceId(insId) .list()) { variables.put(variable.getVariableName(), variable.getValue()); }...
I have to say that in this framework, there are lots of different names correspond to the same object which trouble me really. For example: - ProcessInstance & Task -...
根据要求部署至Apache后,走到`/account/login`便无法继续了,请问是否有路径重定向错误等问题。