Click or drag to resize
ITaskIdentity Interface
Definition of the task that can be used to identify a task within a Workflow

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 ITaskIdentity

The ITaskIdentity type exposes the following members.

Properties
  NameDescription
Public propertyCategory
Category of a task
Public propertyName
Name of node in the workflow
Public propertyTitle
Title of the task, can be a parameterized string
Top
Remarks
The combination of Title and Category must be uniquely identifies the task in the model. Also Name must be able to get the task definition in the model.
See Also