This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
The highly anticipated Alteryx Community tradition is back! We hope you'll join us!
Learn MoreHello, can anyone direct me how I can just run "part of a workflow" and not all inputs and transforms.
Thanks
Solved! Go to Solution.
Hi @mattlukoff! To my knowledge, it is not possible to run part of a workflow. However, you can put the various parts of your workflow into a Tool Container and then disable the tool container. Any tools contained in a disabled tool container will not be processed.
There isn't really a good way to do this yet. The best way would be to move the pieces you don't want to run to a seperate workflow. Another way is to simply disconnect the components you aren't using. this will throw an error, but the rest of the flow will still run. handy if you're just troubleshooting.
Questions like this typically are from the desire to not have to run through the early parts of a workflow each time.
While using the containers to eliminate the need for the later (or parallel) parts of a workflow can work, for avoiding the rerun of the early parts, I'd check out the Cache macro that is available on the Alteryx Gallery.
The article from the auther of the macro is here.
Thanks for the help. Disable container seems a nice way.