-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
Reproduce:
- Start Optimize frontend development setup
- create a report with the following configuration:
- ProcessDefinition: invoice, version 2
- View: Average FlowNode Duration
- GroupBy: Flownodes
- Visualization: Barchart
Expected:
- Evaluation query returns with sane values
Observed:
- Evaluation query returns the following result:
"result" : { "invoice_approved" : 0, "approveInvoice" : 820800000, "StartEvent_1" : 0, "reviewInvoice" : 9223372036854775807, "assignApprover" : 1, "prepareBankTransfer" : 9223372036854775807 }
I don't know the exact expected values for the reviewInvoice and prepareBankTransfer nodes, but it should not be max_int
This is the controller panel for Smart Panels app
- mentioned in
-
Page Loading...