UserTransition Fields |
The UserTransition type exposes the following members.
Name | Description | |
---|---|---|
Actions | Contains the actions that are executed when this transition is executed. (Inherited from BaseTransition.) | |
ConfirmationMessage | This message is displayed after the user has executed the transition. The message is only displayed if there is no user input form specified. | |
Description | The description is displayed in the form input page. | |
Hidden | If enabled, the user transition is not shown in the context menu. | |
Id | Contains a GUID that is used to identify the user transition. | |
NextStateId | Specifies the next state in case this condition is matched. (Inherited from BaseTransition.) | |
Role | Specifies a role that is required for users that are allowed to execute the transition. | |
UserInput | Specifies a user input form that can be used to request information from the user that executes this transition. | |
Users | Specifies a set of users that are permitted to execute the transition. |