You are here:
Set Up Bulk Renewal by Using Industries Batch Job
Set up a batch job that uses specific query criteria to identify eligible policies for renewal and to trigger the renewal process through a custom flow. The batch job definition must include a flow that runs for each policy record returned by the query. Call the renewInsurancePolicies invocable action within this flow to queue each policy for renewal. The renewInsurancePolicies invocable action is available out of the box, but you must manually create and configure the flow to use it. Schedule the batch job by using a schedule-triggered flow to run the renewal process at a specified time.
- Create an Auto-Launched Flow
Build a flow that receives input from the batch job and calls the renewInsurancePolicies invocation action for each policy record. - Create a Batch Job Definition
Define a batch job that selects eligible insurance policies based on filter criteria and invokes a flow to process policies in bulk.

