Configure a qbo3 Workflow to pause for 18 hours
问题 I have two tasks in a qbo3 Workflow that need to be performed at least 18 hours apart, but only during business hours (8am to 5pm): Task A (pause for 18 hours) Task B Can Step 2 above be configured to do this? 回答1: You should use a Polling Step to do this. Polling steps run on a schedule, and evaluate data conditions until the condition is true. To meet your requirement: Create a Schedule designed to run every hour between 8am and 5pm Create a Polling Step to see if 18 hours have passed