Delay in Operate API

Hello
I am trying to build a flow with Camunda. For simplicity I will use this very basic process as an example:
image

A user would start a new instance of this process from our frontend application. We then use the process instance key with the /v1/tasks/search endpoint in Operate API to retrieve the current task in the process.

The problem is that it takes a very long time before any tasks are returned from the Operate API, from 6 to 10 seconds. This means that our users would have to wait for a very long time when they start an instance before we can actually render the form, which is not a great user experience.

Hi @Rania_Chakroun - I saw you commented in another topic with a similar question. I provided a detailed reply in that topic; please give that a read, and see if that helps with your understanding. Let me know what other questions you have!

1 Like