WORKAROUND
Implement a Script Module with a function similar to the below, and insert it into the Workflow at the desired spot:
function waitAwhile($Request)
{
#Pauses for 60 seconds
start-sleep -s 60
}
STATUS
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center