How to Configure Background Flow Execution and Display Progress Updates on a Page

  1. Is it possible to configure the flow to run in the background without locking the page?
  2. I want the page to display the flow's progress as it runs, and I want to disable the button while it is running.

Comments

  • kimjohn
    edited July 31


  • #1 Is it possible to configure the flow to run in the background without locking the page?

    Ans:- Unfortunately, it's not possible to run the flow in the background on the page. The loading indicator (spinning wheel) shows that the flow is running behind the RunFlow button.

    #2 I want the page to display the flow's progress as it runs, and I want to disable the button while it is running.

    Ans:- Currently, we can't add a progress bar to the page. Additionally, we can't implement Action Visibility Rules on the page, so we are unable to hide or disable the RunFlow button while the flow is running.

Sign In or Register to comment.