How can i get the next possible tasks

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

Take look at: Get / Preview next task and if there are a few more threads discussing similar items; check out the search with terms like “get next tasks”

Hi Stephen, thank you for the comment. I already saw this thread but I was wondering if it is already implemented in the REST API.

No it is not implemented in the rest api.