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.

Alteryx Server Usage Report

srkreddy
5 - Atom

Hi There,

 

I am looking to get the server usage report with these conditions 

did the workflow run on scheduler if yes what is the service account it used if not scheduler then which user ran that particular workflow? is this something possible, I have the Alteryx Sever Usage report macro, but that does not have information I am looking for.

1 REPLY 1
Yoshiro_Fujimori
15 - Aurora
15 - Aurora

Hi @srkreddy 

If you run the macro, you would get a .tde file.

It has fields like "Schedule ID", and you can tell if the record is a scheduled job or not.

It has "Job Creator Name", and you can tell who kicked the job.

It have more interesting fields you can explorer further.

Good luck!