Is there a way in Alteryx to run individual tool? I've realized that every time I "add" a tool on an existing workflow and run it, Alteryx runs the entire workflow. Is there a way to run tool I've just added, without running everything? Thanks
Solved! Go to Solution.
Hi MarqueeCrew,
I am not sure if my question is actually answered. Per what you said, I'm getting the message that Alteryx does not support running individual nodes at the moment. I'm I correct?
Same concept that @MarqueeCrew described but with a visual aid. Not the answer you are looking for but will save time and frustration.
Hi kwkeb,
In order to do that, Alteryx flow would need to store all the data up to that tool, either in memory or on disk, which would not be great for overall performance. Especially if it's replicating the cache for -every- tool. There are other programs that have that functionality, and I think they're much slower as a result.
A much better option is to use the cache dataset tool.
Simply drop it ahead of any tool that you wish to run the workflow from, run once to cache, and then select 'read from temp file' to run the workflow from that tool every time.