Versions Compared

Key

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

...

Note
titleNote!

The backlog can only handle UDRs.

queueGetSize

The queueGetSize function retrieves the number of UDRs of the queue that currently contains the highest number of UDRs in the workflow.

...

ParameterDescription

Returns

the largest queue size.

queueGetLimit

The queueGetLimit function gets the configured maximum queue size limit.

...

ParameterDescription

Returns

The soft limit, the configured maximum queue size limit of the workflow queue.

You configure the soft limit of the workflow queues in the Workflow Properties. See Workflow Properties[hide](3.0[/hide]) for more information.

Note
titleNote!

A real-time agent implementation can modify the soft limit during the agent initialize() phase. For further information see initialize.


...