@DINESH_J
Hi
I have added the debugLog as depicted in the below diagram and after I publish the document only the below entry is logged in Server Log
debugLog : Message input =
Retry Count is : %retryCount%
Error is "%error%
*[9716]Error is "[ART.117.4002] Adapter Runtime (Adapter Service): Unable to invoke adapter service TestPOC.adapter:selectperson with connection Tes.connections.jdbc:EDP. *
[9715]2021-03-11 06:18:30 EST [ISP.0090.0003C] Retry Count is : 0
@Holger_von_Thomsen
HI
the debugLog logging indicates that the error variable which I populated in CATCH sequence is available in the FINALLY sequence
@reamon,
Hi
Currently The SEQUENCE Exit On property is as
MAIN ( Exit on Success )
TRY ( Exit on Failure )
TRY ( Exit on Done )
FINALLY ( Exit on Done )
For the FINALLY Sequence I tried changing the EXIT ON property and retested by Publishing the Document but still only no Retry happened
FINALLY ( Exit on Done ) : only 1 email generated signifying no Retry
FINALLY ( Exit on Failure ) : only 1 email generated signifying no Retry
FINALLY ( Exit on Success ) : No Email generated signifying the flow exited from FINALLY after successfully executing the first flow step getRetryCount

#Integration-Server-and-ESB#Flow-and-Java-services#Service-Designer#webMethods