Activity Condition
Last changed: MauriceDeBeijer-80.126.16.139

.
Summary

A condition is an expression, which evaluates to a Boolean value.

Windows Workflow Foundation offers two condition types: CodeCondition and RuleConditionReference.

You can create a custom condition type by deriving from this class and implementing the EvaluateMethod.