Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Workflow Management

akmuthu
7 - Meteor

I'm confused between the Workflow Group and Workflow Dependencies. what is the difference between both? Thanks.

2 REPLIES 2
ShankerV
17 - Castor

Hi @akmuthu 

 

Please find the below post where @CharlieS has explained it clearly.

 

https://community.alteryx.com/t5/Alteryx-Designer-Discussions/What-is-a-Workflow-Group-and-what-are-...

 

--Quote--

1. Workflow Groups are basically a collection of workflows you prefer to have open at the same time. So if you have 3 separate workflows you built for a project, and you want to open all 3 at once when you begin working, you can save those three as a workflow group so there's only 1 file to open. It's purely for organizing the workflows you interact with in Designer. I personally don't use this feature.

 

2. Workflow Dependencies are any file, data base, macro, or other external reference that the current workflow depends on to run. If you build a workflow that has a database query, and uses a macro, the Workflow Dependencies window would list those two items (with links to the tools that use those sources in case there are multiple references to the same source). Workflow dependencies are very important to verify the source of data and accuracy of your process, especially when workflows get larger with lots of external references. 

 

3. I don't believe workflow groups are supported for scheduling, but I may be mistaken. Dependencies are crucial to understand before scheduling because all those dependencies will be necessary for the schedule to run successfully. What trips many new schedulers up is that when the schedule runs a workflow, the "Alteryx Service" is the user running the workflow and if it requires a query to a database with user authentication, that must be addressed. 

--Unquote--

 

Hope it helps!!!!

 

Many thanks

Shanker V

akmuthu
7 - Meteor

Hi @ShankerV , 

That was a wonderful explanation! I get it now. Thank you so much!

Labels