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

Decision Instance groupby variable needs to send the variable type

    XMLWordPrintable

Details

    • Task
    • Resolution: Fixed
    • L3 - Default
    • 2.6.0
    • None
    • frontend
    • None

    Description

      Context:
      On the backend we need to do a date histogram aggregation when grouping by variables of type date. The backend task for this is OPT-2533.
      To decide when to do which aggregation we need the variable type in the request, as determining that without it would be a bit complicated on the backend.

      AT:

      • the frontend sends the variable type in the groupBy

      for example:

      groupBy: {
        type: 'inputVariable',
        value: {
          id: 'anInputVariableId',
          name: 'anInputVariableName',
          type: 'Date'
        }
      }
      

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Issue Links

            Activity

              People

                Unassigned Unassigned
                michael.wagner Michael
                Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:

                  Salesforce