We couldn't load all Actvitity tabs. Refresh the page to try again.
If the problem persists, contact your Jira admin.
Uploaded image for project: 'Camunda Optimize'
  1. Camunda Optimize
  2. OPT-2540

Decision Instance groupby variable needs to send the variable type

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

      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'
        }
      }
      

        This is the controller panel for Smart Panels app

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

            Decision Instance groupby variable needs to send the variable type

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

                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'
                  }
                }
                

                  This is the controller panel for Smart Panels app

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

                          Created:
                          Updated:
                          Resolved:

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

                                Created:
                                Updated:
                                Resolved: