Certified Pega Senior System Architect v8.7 — Question 17
When updating a system of record using a SOAP connector, if the system of record is unavailable, users can retry the update after an hour. If the system of record is still unavailable after an hour, a notification should be sent to a system administrator.
How do you implement this requirement?
Answer options
- A. Edit the out-of-the-box pxErrorHandlingTemplate data transform.
- B. Use a transition condition in the activity step invoking the connector.
- C. Implement the logic in the connector's error handler flow.
- D. Implement the logic in the data page's response data transform.
Correct answer: A
Explanation
The correct answer is A because modifying the pxErrorHandlingTemplate allows you to define custom error handling behaviors, including the retry and notification logic. The other options do not provide a comprehensive approach to handle the retry and notification requirements as effectively as modifying the error handling template.