Alteryx: I don’t want to keep overwriting an output in a workflow…
Category:
Question ID: 109839
2
0

I have a basic workflow and I am working on testing the data. There are roughly ten different .yxdb outputs, and I don’t want to continue overwriting them while testing. I have been copying and pasting my workflow in a new yxmd file then deleting the outputs in this second workflow for testing.

Is there a better way to test without overwriting the output files?

Thanks.

Marked as spam
Posted by (Questions: 17, Answers: 0)
Asked on September 22, 2020 11:31 am
416 views
Answers (1)
2
Private answer

I would accomplish this in one of two ways:

  1.  Add the outputs into a tool container (or multiple tool containers if they aren't next to one another) and disable the container. The tools inside those disabled containers will not process when you run the workflow.
  2. The easiest thing to do would be to click on a blank space on the canvass and then go to the configuration window. There are 5 tabs across the top of the window. Click the third tab titled 'Runtime'. At the bottom of this view there are six boxes which default to being unchecked. Click the third box from the bottom titled 'Disable All Tools that Write Output'. While that is checked, all of your output files will grey out and not process when you click run.

Hope that helps!

Attachments:
Marked as spam
Posted by (Questions: 0, Answers: 17)
Answered on September 22, 2020 11:40 am
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top