Hello,
I’m using the Camunda REST API and I’m trying to find a way to get the next possible task/tasks.
Suppose there is a process-definition with work-flow as follows :
Start Event --> Task A --> Task B --> Task C --> End Event
And I’m currently executing Task B. When I finish Task B I would like get Task C. How can I know that Task C is the next one ?
Thanks