Details
Description
2 pieces of feedback from daijy
1) Its not clear the event.sourceIndex needs to be accessed. Solution - Make it part of the method parameters
2) the Map<InputIndex, List<TaskIndex>> is convoluted. Solution - Replace with Map<TaskIndex, InputIndex>. Amazing why we did not do this in the first place.