Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Server Discussions

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

How to get list of Workflows that ran in the year 2020?

Milant02
5 - Atom

Hi All,

 

We as server admin team are looking to find a list of the workflows that ran in the year 2020.

 

Could anyone please help where to start with or what tables to look upon?

 

We checked the database service layer however we could not find any such field which tells us which workflow ran at what time where we can filter out according to year 2020.

 

Help would be appreciated!

 

Milan Tanna

+91 8200235806

2 REPLIES 2
raychase
11 - Bolide

The AS_Queue collection within the AlteryxService db will contain this information. Some of the data may not be readily apparent as it resides in a ServiceData blob field. 

seinchyiwoo
Alteryx Alumni (Retired)

Have you tried this Alteryx Server Usage Report?

http://downloads.alteryx.com/ServerUsageReport/AlteryxServerUsageReport.yxzp

 

It's tapping on MongoDB at the backend to obtain usage data including user activities, workflow/app runs, statuses etc

 

More about how to install and use the usage report: https://help.alteryx.com/current/server/install-server-usage-report 

 

-Seinchyi