Can I display an alert/notification while a WORKFLOW is running?

  • Goal: Can I display an alert/notification while a WORKFLOW is running?
    {{ something.isFetching }} does not work since the button spinner is spinning only while triggering the workflow, not while waiting for the workflow to become ready.

image

My ultimate goal is when customer starts a workflow in the app frontend triggered by a button click the button spinner would spin for the duration of the workflow and stop when the workflow in done (takes about a minute) + a confetti explosion when the workflow is done :slight_smile:

You should be able to use a response node in the workflow to send back data to the app when it is done and in the app have the spinner run until the response comes back.

1 Like