So I have been hearing that it isn’t possible to get open tasks or any tasks associated with a process using Camunda APIs. Is there any alternative for this. Because once you deploy and start a process, how are we supposed to find task IDs to perform operations on them like complete, assign etc.
Any kind of lead would be appreciated
1 Like
Sorry - i closed this because I thought it was a duplicate
1 Like
When you start a process you’ll get a processInstancekey and that can used with this API to get any tasks.
2 Likes