Hello everyone!
I have been playing around with the Alteryx Gallery API recently trying to get a workflow running. The general idea behind the workflow is that the program calling the workflow via server API passes through a key/subject, web url to a file, and filename. I use the url and filename with the download tool to automatically save the file to my local system. However, I have a sub-process that I want to run that actually uses this saved file. For this, I use a reference data file that links a key/subject and the path to a specific workflow. Then, I join this ref data to the key/url passed in via api to find the workflow I want. I modified the crew runner tool to take in an input, so I pass the workflow path to the runner tool and it runs....and it works perfectly fine when I run the analytic app locally. When I try to test this on the server via api, the file gets saved, but the runner tool does not seem to work..Any suggestions?? Thank you!