You have the option building the telephone model sample yourself.
To build this sample yourself, complete the tasks that
are listed below in order.
It should take roughly 60 minutes to build the
sample yourself.
Lessons in this module
Creating the business artifacts
Before you can begin to assemble your state machine in the graphical editor, you will have to create the artifacts that will support it.
Creating the business process
The business state machine in this sample works in conjunction with a business process in order to achieve its goal.
Creating the state machine
With the necessary artifacts in place, you can now create the state machine, and configure it appropriately.
Creating the On Hook state
When it is in the On Hook state, the state machine is quite simply waiting for an event to happen. An offHook operation will signal that the phone is about to be used, and an unplug operation means that it is going to be disconnected.
Creating the Disconnected state
The Disconnected state signals either that the call has been disconnected, or that too much time has passed between dialing entries.
Linking it all together
So far, you have created two simple states, and one composite state. In this step, you will define and configure the transitions that will link them all together.