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

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

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Fixed
    • L3 - Default
    • 1.0.0, 1.0.0-alpha2
    • None
    • None
    • None

    Description

      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

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              Unassigned Unassigned
              askar.akhmerov Askar
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce