-
Type:
Feature Part
-
Resolution: Done
-
Priority:
L3 - Default
-
Affects Version/s: None
-
Component/s: backend
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"
}
}