Hi ,
I have a requirement for synchnous BPM scenario where after sending request & response will be received from target. In case if response is not returned on a specified time(ex 60sec) ,we need to terminate BPM sending default(static) response to sender. So we are using Timer event for this requirement.
I had tried using Paralle Split where one call will send request to BPM Sender & other will go to timer which will wait for specified time, If response is received then will continue with next call else need to terminate the BPM( which i am not getting as expected). It should consider only one response whichever reaches earlier & stopping the other process.
Please advice how to achive the requirement and also the step
s involved.
Regards
Sowmya