Important Community update: The process for changing your account details was updated on June 25th. Learn how this impacts your Community experience and the actions we suggest you take to secure your account here.

Alteryx Designer Desktop Discussions

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

Help identifying workflow dependencies using server API outputs

wshube
5 - Atom

My team and I are trying to develop some documentation of our workflows, and we'd like to get a view of all the dependencies we have. We were thinking of using the output log of the server API to develop a table that would look like this (or something similar):

 

Workflow nameDependency type (input/output/macro...)Dependency name (table name, macro name...)Dependency location
Example workflow 1InputSQL.example_input_tableSQL server
Example workflow 1MacroWorkflow 1 macroFile share
etc   

 

Does anyone have any tips for doing this? I assume it's a bunch of regex but figured I'd ask around before we start reinventing the wheel.

1 REPLY 1
ArtApa
Alteryx
Alteryx

HI @wshube - There is a product called Alteryx Connect, which does this and more very well:

ArtApa_0-1655955373578.png

 

Labels