Click or drag to resize

UserTransition Fields

The UserTransition type exposes the following members.

Fields
  NameDescription
Public fieldActions
Contains the actions that are executed when this transition is executed.
(Inherited from BaseTransition.)
Public fieldConfirmationMessage
This message is displayed after the user has executed the transition. The message is only displayed if there is no user input form specified.
Public fieldDescription
The description is displayed in the form input page.
Public fieldHidden
If enabled, the user transition is not shown in the context menu.
Public fieldId
Contains a GUID that is used to identify the user transition.
Public fieldNextStateId
Specifies the next state in case this condition is matched.
(Inherited from BaseTransition.)
Public fieldRole
Specifies a role that is required for users that are allowed to execute the transition.
Public fieldUserInput
Specifies a user input form that can be used to request information from the user that executes this transition.
Public fieldUsers
Specifies a set of users that are permitted to execute the transition.
Top
See Also