Question
3
Replies
112
Views
Posted: November 25, 2019
Last activity: November 27, 2019
Closed
Call Service rest multiple times with specific interval
I have below requirement.
Call service rest and send multiple workobject details to service. If we are getting error in service response or service is failed then we need to call same service more 2 times with 5 min interval and after that we need to send success mail or failure email according to service response.
can you please suggest how to implement this?
***Edited by Moderator: Lochan to update platform capability tags***
You could implement something like that:
The main logic is in wrapper activity "Call Service". There you should keep coun of calls and use Task-Status-Set to distinguish between outputs