I can use variable filters in Optimize

XMLWordPrintable

    • Type: Feature Request
    • Resolution: Fixed
    • Priority: L3 - Default
    • 1.0.0
    • Affects Version/s: None
    • Component/s: backend
    • None

      AT:

      • given:
        • optimize is setup with engine and elasticsearch
        • the engine contains workflow data with variables
        • the import of the data is triggered in optimize
      • when:
        • I want to query the heatmap
      • then:
        • I can use variable filters

      Hint:
      This is how it was suggested from Sebastian:

      POST /process-definition/heatmap/HEATMAP_TYPE

      {
        "processDefinitionId": "PROCESS_DEFINITION_ID",
        "filter": {
          "dates": [
            ...
          ],
          "variables": [
            {
              "name": "VARIABLE_NAME",
              "operator": "="||"!=",
              "type": "string"
              "value": [
                "FIRST_OPTION",
                "SECOND_OPTION",
                ...
              ]
            },
            {
              "name": "VARIABLE_NAME",
              "operator": "=" "!="||"<"||">" || "<=" || ">=",
              "type": "number" || "date",
              "value": 1234 || "2017-01-01T00:00:00"
            },
            {
              "name": "VARIABLE_NAME",
              "operator": "=",
              "type": "boolean",
              "value": true ||false
            },
            ...
          ]
        }
      }
      

        This is the controller panel for Smart Panels app

              Assignee:
              Unassigned
              Reporter:
              Johannes
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: