Class | Description |
---|---|
DelegationWorkflowWizard | Wizard sequence that allows a workflow task to be delegated |
EditContentTaskType | Task type which allows tasks to be added to the task list which require the user to edit the content |
GroupsToView | Class which retrieves the group tasks lists to view for a user |
TaskAction | Class which represents the an entry in the collection returned from GetActions on WorkflowTaskType |
WorkflowTask | Task which represents a task in the workflow tasks engine, the WorkflowTaskManager is used to create tasks and to retrieve them from storage |
WorkflowTaskException | Exception class used in the Ant.Workflow.Tasks namespace |
WorkflowTaskManager | Singleton manager which is used to control the workflow tasks |
WorkflowTasks | Class which provides an interface to all the tasks for a user of for a group. This class is retrieved from the WorkflowTaskManager. |
Interface | Description |
---|---|
WorkflowTaskType | Interface which defines a workflow task type |
Enumeration | Description |
---|---|
TaskPriority | Priority of the tasks |