I can request Frequency Heatmap with Start / End Date Filter using REST API

XMLWordPrintable

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

      AT

      • when
        • I request heatmap of process definition
      • then
        • I can specify date filters in request body

      Hints

      • serialize dates in https://en.wikipedia.org/wiki/ISO_8601
      • current prototype has following request format
        {
          "display": "frequency",
          "key": "evaluation-process",
          "filter": {
            "dates": [
              {
                "type": "start_date",
                "operator": ">=",
                "value": "2017-01-31"
              },
              {
                "type": "start_date",
                "operator": "<=",
                "value": "2017-02-06"
              }
            ],
            "variables": [
              
            ],
            "flowNodes": [
              
            ]
          }
        }
        
      • dates are specifying filter of process instances, not activities

        This is the controller panel for Smart Panels app

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

                Created:
                Updated:
                Resolved: