What is the use of Copado Functions Callback?
Comprehensive and Detailed 100to 150 words of Explanation From Copado Extension builder topics:
Copado Functions Callback is used to update the status of a function execution in real time when the function is triggered through Apex or Salesforce Flow. This is important because functions can run outside the immediate Salesforce transaction, and Copado still needs a way to receive execution status, progress, and completion details. A callback mechanism helps connect the external or asynchronous function execution back to the Copado record that initiated it. Option C is correct because it describes this real-time update behavior. Option A is incorrect because callbacks are not pre-built scripts. Option B is incorrect because a callback is not a permission set. Option D is also incorrect because timeout settings and Function Images are separate configuration concepts from callback behavior.
Currently there are no comments in this discussion, be the first to comment!