12-30-2021 12:21 AM
Hi, Is there a way that we can call two callable recipe at same time?
12-30-2021 12:35 AM
12-30-2021 03:51 PM
I dont want to use the response. I will try your way. Thank you Vinny.
12-30-2021 12:55 AM
Hi Amarnath,
You can do what Vinny's suggested by calling the callable recipe asynchonously, or you can try nested callable recipes, meaning you call the second callable recipe inside the first callable recipe. So, when the parent recipe call the first recipe and start the actions, the first recipe also trigger the second callable recipe to start. Just remember to call the second callable recipe asynchonously, so the first callable recipe don't wait the second recipe to complete its actions.
I hope this suggestion is useful.
12-30-2021 03:53 PM
Thanks for the response Martina. Nested recipe doesnt work for me in my case.