In case you missed the announcement: Alteryx One is here, and so is the Spring Release! Learn more about these new and exciting releases here!

Alteryx Server Discussions

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

Alteryx Workflow completion

rj24by7
5 - Atom

When a workflow completes does it update a mongodb collection regarding its success or failure?   Is there a Mongo query  available to find the status of a workflow ?

1 REPLY 1
Thableaus
17 - Castor
17 - Castor

Hi @rj24by7 

 

You can find the status of your jobs querying the AS_Queue collection within MongoDB.

 

More information about it you can find in this help article - https://help.alteryx.com/20194/server/alteryxservice-mongodb-schema

 

Also, you can use the Gallery API's to capture that as well.

https://gallery.alteryx.com/api-docs/#subscription

 

There are a couple of calls that you can leverage to see a job status. 

 

Cheers,