Hi, is there a way to detect the start and end of a workflow so that I can perhaps display some loading animation when the workflow starts and hide that animation when the workflow ends
First step can show an element. (Loading circle maybe), last step can hide that element.
Hi there, @ericwillcampbell3… the down and dirty way you can go is to have an action at the beginning of the workflow that shows the animation, and have another action at the end of the workflow that hides the animation. You would likely have to play around with adding a pause action in the workflow or putting the “meat” of the workflow in a custom event so the action that hides the animation doesn’t run too soon, but it’s all doable.
Hope this helps.
Best…
Mike
1 Like