The SimplePhase type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Action |
The action to perform in the phase.
|
![]() | DisplayName | Gets or sets an optional friendly name that is used for debugging, validation, exception handling, and tracking. (Inherited from Activity.) |
![]() | DueDate |
The time the due date occurs. DateTime.Min indicates no due date-
|
![]() | Duration |
The duration of the phase.
|
![]() | EnableDemoteAction |
Enables the Demote action
|
![]() | EnablePromoteAction |
Enables the Promote action
|
![]() | EnableTerminateOnCancel |
Gets or sets the enable terminate on cancel.
|
![]() | ExitActivity |
The activity to call when leaving the Phase
|
![]() | Id | Gets an identifier that is unique in the scope of the workflow definition. (Inherited from Activity.) |
![]() | NextDuration |
Calculated duration for timer.
|
![]() | NextNearDuration |
Calculated near duration for timer.
|
![]() | NextPhaseNo |
Next phase number to activate
|
![]() | PhaseId |
The phase Id.
|
![]() | PhaseNumber |
The phase number the phase task represents.
|
![]() | Response |
The response after a bookmark has been raised.
|
![]() | RestartActivity |
The activity to call when reentering the Phase
|
![]() | Role |
The phase actor role.
|
![]() | StartActivity |
The Activity to call entering the Phase.
|
See Also