The QUEUEENTRY Table

All events and processes that are queued up as a result of sequencing are stored in the QUEUEENTRY table. The event or process ID is stored in the IDVALUE column.

  • For queued events, the queuename is EVENT
  • For queued processes, the queuename is PROCESS.

Workflows waiting in this table are retrieved when the running workflow process completes. The event with the lowest registration order is retrieved from the QUEUEENTRY table.