g_Activity_Assignment
Assignment
Properties
args : nonNegativeIntEvent argument count.
Valid values based on“int”. 0 (minInclusive) assignee : stringExpression specifying a principal who can take ownership of the assignment.
association : identifierListAssociation 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 : stringString identifier for caption display in the UI.
condition : stringAssignment completion condition. Used only if event is specified.
description : stringAssignment description.
event : identifierEvent 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 : stringThe factory for SysWorkflowAssignment subclasses. Space-separated list of the form "AssignmentClass ['event [arg1 arg2 ... argN]]".
form : stringAssignment form name: screenRef formRef.
layout : stringname : stringStep name.
owner : stringExpression specifying a user who owns the assignment. Once an assignment is owned, it appears only in the queue of its owner.
priority : stringExpression specifying the assignment priority as a double number from 0 to 10, 0 being the highest. Defaults to 4.
queue : stringWorkflow queue.
target : identifierListAssociation 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 : stringExpression specifying the assignment caption string indentifier (SysWorkflowAssignment caption).
uimode : uimodeAssignment form UI mode.
Valid values based on“string”. modal modeless sdi
Parents
g_Activity_Join_Activity - Step within a Join of a Workflow. e.g. Activity, TimerEvent, Try, Branch...
Parent topic: g_Activity_Decision_Branch
Parent topic: g_Activity_Loop
Parent topic: g_Activity_Semaphore
Parent topic: g_Activity_TryCatch_Try
Parent topic: g_Activity_TryCatch_Catch
Parent topic: g_Activity_Join_Activity
Parent topic: Workflow
Parent topic: g_Activity_Queue_TimerEvent
Parent topic: g_Activity_Queue_ClassEvent
Parent topic: g_Activity_Queue_ProcessEvent
Parent topic: g_Activity_Queue_ManualEvent