- given:
- I create a user task report A for a certain time analysis type (e.g. idle time)
- I create a another user task B report for a different time analysis type (e.g. work time)
- when:
- I create a combined report
- I add report A to it
- then:
- I can also add report B to the combined report and see both reports
- such that:
- I compare different types of user task time analysis types with each other
AT:
- I can combine user task reports with different operations e.g. max, min, average
- I can combine user task reports with different time analysis types (idle, work, total)
- I can combine user task reports with all possible combinations of the previous mentioned points
- I can combine user task reports with other duration reports (even non usertask duration reports), given that the groupby is combinable (userTask or flowNode)
- I can read in the Combined Report section in the user guide about that fact