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

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

      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"
          },
          ...
        }
      }
      

        This is the controller panel for Smart Panels app

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

                Created:
                Updated:
                Resolved: