Running workflows after one another - dummy user interface tool like error message
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
The app I have developed has multiple Alteryx workflows calling an VBS script event at the end of the flow that executes a .vbs file that queries SAP for data.
- Alteryx Analytic App User Interface Front End that calls -> OTOF Get Deliveries SAP Query .vbs file
- FormatDeliveriesFile in Alteryx that calls -> Get Orders SAP Query .vbs file
- FormatOrdersList in Alteryx that calls-> GetEmail SAP Query .vbs file
- FormatEmailsList in Alteryx that calls-> NeedEmails SAP Query .vbs file
- FormatOtherEmails in Alteryx and Send all emails in Alteryx
The first workflow is a user interface analytic app. In order to connect all of these workflows together, I was planning to convert #2-5 to analytic apps so I could use the "On Success - Run Another Analytic App" option. However, I need an interface element in those workflows to turn them into analytic apps.
Is there a way to add a dummy pop up message or something with no function? Is there a better way to connect these flows together?
Solved! Go to Solution.
- Labels:
- Apps
- Error Message
- Interface Tools
- Run Command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @harvjul ,
You don't need anything, you can just go to the workflow configuration and click on Analytic app and done!
Another way would be to download the Crew Macros and set it up with the Runner and the conditional runner
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Brilliant! As always, making things harder for myself. I didn't know that radio button was there!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @harvjul
For a bit more flexibility you can use the Runner and Conditional Runner tools in the CReW macro pack:
http://www.chaosreignswithin.com/2014/09/blog-macro-pack-2014-q3-release.html
