|
@@ -267,12 +267,9 @@ public class LeaveNewController extends BaseController {
|
|
|
|
|
|
List<String> flowIds = new ArrayList<>();
|
|
|
|
|
|
-
|
|
|
flowIds = myProcessInstanceHighlightsResource.getHighLightedFlows(processDefinition, processInstanceId);
|
|
|
|
|
|
List<Task> listTask = taskService.createTaskQuery().processInstanceId(processInstanceId).list();
|
|
|
-
|
|
|
-
|
|
|
|
|
|
List<String> nowActivityIdList = new ArrayList<String>();
|
|
|
for (Task task : listTask) {
|