Click or drag to resize

ProcessPhase Properties

The ProcessPhase type exposes the following members.

Properties
  NameDescription
Public propertyActiveTime_PropertyId
The activation time of the phase is stored in this datetime value property on the target object.
Public propertyActivities
Contains the activities that are part of the phase. An activity can be part of more than one phase.
Public propertyCompleteTime_PropertyId
The completion time of the phase is stored in this datetime value property on the target object.
Public propertyDeadline_PropertyId
The deadline of the phase is stored in this datetime value property on the target object.
Public propertyDuration_PropertyId
The duration of the phase is stored in this timespan value property on the target object.
Public propertyEndTransitionIds
The phase ends when one of these transitions is activated. Transitions must belong to the specified process template.
Public propertyEstimate_PropertyId
The time estimate of the phase is stored in this timespan value property on the target object.
Public propertyId
Public propertyName
Public propertyProcessTemplateId
Public propertyRecalculate
Controls whether deeadline, activation time e.t.c. are calculated if/when the start- and end-transitions are re-activated. If not, calculation only happens the first time they are activated.
Public propertyStartTransitionIds
The phase begins when one of these transitions is activated. Transitions must belong to the specified process template.
Public propertyTotDuration_PropertyId
Public propertyUId
Top
See Also