Rule Conditions typically are used in Rules which consist of a condition part and an action part. To evaluate the rule, next to the Rule Condition there is a Context. Examples are an Order, a Project or a Claim. Below demo is around a Car Insurance Claim. The Claim has a workflow, and one of the activities (Fraud Investigation Review) has a so called Applicability Rule. The Rule defines when the workflow activity is applicable, where the condition refers the Claim attributes. Upon evaluating the Applicability Rule, the outcome is set as an Applicability Flag on the Activity Instance. To run a Rule Condition against a Context, an 'evaluate' pl/sql function is available. Upon changing the Applicability Condition or any of the Claim Attributes, the rule can be re-evaluated.