IBM BPM, V8.0.1, All platforms > Create processes in IBM Process Designer > Modeling processes > Integrating with web services, Java and databases > Create inbound integrations > Building a sample inbound integration

Adding a message event to a BPD

Start building the sample integration by adding a message event to a business process definition (BPD).

To build a sample inbound integration, you can start by adding a message event to a simple BPD as described in the following steps.


Procedure

  1. Create a simple BPD that contains two activities like the one shown in the following image. (If you need detailed instructions, see Create a business process definition (BPD) .)

  2. Drag an Intermediate Event component from the palette onto the BPD diagram so that it falls between the two activities.

  3. In the text box that displays over the event, type a name for the event. For this sample, you can type: Incoming Message Event.

  4. Click the Implementation option in the properties. The default implementation for Intermediate Events that are included in the process flow is Message.

  5. If not already selected, click the drop-down list and choose Receiving from the available message types.

  6. Use the Sequence Flow tool to connect the BPD components as shown in the following example:
  7. Save your work.

Building a sample inbound integration