Hi All , Is there way to abort/exit the map reduce...
# suitescript
a
Hi All , Is there way to abort/exit the map reduce script conditionally from execution ?
b
Easiest would be to handle your condition within the getInputData stage, otherwise you'd need to add an external sentinel which you'd write if the condition is triggered so any other instances would stop after validating the value of the sentinel
👍 1