- given:
- I create a number decision report
- when:
- I want to create an alert for the decision number report
- then:
- the alert is scheduled for the decision number report, but a notification is never send out when the threshold is exceeded
- I can see the following exception in the logs:
java.lang.ClassCastException: org.camunda.optimize.service.es.report.result.decision.SingleDecisionNumberReportResult cannot be cast to org.camunda.optimize.service.es.report.result.process.SingleProcessNumberReportResult at org.camunda.optimize.service.alert.AlertJob.execute(AlertJob.java:58) at org.quartz.core.JobRunShell.run(JobRunShell.java:202) at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
- expected:
- the alert is scheduled, the respective report evaluated and a notification is send out as soon as the threshold is exceeded
- there is no error log message
This is the controller panel for Smart Panels app
- mentioned in
-
Page Loading...