WorkflowQueue
WorkflowQueue
Properties
class : identifierWorkflow 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 : nonNegativeIntThe maximum number of assignments that may be scheduled concurrently from this queue.
Valid values based on“int”. 0 (minInclusive) description : stringWorklow queue description.
priority : intThe relative priority of this queue.
rate : nonNegativeDoubleThe maximum number of assignments that may be scheduled from this queue in one minute.
Valid values based on“double”. 0 (minInclusive) readPrivilege : stringPrivilege required to read from this queue.
scheduler : stringName of the scheduler for this queue. By default, no scheduler is used.
updatePrivilege : stringPrivilege required to add items to this queue.
Parent topic: references