Class WfQueueManager

java.lang.Object
wt.workflow.utility.WfQueueManager

public class WfQueueManager extends Object
This is a utility for managing workflow queues. Functionality includes some general queue functionality such as starting, stopping queues as well as workflow specific functionality, especially the following:
  • displaying of the activity and workflow process the entry is associated with
  • displaying the attribute values associated with the entry

The workflow queues supported by this utility are the following:

  • Workflow propagation queue - mostly used for event propagation
  • Workflow user work queue - used to carry out user defined work, such in the robots
  • Workflow schedule queue - used by timer robots

This utility doesn't address dedicated workflow queues.

Supported API: true

Extendable: false