| InteractionPolicy Enumeration |
Defines the policy of selecting outcome from work's expectation
Namespace: FlexRule.Flows.Workflows.Managers.TasksAssembly: FlexRule.Flows.Workflow (in FlexRule.Flows.Workflow.dll) Version: 0.0.0.0 (0.0.0.0)
Syntaxpublic enum InteractionPolicy
Members|
| Member name | Value | Description |
|---|
| AllResponses | 0 |
All participant must take action one after another to complete the work. The work does not meet any specific outcome.
|
| FirstResponse | 1 |
First participant responses to the work, will complete the work with the selected outcome. The rest of participant response will not be required.
|
| MajorityVote | 2 |
Based on outcome selected by participant, the outcome of the work will be decided. Participant's Weight has no effect on the result.
|
| Vote | 3 |
This is a voting policy that is similar to MajorityVote but the conclusion percentage threshold can be customized.
|
| WeightedVoting | 4 |
This is similar to MajorityVote but each participant's Weight will be considered to conclude the outcome of the work expectation.
|
See Also