Add a process that runs the business logic, which involves
receiving a loan request, checking the loan amount for automatic approval,
sending a reply, and delegating manual loan approvals to a loan officer,
and an interface that customers will use to send their application
to the LoanApprovalProcess.
To add the process component and an interface, complete the
following steps:
- In the assembly editor palette, select Process and
then click the canvas to add Component1. The
exclamation mark in the lower left corner indicates that the implementation
for this component has not yet been created. You will create the implementation
for each component later.
- Rename the component to LoanApprovalProcess.
- To add an interface, right-click LoanApprovalProcess, select Add then Interface.
Select LoanApprovalInterface and click OK.