Hi Tanika,
Stop on error is how this is handled. Ensure you specify ConnectionError which is thrown when the backend is not available. Also specify OperationError which is thrown if the backend responds with a non 200 HTTP status code, and if you're invoke is sending a SOAP request, a fault will return a SOAPError.
Regards,
Steve Linn
------------------------------
Steve Linn
Senior Consulting I/T Specialist
IBM
------------------------------
Original Message:
Sent: Tue July 09, 2024 02:11 AM
From: Tanuja Ede
Subject: Continue to next policy if backend doesn't respond in time in invoke policy
@Steve Linn - Could you help me out here, please? Is that possible or am I doing something wrong?