Introduction to the Stages of Human Workflow Design

Getting Started with Human Workflow 26-15 Figure 26–6 Type Chooser Dialog with the Request and Response Elements

14. Select the input element VacationRequestProcessRequest, and click OK.

You are returned to the Create BPEL Process dialog.

15. To the right of the Output field, click the Search icon.

16. Select the output element VacationRequestProcessResponse, and click OK.

You are returned to the Create BPEL Process dialog, as shown in Figure 26–7 . Figure 26–7 BPEL Process Dialog

17. Accept the default values for all other settings, and click OK.

A BPEL process service component is created in the SOA Composite Editor, as shown in Figure 26–8 . Because Expose as a SOAP service was selected in the Create BPEL Process dialog, the BPEL process is automatically connected with a service binding component. The service exposes the SOA composite application to external customers. 26-16 Oracle Fusion Middleware Developers Guide for Oracle SOA Suite Figure 26–8 BPEL Process in SOA Composite Editor For more information about service components and the SOA Composite Editor, see Chapter 2, Developing SOA Composite Applications with Oracle SOA Suite.

26.3.2.2.2 Create the Human Task Service Component

You are now ready to create the human task service component in which you design your human task. To create the human task service component: 1. From the Service Components section of the Component Palette, drag a Human Task into the SOA Composite Editor. The Create Human Task dialog appears. 2. Enter the details described in Table 26–2 .

3. Click OK.

The Human Task icon appears in the SOA Composite Editor above the BPEL process, as shown in Figure 26–9 . Table 26–2 Create Human Task Dialog Fields and Values Field Value Name Enter VacationRequestTask. Namespace Accept the default value. Create Composite Service with SOAP Bindings Do not select the checkbox. Instead, you create a human task that you later associate with the BPEL process you created in Section 26.3.2.2.1, Creating an Application and a Project with a BPEL Process. The BPEL process was created with an automatically-bound web service.