APIs to fetch data for dashboards return 500 on Flowable control

Hi,

I’m trying to upgrade to Flowable 3.13.4 from 3.12.3. On the upgrade notes Flowable 3.13.x Release Notes | Flowable Enterprise Documentation its mentioned that the micrometer dependency needs to be explicitly added. I did add micrometer-core version1.9.8 and micrometer-registry-elastic version 1.9.8, but even after doing so, I still get a 500 when I try to load the dashboards on Flowable control.
Here’s what I see on the Flowable control’s logs:
Servlet.service() for servlet [dispatcherServlet] in context with path [/processing-flowable-control] threw exception [Request processing failed; nested exception is com.flowable.control.logic.service.engine.exception.FlowableServiceException: There is no registered report runner for jobs-rejected] with root cause

Hi Sagar,
Make sure you have the following settings in your application.properties:
management.health.elasticsearch.enabled=true
management.metrics.export.elastic.enabled=true

Also, this is the open source forum, questions about the enterprise product should be directed to the enterprise community forum: https://forum.flowable.com

Thanks,
Greg

Sure, I’ll check these parameters on my end and take it to the other forum if needed. Thanks Greg!