Details
-
Type:
Feature Part
-
Status: Done
-
Priority:
L3 - Default
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 3.1.0-alpha1, 3.1.0-alpha2, 3.1.0
-
Component/s: backend
-
Labels:None
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" } }