Uploaded image for project: 'Camunda Optimize'
  1. Camunda Optimize
  2. OPT-3331 UserTask/Flow Node Duration Filter
  3. OPT-3599

update endpoint to group defined flowNodes durations in one filter

    XMLWordPrintable

Details

    • Sub-task
    • Resolution: Done
    • L3 - Default
    • 3.1.0-alpha2, 3.1.0
    • None
    • backend
    • None

    Description

      Context:
      The current API for the duration filter does not allow to edit all the created filters at once, Therefore, it makes sense to group all the defined flow nodes from the duration modal inside one Flow Node duration filter.

      AT:

      • Update the filter endpoint to following format
      {
        type: 'flowNodeDuration',
        data: {
          [FlowNodeId]: {
            operator: ">", // or <
            value: 12,
            unit: "days"
          },
          ...
        }
      }
      

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              Unassigned Unassigned
              omran.abazeed Omran Abazeed
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce