historyService.createHistoricTaskInstanceQuery().taskHadCandidateGroup() can only query one group
taskService.createTaskQuery().taskCandidateGroupIn() can query multi group.
Is there any way to query multi group in history task?
historyService.createHistoricTaskInstanceQuery().taskHadCandidateGroup() can only query one group
taskService.createTaskQuery().taskCandidateGroupIn() can query multi group.
Is there any way to query multi group in history task?
@thinkdoom Currently this feature is not supported, maybe you can raise a feature request here.