Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Is there any way that we can implement timer logic in a flow service ?. I want to call a service which will do some processing and return me the result. Here i want the main service to wait for the response from the called service for a specified period of time and then raise an error if the response is not received within the time limit. Is there any way to do this ?.
Regards, Bala
You may try using pub.sync wmpublic services to implement timer logic.
HTH, RMG
Another way of doing it might be using the Timeout property for that invoke step in the property window. shubhro