Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
How do you set an automation as asynchronous?
I read in this post that I need to change it as asynch in order to go over the limit of 15 minutes of job execution for webhook automations but I can't figure out how to change it.
Thanks in advance
Veronica
Hi @veronica1 ,
The sync/async option is only available for triggered automations.
You can configure this in the automation's Start block by setting the Run asynchronously parameter to Yes:
Kind regards,
Emile
Hi @veronica1 ,
The sync/async option is only available for triggered automations.
You can configure this in the automation's Start block by setting the Run asynchronously parameter to Yes:
Kind regards,
Emile
Thanks @Emile_Koslowski ! Do you know how to overcome the limitations of 15 minutes for webhook automations?
I know it's not an optimal solution but you could execute a second (triggered) automation from within the webhook automation.