ITransition Properties |
The ITransition type exposes the following members.
Name | Description | |
---|---|---|
Actions |
Gets the collection of Actions in this transition.
| |
AllowNextGroupToAdvance | ||
AssignToGroupOnly | ||
Created |
Gets the entity's creation date.
(Inherited from IEntity.) | |
CreationUser |
Gets the ID of the User who created this entity.
(Inherited from IEntity.) | |
CurrentState |
Gets and sets the Work State before the Workflow advances through this transition.
Transition is only available for Workflow to advance through, if Workflow is currently on this Work state.
| |
DefaultUser | ||
Definition |
Gets the Workflow Definition to which this transition belongs.
| |
Description |
Gets and sets the description of transition.
| |
DisallowDefaultUserOverride |
Gets and sets whether a Page can be assigned to a different User,
but only if the Default User is specified in this transition.
| |
IsDefault |
Gets and sets whether the transition is the default for a given Work State.
| |
LastModified |
Gets the date when the entity was most recently modified.
(Inherited from IEntity.) | |
LastModifiedUser |
Gets the ID of the User who lasted edited the entity.
(Inherited from IEntity.) | |
Manager |
Gets the manager that retrieved this entity instance.
(Inherited from IEntityTManager.) | |
Name |
Gets and sets the entity's name.
(Inherited from IEntity.) | |
NextGroup |
Gets and sets the next Group to which page assignments are restricted when the transition advances to the next workstate.
The DefaultUser must be a member of this group.
| |
NextState |
Gets and sets the Work State that the Workflow will be on after advancing through this transition.
| |
Session |
Gets the session that retrieved this entity. An entity is always session-specific.
(Inherited from IEntity.) | |
SessionId |
Gets the unique ID of the session that retrieved this entity.
(Inherited from IEntity.) | |
Trigger |
Gets and sets the type of Trigger associated with this transition. Decides where the transition is executed.
| |
UIParameters |
Gets the behavior settings on for transitions on the Ingeniux CMS user interface.
Actual changes will be performed on the property value.
These settings decide this Workflow's icon on the toolbar, the "Advance" button drop-down menu, and the enter/exit prompt dialogs settings.
|