Changing the Execution Flow For a Process Step

When creating a process step, you have the option to indicate what action to take should the process step pass (On True) or fail (On False). If you have created execution flow rules, you can use these rules along with the Change Execution Flow action.

There are two actions available for each rule:

Format

Description

Exit Process

Exits out of the current process being executed and returns to the parent process that called the process.

Start at first step with next record

Stops the execution at the current step and returns the execution to the first step of the process.

If the process has a recordset attached, the current recordset action is attempted, and the execution continues from the first step. If the process does not have a recordset attached, the process exits.

To handle an execution flow rule, the rule must be associated with the current process. You can create a link between one or more existing execution flow rules and the current process from the Execution Flow Rule pane. For more information, see Adding an Execution Flow Rule.

To change the execution flow for a process step:

  1. In the Navigation pane, click Processes.

    The Processes window opens.

  2. In the Summary pane, right-click on a process that has an associated execution flow rule and select Edit or double-click the process.

    The Process Editor opens.

  3. In the Process Editor, click the Steps tab.
  4. Select the step where you want to change the execution flow.
  5. Click the On True/On False tab.
  6. In the On True Action drop-down list, select Change Execution Flow.
  7. In the Execution Flow Rule drop-down list, select the rule that you want to apply.
  8. In the On False Action drop-down list, select Change Execution Flow.
  9. In the Execution Flow Rule drop-down list, select the rule that you want to apply.
  10. Click the Save button to save the process update.

 

Related Topics Link IconRelated Topics