Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.
SOLVED

A workflow that gives output as a list of scheduled workflows ran successfully or not.

Venkatesh23
7 - Meteor

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

2 REPLIES 2
MichalM
Alteryx Alumni (Retired)

@Venkatesh23 

 

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.

Venkatesh23
7 - Meteor

Thanks for the response @MichalM.

 

I will check with it.

 

Thank,

Venkatesh