Lesson 1: Import the sample business process model
This lesson shows you how to create a model project and
import an existing business process model into it.
Create a project that contains an empty service model
Before you begin
Tip: If you close or move a view, you can return it to its default
position by clicking .
About this task
To create a model project that contains an empty service model:
Procedure
Results

Import the business process model
You must download the business process model to the file
system. The services model you create in this tutorial is derived
from the business process model.
About this task
Procedure
Explore the business process model
About this task

Results
This business process model describes a purchasing process
that a company wants to automate. The parts of the model are described
below:
- The outermost rectangle represents a pool, which is named "Purchasing." The pool represents the business process as a whole.
- The enclosed rectangles, which are named "Scheduling," "Shipping," and "Invoicing," are called lanes. These lanes represent subdivisions of the business process that separate entities perform. The entities might be people, IT resources, or a mixture of both. You can think of each lane as a role that someone plays as part of the overall business process.
- In the "Shipping" lane, the circles, which are labeled "start" and "end", represent a start event and an end event, respectively. They represent the starting and ending points of the business process.
- The rounded rectangles represent tasks. The tasks represent the steps that each lane (role) in the process performs.
- The grey lines represent sequence flows. These lines indicate the order in which the tasks are performed.
- The diamond shapes that contain a plus sign (+) represent parallel
gateways. The gateways indicate the start or end of parallel
execution. All the outgoing flows from a parallel gateway can
be performed in parallel. All the incoming flows to a parallel
gateway must reach the gateway before the outgoing flows can continue.
You can specify parallelism without a parallel gateway. For example, in the "Shipping" lane, the "Process Schedule" task has two outgoing flows, which indicates that each task can be performed in parallel.
At this point in the tutorial, you can either close the business process model, or keep it open.
Lesson checkpoint
You imported a business process model into a project that
you created.
You can now begin to derive a services model from it.