Return to other page after 5 min

I am trying to setup a workfow that will return the user to another page once the time exceeded 5 min.

I’ve setup the following workflow, but it works only if the condition is met on page load, it does not trigger once the time elapsed:

Not sure to understand why it’s not triggering…

This is because your workflow is running when the page is loaded and at no other time.

Since you already have a workflow that runs every second, you could put a custom state on the page that’s a date, call it Page Load Time, replace the current workflow on the Page Load to set that custom State as Current Date Time, and on your other 1 second workflow set it to go to a different page If Current Date Time > Page Load Time?

There might be a better way but that’s the first thing I could think of off the top of my head.

Right I can do the 1 second thing.

However, I am still quite puzzled on the event not triggering. I have other such workflows that trigger when the condition is met and they trigger any time, not just on page load. So I wonder why this one doesn’t behave the same.

This topic was automatically closed after 70 days. New replies are no longer allowed.