Click or drag to resize
IMultiParticipantTask Interface
A task that enables multi-participant interaction

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 IMultiParticipantTask : ISingleParticipantTask, 
	ITaskIdentity

The IMultiParticipantTask type exposes the following members.

Properties
  NameDescription
Public propertyCategory
Category of a task
(Inherited from ITaskIdentity.)
Public propertyDescription
Description of the task
(Inherited from ISingleParticipantTask.)
Public propertyExpiresAt
The task will be expired after sometime automatically. After task is expired, no workitem can be proceed.
(Inherited from ISingleParticipantTask.)
Public propertyInteraction
Defines how participant might interact with each other
Public propertyName
Name of node in the workflow
(Inherited from ITaskIdentity.)
Public propertyOutcomes
Task define a work expectations with a list of outcomes
(Inherited from ISingleParticipantTask.)
Public propertyOwner
Task's owner, who has started the task.
Public propertyParticipants
Who are participating in this task
Public propertyPayload
Payload of the task
(Inherited from ISingleParticipantTask.)
Public propertyPriority
A number between 1 to 9. Default priority is 5
(Inherited from ISingleParticipantTask.)
Public propertyTitle
Title of the task, can be a parameterized string
(Inherited from ITaskIdentity.)
Top
See Also