[Missing <summary> documentation for "N:Scanjour.Workflow4.ActivityLibrary.Phases"]
Classes
Class | Description | |
---|---|---|
IsStringNullOrWhiteSpace |
Monitor an argument for precense.
| |
Phase |
The Phase Activity
| |
PhaseContainerActivity |
Activity to manage phase activities in the phase workflow.
| |
PhaseFunctions |
Support functions for Phase activities.
| |
PhaseProcess |
Main template activity for a phase workflow
| |
ScheduleActivity |
Activity to schedule an activity.
| |
SimplePhase |
Simple Phase activity.
| |
UpdatePhaseAction |
Update a phase action.
The following actions are valid.
NEARDUE - The NearDueDate has been reached
OVERDUE - The DueDate has been reached
| |
UpdatePhaseState |
Update a phase state.
This activity maintains the phase state and phase action of the phase.
The following states are valid:
OPEN - The phase_opened field is stamped with the current DateTime.
If no DueDate is present and a duration is, a DueDate is calculated
based on the duration.
CLOSED - The phase_closed filed is stamped with the current DateTime.
PENDING - The phase_opened, phase_closed are cleared.
If the DueDate is calculated the DueDate and NearDueDate fields are cleared.
|