SOLVED
Help identifying workflow dependencies using server API outputs
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
wshube
6 - Meteoroid
‎06-22-2022
06:19 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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 name | Dependency type (input/output/macro...) | Dependency name (table name, macro name...) | Dependency location |
Example workflow 1 | Input | SQL.example_input_table | SQL server |
Example workflow 1 | Macro | Workflow 1 macro | File 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.
Solved! Go to Solution.
Labels:
- Labels:
- Documentation
- Parse
- Server
1 REPLY 1
ArtApa
Alteryx
‎06-22-2022
08:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator