Hi,
I have a data flow that runs an api transaction and get a JSON response. I then have a script that converts the JSON response to a BOD. This api runs on a schedule and picks up updated orders. Most of the time there are no changes and the API returns an empty response ([]). Is there any possibility to stop the data flow in this instance? It is not possible to add a filter in the flow that filters on document of ANY type. At the moment I have a filter after the BOD has been created but it is seems unnessesary that the script even have to run in this case. I would like the flow to stop earlier in the process.