| IHumanTaskInfo Interface |
Namespace: FlexRule.Flows.Workflows.Model.Nodes
public interface IHumanTaskInfo
The IHumanTaskInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| Category |
Category of a task
| |
| Description |
Description of the task
| |
| Name |
Name of node in the workflow
| |
| Outcomes |
List of task outcomes
| |
| Owner |
Task's owner, how has started the task.
| |
| Participants |
Who are participating in the task
| |
| Payload |
Payload of the task
| |
| Priority |
A number between 1 to 9. Default priority is 5
| |
| Timeout |
The task will be expired after sometime automatically. After task is expired, no workitem can be proceed.
| |
| Title |
Title of the task, can be a parameterized string
|