Hi all, simple question I hope.
I have a system that has one starting event with multiple outputs and I want to find out how long it takes for the system to produce each output. When I use a transaction, it only seems to give me the combination of the input and just one of the outputs, where I actually need all of the outputs.
transaction activity_id startswith=input_event_name, endswith=output_event_name
Any ideas how I can include all the the outputs? Or is there a much better way to do this?
Many thanks
... View more