Now you will use the Lotus® Forms client to run process instances.
You access it by entering the URL http://localhost:9080/ClipsAndTacksUI in
an internet browser. For more information, refer to the Running and testing
the application section.
There are five paths through the process model. The following
form data invokes each path. The form values not specified can be any value:
- Path taken: Approve without review, Account in good standing, Ship
- Form data to start an instance of the process.
- Rating: 800
- Available Credit: 800
- Total Price: 20
- Ship task
- Packing Slip Number: Any value
- Path taken: Approve without review, Account not in good standing, Approve
the order, Ship
- Form data to start an instance of the process.
- Rating: 800
- Available Credit: 100
- Total Price: 200
- Review task:
- Order Status: APPROVED
- Ship task:
- Packing Slip Number: Any value
- Path taken: Approve without review, Account not in good standing, Decline
the order
- Form data to start an instance of the process.
- Rating: 800
- Available Credit: 100
- Total Price: 200
- Review task:
- Order Status: REJECTED
- Path taken: Do not approve without review, Approve the order, Ship
- Form data to start an instance of the process.
- Rating: 10
- Available Credit: 10
- Total Price: 900
- Review task:
- Order Status: APPROVED
- Ship task:
- Packing Slip Number: Any value
- Path taken: Do not approve without review, Decline the order
- Form data to start an instance of the process.
- Rating: 10
- Available Credit: 10
- Total Price: 900
- Review task:
- Order Status: REJECTED
One way to see an alert in the Alerts view of the
business dashboard is to have the number of shipped orders less than 85 percent
of the total number of orders. To achieve this, process one rejected order
before you add another process instance. Then go to the Create a dashboard
section of this tutorial and create a dashboard to view the alerts.