Type to start searching...

Assignment

Properties
args : nonNegativeInt

Event argument count.

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

Expression specifying a principal who can take ownership of the assignment.

association : identifierList

Association path from the primary workflow class to the class with the triggering event: attr1 ... attrN.

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

Each element in the list must begin with a letter or underscore. Elements are space delimited.

caption : string

String identifier for caption display in the UI.

condition : string

Assignment completion condition. Used only if event is specified.

description : string

Assignment description.

event : identifier

Event which completes the assignment. If not specified, the workflow assignee is required to complete the workflow.

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.

factory : string

The factory for SysWorkflowAssignment subclasses. Space-separated list of the form "AssignmentClass ['event [arg1 arg2 ... argN]]".

form : string

Assignment form name: screenRef formRef.

layout : string

name : string

Step name.

owner : string

Expression specifying a user who owns the assignment. Once an assignment is owned, it appears only in the queue of its owner.

priority : string

Expression specifying the assignment priority as a double number from 0 to 10, 0 being the highest. Defaults to 4.

queue : string

Workflow queue.

target : identifierList

Association path relative to the workflow primary class: attr1 ... attrN. Used to find a UI assignment form if unspecified in the form property.

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

Each element in the list must begin with a letter or underscore. Elements are space delimited.

title : string

Expression specifying the assignment caption string indentifier (SysWorkflowAssignment caption).

uimode : uimode

Assignment form UI mode.

Valid values based on“string”.
modal
modeless
sdi
Parents