Hi All,
I have an Alteryx workflow which has 3 input tools (Queries which run by connecting to 3 different tables in a SQL database). The first two input tools create excel files. An email is then sent out to the broader teams when the workflow has finished running (after the excel files have been generated). Sometimes the 3rd input tool takes a long time to run (because how the table was created initially). Because of this, the workflow takes forever to run and the excel files are not being generated on time and I have to disable the container for the 3rd input tool and run the process manually to generate the excel files. The 3rd input tool doesn't generate any output file (it is just a check to see if the data exists for the previous date in the table). Can the workflow be modified in such a way that the excel files are generated by the first two input tools irrespective of whether the 3rd input tool has finished running or not ?
Below is the screenshot of the existing workflow

The 3rd tool is the one that is enclosed in a container