I am running an application that needs to have some aspects of it logged to an external file. Is there anyway I can capture the job ID or the Queue ID when it's run. I know you can capture the User ID by putting in a text box that is set to "__cloud:UserID." Is there a similar way to get the Queue ID?
Solved! Go to Solution.
Hi @mike_weaver,
There are no fancy shortcuts available for job ID or queue ID. These will be available in Server database (MongoDB). You would have to connect directly to it to retrieve these details. You could find example of such connection with Alteryx Server Usage Report, available from https://downloads.alteryx.com, in Server section.
Feel free to post the idea there: https://community.alteryx.com/t5/Alteryx-Server/idb-p/server-ideas.
Thanks,
PaulN