A complex data type that represents a user action for Process
Management tasks. A list of
User Action Name values can be used as the value of the User Actions property
of Assign Task operation and Assign Multiple Tasks operation operations (User 2.0 service).
For information about data that can be accessed using Xpath Expressions,
see Data items.
Data items
The data items that User Action Name values contain.
confirmation
A boolean value
that indicates whether to display a confirmation message when the
user selects the user action:
A value of true indicates
a confirmation message is displayed.
A value of false indicates no confirmation message is displayed.
confirmationMessage
A string value
that represents the confirmation message to display to users when
they select the user action.
destination
A string value
that represents the name of the next operation to execute when users
select the user action. This value is the value of the Name property
of the operation. (See Common operation properties.)
destinationId
A string value
that represents the unique identification of the destination operation.
name
A string value
that represents the name of the action as it appears to users.
Note: Do
not use commas in action names.
routeId
A string value
that represents the unique identification of the route that leads to
the destination operation.
routeName
A string value
that represents the name of the route that leads to the destination
operation. This value is the value of the Name property of the route.
toolTip
A string value
that represents the text that appears when users pause their mouse
pointer over the action button in Workspace.
userActionName
A string value
that represents the name of the action. This value is equivalent to
the name data item. userActionName provides backward-compatibility support.