1. Salesforce OmniStudio Documentation: Debug an Integration Procedure. The documentation explicitly details the use of the Action Debugger. It states
"The Action Debugger shows the data that is sent and received from each action in your Integration Procedure... and performance information
such as the execution time in milliseconds." This directly supports using the Action Debugger to identify performance bottlenecks.
2. Salesforce OmniStudio Documentation: DataRaptor Best Practices. This guide provides key recommendations for performance
such as
"To improve performance
select only the fields you need in a DataRaptor Extract." This confirms that reviewing and optimizing the DataRaptor configuration is a critical step in resolving CPU limit errors.
3. Trailhead by Salesforce: OmniStudio Integration Procedures
Unit: Test an Integration Procedure. This module illustrates how to use the Preview tab to test and debug. It highlights that the Action Debugger shows "the time the action took to run in milliseconds
" which is essential for troubleshooting performance issues like CPU timeouts.