Enter the details described in Click OK. Drag a Receive Signal activity into the designer.

Coordinating Master and Detail Processes 15-9 Figure 15–5 Receive Signal Dialog

11. Click OK.

The master process has now been designed to: ■ Signal the detail process to perform processing at runtime. ■ Wait until it receives the signal executed by the detail process.

15.2.2 How to Create a Detail Process

To create a detail process: 1. In the SOA Composite Editor, create a second BPEL process service component. For this example, the process is named DetailProcess.

2. Double-click the DetailProcess BPEL process.

3. In the Component Palette, expand Oracle Extensions.

4. Drag a Receive Signal activity into your BPEL process service component.

5. Double-click the Receive Signal activity.

This activity enables the detail process to wait until it receives the signal executed by its master process.

6. Enter the details shown in

Table 15–4 : Figure 15–6 shows the Receive Signal dialog. Table 15–4 Receive Signal Dialog Fields and Values Field Value Name Enter a name for this example, WaitForContactFromMasterProcess. Label Enter a label name for this example, beginDetailProcess. This label must match the signal activity label you set in the master process in Step 6 on page 15-7. To Select master as the type of process from which to receive the signal. 15-10 Oracle Fusion Middleware Developers Guide for Oracle SOA Suite Figure 15–6 Receive Signal Dialog

7. Click OK.

8. Drag a Signal activity into the designer.

9. Double-click the Signal activity.

This activity enables the detail process to signal its associated master process at runtime that processing is complete. 10. Enter the details described in Table 15–5 : Figure 15–7 shows the Signal dialog. Table 15–5 Signal Dialog Fields and Values Field Value Name Enter a name for this example, contactMasterProcess. Label Enter a label name for this example, completeDetailProcess. This label must match the receive signal activity label you set in the master process in Step 10 on page 15-8. To Select master as the destination.