Type to start searching...

WorkflowQueue

Properties
class : identifier

Workflow queue implementation.

Valid values based on“string”.
:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*

Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.

concurrency : nonNegativeInt

The maximum number of assignments that may be scheduled concurrently from this queue.

Valid values based on“int”.
0 (minInclusive)
description : string

Worklow queue description.

priority : int

The relative priority of this queue.

rate : nonNegativeDouble

The maximum number of assignments that may be scheduled from this queue in one minute.

Valid values based on“double”.
0 (minInclusive)
readPrivilege : string

Privilege required to read from this queue.

scheduler : string

Name of the scheduler for this queue. By default, no scheduler is used.

updatePrivilege : string

Privilege required to add items to this queue.