Hello everyone,
Need advice on how to stop the execution of a particular part of the workflow by reach a condition.
I'm working under creating a batch macro where define product that has a necessary amount of periods for TS tools and then use the output to join with the original dataset.
When executing my macro I get an error message: Error: Batch_forecast (4): Record #3: Tool #13: None of the groups had sufficient records to produce an ARIMA model. Please supply more records.
The issue occurrences when a False result of the filter tool is empty. To avoid that I want to stop of running the forecasting part, but don't break the entire workflow.
