I wonder if someone may have insight into my situation.
I have a pretty big workflow, which includes ~50-60 python tools (some inside of macros). The purpose of the script is to calculate and to generate assets (seaborn charts, alteryx map renders), and to finally input these into a powerpoint template using python-pptx.
When I run the workflow everything works as expected; assets are generated, saved to specified folders - workflow is fine, but two python tools no longer function during a workflow run (they did at an earlier point in development). After having run the workflow I need to actually click on the python tool in question and Run the cells in interactive mode for the script to function, which works as expected, producing my final document.
Has anyone had an issue with a python tool not generating outputs or errors during a workflow run, but otherwise functioning properly? And it's only these two (one writes the data to a multi-sheet Excel file, the other uses the pptx module to put all the assets and formatting together into a powerpoint doc; the remaining workflow after these is blob to output the files to user). I have several (smaller) workflows that function using these same paradigms.
Does anyone think this is a potential lead for this problem: Python Tool Doesn't Show Any Results or Errors on Run . The confusing part is that it's only 2 of ~50 python tools in my workflow that aren't yielding results - this behavior is consistent in Desktop and Server.