Number of task , given a execution id of a process
Hello…can i count (and, eventually, create a list) of each single task that is included in my process… In particular, this istruction: List<Task> lst_task = taskservice.createTaskQuery().executionId(processelected).list();can be represents my solutio...