Uploaded image for project: 'Camunda Optimize'
  1. Camunda Optimize
  2. OPT-1832

Flow Node duration is max value of 64 signed int

    XMLWordPrintable

Details

    • Bug Report
    • Resolution: Fixed
    • L3 - Default
    • 2.4.0-alpha1, 2.4.0
    • None
    • backend
    • None

    Description

      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

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Issue Links

            Activity

              People

                Unassigned Unassigned
                sebastian.stamm Sebastian Stamm
                Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:

                  Salesforce