--- title: "Default Simple Flow Steps" slug: "default-simple-flow-steps" description: "Configure Simple Flows with Run Rule and Branch Process steps to create conditional paths and execute different steps based on Flow logic." tags: ["simple flow"] updated: 2026-06-26T16:58:13Z published: 2026-06-26T16:58:13Z canonical: "documentation.decisions.com/default-simple-flow-steps" --- > ## Documentation Index > Fetch the complete documentation index at: https://documentation.decisions.com/llms.txt > Use this file to discover all available pages before exploring further. # Default Simple Flow Steps ## Overview When initially [creating a Simple Flow](/version-10/docs/creating-simple-flows), the **Run Rule** and **Branch Process** steps will be available for use. Functioning similar to their flow step counterparts, these steps can be used to create branching paths in a Flow, allowing for different steps to be executed based on what path the Flow takes. These steps can be found under **Flow Control** in the **Quick Add Gallery** panel.![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1779202831957.png) --- ## Run Rule The Run Rule step allows Designers to create [Statement Rules](/version-10/docs/create-rules) to be used in the Flow. Selecting Edit SimpleRule will open the [Rule Designer](/version-10/docs/rules), where the inputs and outputs, along with the statement can be defined. ![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1779202683943.png) ### Settings | Properties | Description | | --- | --- | | MergeOutputs | Merges the True and False outcome paths into one path. This option is only available if the Run Rule step is the end step for a path | | Edit SimpleRule | Opens the Rule Designer to modify the Rule results in a Flow. | --- ## Branch Process Functioning similarly to the [Branch and Merge](/version-10/docs/branching-and-merging-flows) steps for a Flow, creating branching paths for execution. Each path will run and execute its steps independently. Once all paths have been completed, the paths will converge on the Merge Process step. ![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1779202778652.png) ### Settings | Properties | Description | | --- | --- | | Number of Branches | Integer value which is used to define the number of branches that are created for the step. |