Python script for monitor the Alteryx workflow job
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
bsk_93
6 - Meteoroid
‎12-24-2024
09:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
Labels:
- Labels:
- AMP Engine
- API
- App Builder
- Batch Macro
- Chained App
- Connectors
- Database Connection
- Developer Tools
- Documentation
- Download
- Engine
- Error Message
- In Database
- Interface Tools
- Licensing
- Macros
- Optimization
- Output
- Reporting
- Run As
- Run Command
- Scheduler
- Topic of Interest
- Updates
- Upgrades
- Workflow
1 REPLY 1
17 - Castor
‎12-24-2024
10:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @bsk_93 ,
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.
You are looking for the AlteryxService database and the AS_Queue collection.
Best,
Fernando Vizcaino
