|
|
Formal Workflow – take the tour The Formal Workflow is an example of a ‘Property-rich’ workflow. There are a number of contacts included in the workflow, Dates and Times for scheduling the workflow and Lists for inclusion of other information. View the code
The Code The Formal Workflow takes advantage of a number of built-in classes, including:
- Contact – a person or organization
- Location – a place
- DateTime – the Date and Time that something occurred. The Date Time field may also be set to no date or time.
- TimeSpan – a duration of time
- List – a list contains objects
- ShowTimeAs – an enumeration of how to show this time, e.g. free, busy, out of office
- TypeOfWork – an enumeration of a basic type of work, e.g. Appointment, Meeting, Task, etc
There are two methods:
- AddNote – adds a note to the list
- AddWorkflow – adds a Formal Workflow to this workflow as a child. This creates a dependency between the two workflows.
|
|
|
|
|