Click or drag to resize
IHumanTaskInfo Interface
Tasks information

Namespace: FlexRule.Flows.Workflows.Model.Nodes
Assembly: FlexRule.Flows.Workflow (in FlexRule.Flows.Workflow.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public interface IHumanTaskInfo

The IHumanTaskInfo type exposes the following members.

Properties
  NameDescription
Public propertyCategory
Category of a task
Public propertyDescription
Description of the task
Public propertyName
Name of node in the workflow
Public propertyOutcomes
List of task outcomes
Public propertyOwner
Task's owner, how has started the task.
Public propertyParticipants
Who are participating in the task
Public propertyPayload
Payload of the task
Public propertyPriority
A number between 1 to 9. Default priority is 5
Public propertyTimeout
The task will be expired after sometime automatically. After task is expired, no workitem can be proceed.
Public propertyTitle
Title of the task, can be a parameterized string
Top
See Also