| ISingleParticipantTask Interface |
Namespace: FlexRule.Flows.Workflows.Managers.Tasks
public interface ISingleParticipantTask : ITaskIdentity
The ISingleParticipantTask type exposes the following members.
| Name | Description | |
|---|---|---|
| Category |
Category of a task
(Inherited from ITaskIdentity.) | |
| Description |
Description of the task
| |
| ExpiresAt |
The task will be expired after sometime automatically. After task is expired, no workitem can be proceed.
| |
| Name |
Name of node in the workflow
(Inherited from ITaskIdentity.) | |
| Outcomes |
Task define a work expectations with a list of outcomes
| |
| Payload |
Payload of the task
| |
| Priority |
A number between 1 to 9. Default priority is 5
| |
| Title |
Title of the task, can be a parameterized string
(Inherited from ITaskIdentity.) |