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

filter report instances by a flow node duration

    XMLWordPrintable

Details

    Description

      AT:

      • A filter is added to filter report instances by one or multiple flow node durations
      • The filter works for all reports
      • The filtering API is documented in Confluence

      Possible filter payload:

      {
        type: 'flowNodeDuration',
        data: {
          flowNodeId: 'startEvent',
          operator: '>', // or <
          value: 12345,
          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