Click or drag to resize
IWork Interface
Work represents a task that can be store and reloaded from a storage

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 IWork

The IWork type exposes the following members.

Properties
  NameDescription
Public propertyId
Work identifier
Public propertyIdentity
Address of a workflow definition
Public propertyOwner
Owner of the work
Public propertyRevision
Row version to manage concurrency
Public propertyTask
Task reference of the work
Public propertyWorkflowInstanceId
Reference to the workflow instance that this work belongs to
Public propertyWorkItems
Work items that is assigned to individuals
Top
See Also