SOLVED
A workflow that gives output as a list of scheduled workflows ran successfully or not.
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
Venkatesh23
7 - Meteor
‎08-19-2019
12:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello Guys,
I have a list of scheduled workflows in the Alteryx server. Is there a way to create a workflow and publish on the server whenever it runs, the result should display how many workflows ran successfully and how many of them failed.
Awaiting for solution.
Thanks -
Venkatesh
Solved! Go to Solution.
Labels:
- Labels:
- Server
2 REPLIES 2
MichalM
Alteryx Alumni (Retired)
‎08-19-2019
12:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
The server usage report contains all the information you're after. You can download it via https://downloads.alteryx.com
The workflow is a macro that taps into the underlying MongoDB - you can open it up and strip it down so it only produces the number of workflows run and failed.
‎08-19-2019
03:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
