Global variables
Use global variables, such as _STARTUSER
, as function arguments.
Syntax
Context.<variable>
Workflow Global Variable | Data Type | Refers to |
---|---|---|
_ACTIONCODE
|
String | The Action code |
_ACTIONSETCODE
|
String | The Action Set code |
_COMMENT
|
String | The comment that is entered by a user for an event that requires a reason code, a comment, or an electronic signature. |
_OBJECTKEY
|
String | The object for the workflow |
_OBJECTSYMBOL
|
String | The symbol of the object for the workflow |
_BASEVALUE
|
String | Base value for an alternate unit of measure. |
_REASONCODE
|
String | The reason code that is selected by a
user for an event requiring a reason. See the Infor PLM for Process Workflow Administration Guide. |
_REASONDESCRIP |
String | This applies to an event that requires the user to specify a description for the reason code. |
_SIGNEDBY
|
String | User who provided the electronic signature. |
_SOURCEUSER
|
String | The current user, who performed the action. |
_STARTUSER
|
String | The user who started the workflow. |
_TASKDB
|
String | The current name of the database name. This is the logical name of the database that is in the Optiva Configuration application. It is not the physical name of the database or its location. |
_TASKGROUP
|
String | The group that is assigned to a task |
_TASKLAB
|
String | The current lab code |
_TASKROLE
|
String | The role that is assigned to a task. |
_TASKUSER
|
String | The user that is assigned to a task. |
_WIPALLUSERS
|
String | All users, groups, and roles that are involved in a workflow. |
_WIPGROUPS
|
String | All members of all groups that are involved in a workflow. |
_WIPID
|
Long | The Work ID |
_WIPLINEID
|
Long | The line number for the workflow |
_WIPROLES
|
String | All members of all roles that are involved in a workflow. |
_WIPUSERS
|
String | All users that are involved in a workflow. |