Flow Run Part
  • 05 Mar 2024
  • 1 Minute to read
  • Dark
    Light

Flow Run Part

  • Dark
    Light

Article Summary

Warning
As the Flow Run Part is intended for use with Flows containing Forms only, Flows without Forms should not be used.

As the Flow runs on Page load and then reruns upon completion, Flows without Forms used on a Flow Run Part will run on a continuous loop. 

A Flow Run Part is a Page Component that allows the user to run a Flow containing a Form within the allotted Page space.

The following document demonstrates how to use a Flow Run Part to display a Form and record inputs on a Page, as well as how to use a Flow Run Part to affect Refresh behavior. 

Example Project
The following project can be imported into an environment and serve as a guide on using a Flow Run Part component.

Example

  1. From a new or preexisting Page. expand DESIGNER ENTITIES > FLOWS in the Toolbox.

    Drag a Flow Run Part control into the workspace.
  2. With the Flow Run Part selected, expand the FLOW INFO section in the Properties and select the PICK FLOW ID button.
  3. Pick or create a new Flow. Then, from the Flow Designer, attach a Show Form step from the Toolbox > FAVORITE STEPS to the Start step.

    From the Properties of the Show Form step, click PICK OR CREATE FORM. Then, PICK or CREATE a new Form.
  4. After the Form has been configured, attach it to the End step. Then, Save and close the Flow Designer.
  5. Back in the Page Designer, if desired, navigate to Properties > BEHAVIOR > Refresh to define Refresh behaviors.

    Then, Save and close the Page Designer.

    Refresh EventDescription
    On Report Row SelectionRefreshes based on the current Report Row selection.
    On Any Folder ChangeRefreshes the Flow Run Part based on a change to any Folder in the environment.
    On Contained Entity ChangeRefreshes the Flow Run Part based on changes made inside the Parent Folder for the Page. 
    On Current Folder ChangeRefreshes the Flow Run Part based on changes to the currently selected Folder.
    On Tree ChangeRefreshes the Flow Run Part based on changes made to the Folder Tree, such as adding a new Folder.

  6. Attach the Page to a Folder in the Decisions Studio; then navigate to the Page by selecting the respective tab from the top of the screen.

    Verify that the Flow Run Part runs successfully on the Page.


For further information on Pages, visit the Decisions Forum.

Was this article helpful?