Click or drag to resize
ITaskService Interface
Implements a task service that allows human interaction.

Namespace: FlexRule.Flows.Workflows.Managers.Tasks
Assembly: FlexRule.Flows.Workflow (in FlexRule.Flows.Workflow.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public interface ITaskService

The ITaskService type exposes the following members.

Methods
  NameDescription
Public methodCreateWorkItems
Creates necessary work items associated with task.
Public methodLoad
Loads a work
Public methodUpdateWorkItem
Updates a workitem based on Id and Revision
Top
Remarks
If the interaction requires IWorkItem it manages the WorkItems associated with a task for multi-participant interaction activities as well.
See Also