Click or drag to resize
InteractionPolicy Enumeration
Defines the policy of selecting outcome from work's expectation

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 enum InteractionPolicy
Members
  Member nameValueDescription
AllResponses0 All participant must take action one after another to complete the work. The work does not meet any specific outcome.
FirstResponse1 First participant responses to the work, will complete the work with the selected outcome. The rest of participant response will not be required.
MajorityVote2 Based on outcome selected by participant, the outcome of the work will be decided. Participant's Weight has no effect on the result.
Vote3 This is a voting policy that is similar to MajorityVote but the conclusion percentage threshold can be customized.
WeightedVoting4 This is similar to MajorityVote but each participant's Weight will be considered to conclude the outcome of the work expectation.
See Also