Using Platform Events with Queueable Apex
Scenario: Learn how to invoke Queueable Apex within platform events. Step 1: Integrate a button on the Salesforce UI, which could either be a vlocity action or a vlocity Omniscript guided flow, to invoke the “Apex Handler”. Step 2: The “Apex Handler” will then trigger the Platform Event. Here’s a sample code for this step:…