Click or drag to resize
IWorkItem Interface
Defines a task i.e. work item, associated to a participant

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 IWorkItem

The IWorkItem type exposes the following members.

Properties
  NameDescription
Public propertyCompletedAt
Date information on when the task is completed
Public propertyId
Unique identifier of the item
Public propertyOutcome
Outcome of the work
Public propertyParticipant
The actor, is person that carries on the task i.e. work item.
Public propertyRevision
Version of the item. It can be be considered as the RowVersion of the item.
Public propertyStatus
Status of the assigned work
Top
See Also