Vlocity Facts #14 | Integration Procedure Properties
Integration Procedure runs in synchronous or asynchronous mode ? By Default it will run in Synchronous mode. To make Integration Procedure run in Asynchronous mode, call Integration Procedures using these settings from omniscript: Use Future — Use when the calling OmniScript or Integration Procedure doesn't need a response and completion time is not critical. [Specifies that the Integration Procedure runs asynchronously, as a Salesforce future method, which can return no data to the calling OmniScript.] Invoke Mode: Non-Blocking : The Action runs asynchronously, and the response applies to the UI. Pre and Post DataRaptor transform and large attachments are not supported. Invoke Mode: Fire and Forget : The Action runs asynchronously with no callback to the UI. Pre and Post DataRaptor transforms, and large attachments are not supported. A response still appears in the debug console but does not apply to the Data JSON. ===========================================================...