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 @BCC_Automatizacion_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 @BCC_Automatizacion_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 @BCC_Automatizacion_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?
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!