We need to force a set time delay before executing a step (or transitioning to a step). For example, after Step A completes, we want to wait 5 minutes before executing Step B. I can’t find any built-in way to do this in Developer.
The best I can come up with is:
-
- Create Step Z between A and B
- Set up a join situation on Step Z that will never be satisfied (maybe with a dummy step that transitions to it)
- Create a timeout transition to Step B and set the timeout to 5 minutes
So when Step A transitions to Z, it will wait for a join condition that will never be satisfied, then timeout after 5 minutes and transition to B.
It seems kind of hacky, which is why I have to think there’s a better way. Any ideas?
#webMethods-BPMS#webMethods#BPM