Hi,
what is the app doing during the waiting time?
If it stores data or similar, you can add a trigger at last position which transit to the next step (after a sleeping time)
? nothing… it is just expected to wait for the set time and do nothing… then at the end of the waiting time, it should transition to somewhere else. That’s it.
Think of it as an enhanced version of the current “show message” popup which disappears after 5 seconds…
If there was just a proper catalog of these “feature flags”… plus a screen in Tulip Admin section to be able to tell what is activate and what is not without having to go through support…
This is a great way to do this @ChrisF but I just want someone from Tulip to confirm that triggers run asynchronously in Tulip? So during that 10 second period other triggers will still be able to fire?
I also wonder what will happen if a button trigger is halfway complete and then the transition from this On Step Enter trigger executes.
@danielpomeranz from Pete’s comment… “… we don’t have it on by default, because triggers don’t run asynchronously, so while this sleep is happening, the app freezes .”
So no, the triggers themselves will execute sequentially, as always… And it better does, because otherwise things would become chaotic and wild pretty quickly