Trigger

Last modified 2025-07-08

Jace Benson

Docs

Triggers control how often a queue is run. You can make dedicate queues(video) (blog). Ultimately this just requires the script; fsScriptName=javascript\:GlideEventManager('queue_name_goes_here').process();

These GlideEventManager's handle or process events using some Java process. This trigger wakes it up. The Java process then looks at the queue where the process date is in the past and has no claimed by and are in a state of ready, ordered by process on grabbing 100 at a time. Source