Loading
Salesforce now sends email only from verified domains. Read More
Insurance
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          Understand Claim Workflow Rules Runtime

          Understand Claim Workflow Rules Runtime

          The runtime phase is initiated automatically to evaluate a specific claim against the rules configured during design time.

          Required Editions

          View supported editions.
          1. The process begins when an API call is made to the Rule Evaluation API, specifying the claim and the rule to be evaluated.
          2. The API's first step is to call the Context Service to get the context definition of the object (Claim). This service retrieves the complete, hydrated context definition for the claim object, gathering all necessary data points required for evaluation.
          3. The hydrated claim data, along with the rule definition, is passed to the Business Rules Engine (BRE). The BRE performs the core evaluation, comparing the claim's data against the rule's logic and returning an output (e.g. true or false).
          4. Based on the evaluation output from the BRE, the associated actions are enqueued and executed by the Dynamic Revenue Orchestrator (DRO). When a rule condition is evaluated as true or false, specific actions are triggered.
           
          Loading
          Salesforce Help | Article