How to create/call Asynchronous web service in a flow service?
For Example:
There are 5 steps in flow service.
First Step is Invoke web service, that inserts the data into database and it takes 10 min to complete.
remaining 4 steps should not wait until the completion of web service.
Without waiting for reply, next flow steps should complete the execution.
Please share ur suggestions..
Thank u
Leave a Reply
Guest User
Not sure what solution is right for you?
Choose the right one for you.
Get the help of the experts and find a solution that best suits your needs.
cabj4klt
How to create/call Asynchronous web service in a flow service?
For Example:
There are 5 steps in flow service.
First Step is Invoke web service, that inserts the data into database and it takes 10 min to complete.
remaining 4 steps should not wait until the completion of web service.
Without waiting for reply, next flow steps should complete the execution.
Please share ur suggestions..
Thank u