Developing SOA Applications with Oracle SOA Suite Using the BPEL Process Service Component Using Events and Timeouts in BPEL Processes Selecting Between Continuing or Waiting on a Process with a Pick Activity How To Create a Pick Activity How To Create a Pick Activity To create a pick activity: In the SOA Composite Editor, double-click the BPEL process service component. In the Components window, expand BPEL Constructs > Structured Activities. Drag a Pick activity into the designer. The Pick activity includes an OnMessage branch. Figure 15-2 provides an example. Figure 15-2 Pick ActivityDescription of "Figure 15-2 Pick Activity" Click the OnMessage branch to display its property fields in the Property Inspector or double-click the OnMessage branch. For information about editing activities in the Property Inspector, see How to Edit BPEL Activities in the Property Inspector. Edit its attributes to receive the response from the loan service. Figure 15-3 provides an example. Figure 15-3 OnMessage BranchDescription of "Figure 15-3 OnMessage Branch" Select the Pick activity. Icons for adding additional OnMessage branches and an OnAlarm branch are displayed. Click Add OnAlarm, as shown in Figure 15-4. Figure 15-4 onAlarm Branch CreationDescription of "Figure 15-4 onAlarm Branch Creation" An OnAlarm branch is displayed. Double-click the OnAlarm branch of the pick activity and set its time limit to 1 minute. Figure 15-5 provides an example. Figure 15-5 OnAlarm BranchDescription of "Figure 15-5 OnAlarm Branch" Click OK.