Monitor outstanding external tasks

Does Camunda Cockpit provide any way to monitor external tasks? I would like to monitor how many are still waiting to be processed, how quickly they are getting processed, etc.

Any ideas on the best approach if not provided inside the cockpit?

Thanks

Hi @caslater,

you can see the external tasks in the detailed information panel of a process instance: Process Instance View | docs.camunda.org

There are also some REST endpoints available to query them: Camunda Automation Platform 7.20.2 REST API

Especially with Get List you can create other aggregations than the process instance view.

Hope this helps, Ingo

1 Like