04-16-2024 04:17 AM
Hi,
How to get all the local recipe function IDs which are called from parent recipe during execution time?
Thanks in advance for your valuable time.
Solved! Go to Solution.
04-19-2024 12:04 AM - edited 04-19-2024 12:09 AM
Hi Murugaraj,
To preemptively check the status of the dependent recipe within the parent recipe, you can utilize Recipe Ops by Workato. This will allow you to monitor the child recipe's activity status. Based on this information, you can then proceed with the necessary actions as per your needs.
Use Action List all recipes (Select the Inactive recipe status) and pass all the Local function recipe ID's it will give you the result
04-16-2024 09:05 AM
When a recipe calls a function recipe, the action returns the job ID and job URL. If you're calling multiple functions, you can accumulate them to a list.
04-16-2024 02:45 PM
Is this for reporting purposes or something else? based on that I might have answer
04-17-2024 05:51 AM
Hi , I want to check the dependent local recipe function status in the parent recipe during execution time.
If the recipe function is inactive then I should fail the recipe. This check is to avoid the "Con-Call" recipe error during execution time.
Thank!
04-17-2024 08:47 AM
If you try to call a function recipe and it is inactive, your calling recipe will fail.
I don't fully understand what you're trying to accomplish. Can you provide more info?