I am currently working on a Batch Macro with a Python tool that writes to a certain output path based on the user's specifications. For the purposes of the overall workflow, we have the Python in the module set to Production Mode, and the overall workflow set to "Cancel Running Workflow on Error".
The python macro works as expected when set to Interactive Mode: however, when set to Production Mode, it seems that the progress updates pushed by the Python tool result in an error for the workflow, shutting it off. Is there a way to suppress these progress bar errors or disable them from appearing?