Free Trial

Alteryx Server Discussions

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

Python script for monitor the Alteryx workflow job

nagabhaskar
6 - Meteoroid

Hi All,

 

I need to write a python script to get Alteryx workflow job status like error, failed, Success/completed. May I know where job information store on alteryx mongodb table and what are the tables need to add on python scripts 

 

if anyone already written the python scripts, can share the information. How to start

 

1 REPLY 1
fmvizcaino
17 - Castor
17 - Castor

Hi @nagabhaskar ,

 

I don`t have a Python script to share, but I have a suggestion. 

 

You can use Alteryx itself to query your MongoDB and here is a tutorial.

https://knowledge.alteryx.com/index/s/article/Set-up-an-ODBC-connection-to-query-your-embedded-Mongo...

 

You are looking for the AlteryxService database and the AS_Queue collection.

https://knowledge.alteryx.com/index/s/article/Set-up-an-ODBC-connection-to-query-your-embedded-Mongo...

 

Best,

Fernando Vizcaino