I am writing my own form-generator for Activiti start forms and task forms.
When the user wants to complete the current task, I want to be able to get the next UserTask assignee or candidateUsers. So if the next UserTask is assigned to that user (or the user is in candidateUsers), the current form should be navigated to the next UserTask form.
So how can i find the next UserTask assignee / candidateUsers?