Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
8 replies
Subscribers
11 subscribers
Views
7825 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
How to set Time for if we call third party API response?
surendrab0001
A Score Level 1
over 6 years ago
For specific time expecting the response
Discussion posts and replies are publicly visible
Parents
0
Abhay Giri
over 6 years ago
Hi Surendra,
If you are send request to third party API then the API will return the response after it finish it processing . In my view you can not put waiting time between because.
you can do one, thing you can put Timer Event after getting response back from the API , i don't know weather you really need this.
Regards
Abhay
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Abhay Giri
over 6 years ago
Hi Surendra,
If you are send request to third party API then the API will return the response after it finish it processing . In my view you can not put waiting time between because.
you can do one, thing you can put Timer Event after getting response back from the API , i don't know weather you really need this.
Regards
Abhay
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
0
surendrab0001
A Score Level 1
over 6 years ago
in reply to
Abhay Giri
Hi Abhai,
Thanks for your response , suppose third party API will give response after 1 hour , its not got to wait processor till that time.
Regards,
Surendra
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Shanmukha
A Score Level 1
over 6 years ago
in reply to
surendrab0001
Hi Surendra,
If that is the case, Can you make it asynchronous calls. For instance there is a web api which is returning huge results then it has to wait for some time. So in this case in the first call when you request for results it will just return you the transaction code and in the subsequent request you can send the transaction code to another web api that will return the results. it will be helpfull when you have your process model running in asynchronous way. we have already implemented such scenario in the SOAP web service with Appian calls.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel