Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Queue Processor in Adeptia Connect manages and regulates the execution of process flows. It regulates the execution by:

...

Info

Any process flow with 'Real Time Processing' priority bypasses the Queue Processor and is executed immediately. The following types of process flows also qualify to be executed immediately bypassing the Queue Processor:

  • Process flows associated with Web Services
  • Process flows with an Event that has Trigger in Sequence as checked
  • Child process flows (except for Spawn action with 'Wait For Child as False')

Process flows with High, Medium, and Low priority are executed by the Queue Processor. The order of execution of process flows based on the priority is as follows:

...

Process flows with same priority level are executed on first-in, first-out (FIFO) basis. 

Refer to the section Defining Priorities for Process Flows to know how to set the priority. Adeptia recommends you to set the priority for your process flows in such a way that none of them remains in the queue for a long time. This is also to mitigate any risk of low or medium priority process flows not being executed at all. 

...