The summaryContext appears to hold nothing interesting in the summarize function so I can log the reason for not needing to proceed to map() in getInputData() using log.audit
d
Danny Kovene
07/14/2021, 2:11 AM
I don't believe that it is possible to end the map before a successful completion. It is possible to skip the reduce phase by transitioning from map to summary. I believe this is what you are referring to for the log.audit call.