- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
07-11-2022 01:51 AM
When automation EmailAskUser is used, a wait task is placed after it waiting if there's an answer. If there's no answer the automation will stay there forever, a time threshold is needed to continue the automation. How can be this time limit set?
07-12-2022 08:49 PM
Hi @Josep, Not the prettiest solution. But it works.
I used a sleep function set for 300 seconds. If the user does not reply, then the playbook will continue. If the user does, task 1 will complete task 2 as specified in the below configuration.
07-11-2022 08:19 PM
Hi @Josep, you can use the task SLA feature to complete the task when no response is received.
You can also use the newer feature, "Ask" type conditional task to get better control of what happens. Below is a screenshot. This would be the preferred method.
07-12-2022 12:31 AM - edited 07-12-2022 12:33 AM
Using the manual conditional method and placing 1 minute did not work, I proved other values 3, 5, 15 minutes and didn't work neither.
The box returns an error with no information. The "Ask" type conditional is no an option because we accept any kind of reply.
07-12-2022 08:49 PM
Hi @Josep, Not the prettiest solution. But it works.
I used a sleep function set for 300 seconds. If the user does not reply, then the playbook will continue. If the user does, task 1 will complete task 2 as specified in the below configuration.
07-13-2022 06:36 AM
Is that "wait for reply" a manual task?
07-14-2022 11:42 PM
It works perfectly! Thanks so much
07-14-2022 11:44 PM
I was trying manual and didn't work
07-15-2022 01:01 AM
Remember to set Await in the Details in the Sleep
03-20-2023 06:24 PM
Hi I came across your solution but was confused when trying to set this up myself. Does this need to utilize the EmailAskUserResponse automation? How does the Sleep task receive the email reply? Thanks
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!