Hi Team,
I have the use case where I have to find it how long my user tasks taken to completed in minutes. How can I fetch in the API through optimize or task list ?
Any optimize REST API’s are giving these details ?
I want it for each instance level how long each user taken to complete their user tasks
Hi @vinothkumar - data within Optimize is only available if you define a report for it, and then you can query the report data. I believe this should give you the results you are looking for:
In Optimize, build a table report that lists the duration of each user task:
Use the Optimize API to export the raw JSON data for the report: Export report result data | Camunda 8 Docs
1 Like