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

Evaluation fails when adding 'before' instance date filter

    XMLWordPrintable

Details

    • Bug Report
    • Resolution: Fixed
    • L3 - Default
    • 3.6.0
    • None
    • backend
    • None
    • Not defined

    Description

      Reproduce:

      • Send an evaluation request with the following report info:
        View: Process Instance - Count
        Group by: Start Date : Month
      • Add the following filter to the report filters:
        {
          "type": "startDate",
          "data": {
            "type": "fixed",
            "start": null,
            "end": "2021-09-14T23:59:59.999+0300"
          },
          "appliedTo": [
            "all"
          ],
          "filterLevel": "instance"
        }
        

      Observed:
      Report evaluation fails with the following error:

      {
        "errorCode" : "serverError",
        "errorMessage" : "An internal server error occurred.",
        "detailedMessage" : null,
        "reportDefinition" : null
      }
      

      Expected:
      Evaluation request works and the data is filtered according to the applied filter

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              Unassigned Unassigned
              omran.abazeed Omran Abazeed
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce