What are you trying to achieve?
I want to wait for the modules on the main branch to finish execution before executing the “create response” module.
Steps taken so far
I created a series of modules that splits into 4 branches, like a tree.
I want to wait for the modules on the main branch to finish execution before executing the “create response” module.
I created a series of modules that splits into 4 branches, like a tree.
I would start by trying a sleep/delay module(s). You can also try integrating a resume module.
Delay won’t do it, I want to send an HTTP request as soon as the for leads (end nodes) are completed.
Can you tell me more about this ‘‘resume’’ thing?
Hi @LuizJ
In your screenshot, flow seems fine.
How do you want to wait for main branch execution??? Are there more than 1 records that you want to process all and then execute “create a response” module??
Regards,
Msquare Automation - Platinum Partner of Make
@Msquare_Automation
I want to use the outputs of Identify quality, ide
7I want to wait for the results of Identify product, identify characteristics, identify zip code and identify origin in ‘create response’. Not all of these first four modules will necessarily run, because there are filters.
Sometimes only identify product and identify origin before I create the response, sometimes all of the will run before creating the response. What matters is that if is going to be run, the system waits for it finishing before creating the response.
Thanks in advance!
In your HTTP call, instead of calling an API, have it call another scenario (Trigger being a webhook). When the webhook comes through, have it trigger your API call as you want it to, and then put a webhook response at the end of this automation.
That way when it does the HTTP call, it won’t go to the next step till that webhook response triggers. Note in Make, the maximum time allowed on a HTTP call is 5 minutes.
Hi @LuizJ
Could you please share the output bundle json from the module you are using the data to wait for execution??
Regards,
Msquare Automation - Platinum Partner of Make
@Msquare_Automation