Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.
Filled Workflow Data Structures
These workflow data structures are objects that Enterprise Architect fills.
Workflow Data Structure |
Description |
Calls |
See also |
||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
WorkflowUser |
This object provides information about the user currently logged in to the model. It is filled by Enterprise Architect before any function is called by Enterprise Architect; it has the following properties:
|
This object calls the IsMemberOf(GroupName) function (see below). |
|||||||||||||||||||||||||||||||||
WorkflowContext |
This object provides information about the object currently in context. It is filled by Enterprise Architect before any searches except GetWorkflowTasks are run; it has the following properties:
|
This object calls the TagValue(TagName) function (see below). |
Function |
Action |
Return Value |
---|---|---|
IsMemberOf(GroupName) |
Check the group membership of the current user. |
Returns the value True if the current user is a member of the group with the specified name.
|
TagValue(TagName) |
Get the value from a named tag. |
Returns the value of the first Tagged Value with that name, or an empty string if no Tagged Value with that name exists.
|