Câu 18: PEGACSSA72V1: Certified Senior System Architect (CSSA) 72V1
You are updating a system of record using a SOAP connector. If the system of record is unavailable, you want to retry after an hour. If it is still unavailable after an hour, a notification should be sent to a system administrator. How do you implement this requirement?
Nội dung câu hỏi
You are updating a system of record using a SOAP connector. If the system of record is unavailable, you want to retry after an hour. If it is still unavailable after an hour, a notification should be sent to a system administrator. How do you implement this requirement?
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
- A. Edit the out-of-the-box `pxErrorHandlingTemplate` data transform.
- B. Implement the logic in the connector's error handler flow. — đáp án hiện tại
- C. Implement the logic in the data page's response data transform.
- D. Use a transition condition in the activity step invoking the connector.
In Pega Integration Error Handling: 1. **Connector Error Handler Flow:** For connectors (such as SOAP connectors) invoked asynchronously or in background processing, error handling flows (e.g., standard flows like `ConnectionProblem`) handle temporary network or service unavailability. 2. **Retry and Notification Handling:** By implementing custom error handling logic or extending the connector's error handler flow, you can schedule a retry step (using a wait/timer set to one hour) and route to an administrative assignment or send an email notification to the system administrator if the second attempt fails.
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.