Routes are used to define the order in which a process proceeds through the operations that are defined in a process diagram. Routes are represented by arrow lines that connect operations in the process diagram.
You can specify conditions and various operations to execute based on the conditional logic of each route. You can rename the routes to identify the condition in the process diagram.
To draw routes between operations:
In the process diagram, select the Get Form Information operation. Small circles, called anchors, appear on each side of the operation.
Drag the right anchor of the Get Form Information operation to the left edge of the Loan Officer operation.
With the Get Form Information operation still selected, drag the right anchor to the left edge of the Bank Manager operation.
To rename routes:
Select the route from the Get Form Information operation to the Loan Officer operation.
In the Properties view, in the General category, type the following information:
In the Name box, type If mortgage is less than $500,000.
In the Description box, type Route mortgages less than $500,000 to the loan officer..
Select the route from the Get Form Information operation to the Bank Manager operation.
In the Properties view, in the General category, type the following information:
In the Name box, type If mortgage is $500,000 or more.
In the Description box, type Route loans $500,000 or more to the bank manager.
Drag each route label and position it close to the border that divide the LOW RISK and HIGH RISK swimlanes. Your process diagram should look like this illustration:
Save your process version.
To modify the evaluation order of routes:
In the process diagram, select the Get Form Information operation.
In the Properties view, click the Route Evaluation category. The table lists the routes that originate from the Get Form Information operation.
Select If Mortgage Is $500,000 Or More and click the arrow up button
. It now appears first in the list of routes.
Save your process version.
To add a condition to the If mortgage is $500,000 or more route:
In the process diagram, select the If Mortgage Is $500,000 Or More route. The route appears highlighted.
In Properties view, click the Conditions category.
Click the plus sign button
. The Route Properties dialog box appears.
In the Expression box on the left, type /process_data/@LoanAmount.
In the Operation list, select >= .
In the Expression box on the right, type 500000, and then click OK. The route from the Get Form Information operation to the Bank Manager operation changes to a dashed line. A condition also appears in the Properties view in the Conditions category.
Save the process version.
You have defined the routes used in your process diagram.