Event script to update render-status on URL feed
-
Hello,
I’m working on a front-end application that generates a JSON URL feed for use with the bot. I also have a nodeJS script that updates the render-status property on the server for a given rowID. I’m wondering which are the appropriate events on which to call the script to update the render-status of each job JSON object to ‘queued’, then ‘processing’, then ‘done’.
Thanks!
-
@spelgrift Take a look at the table in our documentation that defines each event and when it is broadcast within Templater’s algorithm. This should help you decide which events to register your scripts to.