Prev | Next |
Filled Workflow Data Structures
These are the workflow data structures (objects) that Enterprise Architect fills.
Data Structures
Workflow Data Structure |
Description |
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 these properties:
Calls: This object calls the IsMemberOf(GroupName) function. |
Maintain Users |
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 these properties:
Calls: This object calls the TagValue(TagName) function. |
Functions - Create a Search With User Tasks |
Functions
Function |
Action |
---|---|
IsMemberOf(GroupName) |
Check the group membership of the current user. Return Value: 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. Return Value: Returns the value of the first Tagged Value with that name, or an empty string if no Tagged Value with that name exists. |