0 Workflow Delay in Action 2 Jeremy Turgeon posted 8 Years Ago This seems like a simple action. It delays the workflow from proceeding to the next action. But for some reason, I can't seem to wrap my head around how to get it to work. I'm trying to create a support ticket system where the end user can come back and update the request later. Since any entry form the user has access to shows up immediately, I'm trying to put a delay in between them. So, after they submit the initial request, it activates the support tech's end of things AND a new activity called 'Delay'. This simply delays for 1 minute and then moves on to allow the user to see the entry form again (a new activity called 'Update').But the delay action never finishes so the Update activity is never seen. I've tried putting the delay action at the beginning of the Update activity and it just immediately makes the entry form available to the user without any delay.
Michael Garrison 8 years ago I know this answer doesn't deal with the "Delay" action at all, as I'm not actually sure how that works. But hopefully it does get you to what you're trying to accomplish, nevertheless.
Jeremy Turgeon 8 years ago Adding a user entry from assumes the requester has access and displays without requiring it to be assigned to them. But getting it to delay just don't work as expected. Hence, the problem.