Hi,
I have been trying to find ways of querying Alteryx's internal MongoDB to retrieve schedule id of an app from within the same app.
Lets say if I were to publish App A in Gallery and schedule it to run on Monday 9 AM EST.
On querying the AlteryxService database AS_Schedules table, I see a schedule_id for example '5fffABC' is assigned for that particular schedule.
And on Monday 9 AM when the app runs as per schedule, is it possible from within the app to find out, if it is being run based on the schedule_id '5fffABC'.
In the AS_Queue table the service_data field can be parsed and a schedule_id can be retrieved, but how does the app know that it is currently running based on which schedule.
Is there any field or table where this information can be retrieved by the app that is currently running?
Sorry, if I am not clear enough with the problem description. I will try to explain with some screenshots if need be.
Cheers,
Anand