Hi,
My problem is that I modified an analytical app and got rid of the interface tools, and I want to save it as a standard workflow but the option is no longer available. I did manage to save it as a .yxmd but just wondering why I can't switch it back to a standard workflow. And will it matter? Or does it have no effect on how it runs? I plan on uploading it to Alteryx Server and schedule it so that it runs recurrently.
Thanks.
Solved! Go to Solution.
Hi @lecorrea09
One possible thing that you can do is copying all components from your current workflow to a new canvas and save it.
Hi @lecorrea09
You can change the extension of the workflow to .yxmd.
Another option is to copy the content of the workflow into a new workflow and save the workflow as a .yxmd.
I have a similar problem and when I copy to a new workflow it still reverts back to an analytical app. No idea how it ended up as an analytical app to begin with.
What I did is I opened the workflow xml and eliminated all nodes and everything related to Apps/Macros like Questions, Tabs etc. It's a bit tricky and easy to mess up but it works if done right.
eliminate the interface tools. change it to a standard workflow in the workflow configuration pane.
Go to View-> Interface Designer. There you can Debug the workflow and you can see all the component without interface tool.
You can copy that in new yxmd files and save it.
This is the best way to get out of Interface tool
Just to add (for future reference, of course, now that we're halfway through 2024), make sure you check the Properties View(within the Interface Designer), i.e. in addition to the Layout View. A colleague of mine had the same dilemma; in his case the Radio Button "On Success..." was still selected. Happy Solving!