When running a batch operation, the overall command will succeed even if one of the batches fails. In the screenshot below, you can see the successful command node and the failed batch update.
We're currently exploring better ways to handle failed batches and partial completions. In the mean time, you can use the built-in error handling feature to customize the status of the command based on its output.
Solution
To detect or ignore this error:
- In the chain, click the command's node, click Edit , and select Error handling .
- Under "Log interpretation" select Fail if output(s) found, and enter the outputs to scan for. In our example, we're using the was not processed message from the error log at the top of this article.
- Click Save.