Loading
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
          Continuation in Long-Running Calls

          Continuation in Long-Running Calls

          To support long-running calls, Salesforce provides Apex Continuations. If your Omniscript calls a long-running Integration Procedure or Apex class, you can enable continuation. If your Flexcard calls a long-running Integration Procedure that has an HTTP action or a Remote Action, you can enable continuation.

          Note
          Note Beginning Winter ‘23, Flexcards supports long-running calls from an Integration Procedure that have an HTTP Action or a Remote Action.

          For Flexcards that call long-running Integration Procedures that have an HTTP Action or a Remote Action, enable continuation support by adding a new Options Map to the Integration Procedure data source. Enter useContinuation as the key and true as the value.

          For Omniscripts that call long-running Integration Procedures, check the Use Continuation setting in the Integration Procedure Action.

          For Omniscripts that call Apex classes using Remote Actions, you have two options:

           
          Loading
          Salesforce Help | Article