Currently, when you configure a workflow to only execute actions during specific hours and days of the week, actions like passing through if / then branches still continue to execute even outside of those hours. This presents issues such as if the workflow sends an internal reminder email for reps to contact new leads, and the evaluation for whether or not the lead has been contacted occurs in the if / then branch before the email send. In this case, they would pass the branch of not having been contacted, then hit the delay to send the internal notification until the next available workflow hour. However, if they get contacted before that email sends out, the rep will still get the email as there is no way to pause if / then branches from operating outside of hours. So the point is, if we could please introduce the ability to configure which actions do and do not executre outside of workflow hours, this could be extremely helpful. Thanks!
...read more