Hi,
I am trying to implement retry mechanism in my service that is being invoked by trigger and as per the process i did configure the trigger properties as per our requirement. Also placed the logic to attain the retrycount by using the pub.flow:getRetryCount svc. After that I am doing the branch on condition if retrycount<=maxretryCount then I am invoking the pub.flow:throwExceptionForRetry service. What i noticed is everytime when I am debugging the flow the pub.flow:getRetryCount executes the output value for maxRetryCount is always 0 instead of 5 ( the value I did configure in the trigger properties). I am wondering am I missing any set up in this scenario? so that it is displaying maxRetryCount as 0 instead of 5.
I am doing local publish/subscribe in the above scenario.
Thanks in advance,
CP…
#webMethods-General#webMethods#Integration-Server-and-ESB