More information should be available on the initial responses tab:
It can get confusing if you have multiple responses with the same event, and having to do 4 clicks to see what the event actually contains and return to the list can be time consuming. For example: If I am checking for four possible exit codes, this is what I would see:
- If Task completes with an exit code that meets these criteria, .....
- If Task completes with an exit code that meets these criteria, .....
- If Task completes with an exit code that meets these criteria, .....
- If Task completes with an exit code that meets these criteria, .....
It would be better if this was shown instead:
-
If Task completes with an exit code: (=0), .....
-
If Task completes with an exit code: (<0), .....
-
If Task completes with an exit code: (between 1 and 2), .....
-
If Task completes with an exit code: (>2), .....