The processing order in the Event Service

The Infor Framework Event Service processes any queued events in "first in, first out" (FIFO) order.

Because the Event Service can receive a request to run something while it is executing a prior request, all requests are queued for execution in the order requested. If the new request is the only one in the queue and the Event Service is not busy, the request is executed at the next polling.

When the event queue is empty, and immediately after processing each queued application event or event handler, the Event Service checks the Event Handler State and Event Trigger tables for any items where a Retest At time setting has arrived or passed.

The event service then checks the Event Handler State table for any items for which the timeout has expired. This is when the Times Out At time setting has arrived or passed. The event service processes these in order (oldest first), by using the Retest At time or Times Out At time to determine the order.

After this, the event service checks the event queue again for any incoming items.