Hello,
I am new to Camunda and I have encountered an issue regarding Candidate group.
I have a subprocess with one user task, which has Candidate Group set to ‘CSR’. Then I have a Call Activity to this subprocess in the main process.
As I start the main process and then navigate to subprocess in Cockpit, I noticed Candidate Group is empty. If I use taskService.getIdentityLinksForTask(taskId) to query the Candidate Group, I’ve got nothing back.
Thank you in advance for your help.