How to Configure an Icon for a Milestone

Working with Guided Business Processes 24-25 WorklistHttpURL is required only for digital signatures WorklistHttpURL=http:host:portintegrationworklistapp

24.8 Deploying an Guided Business Process to Oracle Weblogic Server

Guided Business Process are deployed to the application server in the same way as an SOA composite process. However, Guided Business Processes must be deployed to a standalone instance of Oracle WebLogic Server rather than the embedded Oracle WebLogic Server included with JDeveloper.

24.8.1 How to Deploy a Guided Business Process

Deploying a Guided Business Process to Oracle WebLogic Server involves the following main steps: ■ Creating a connection to Oracle WebLogic Server ■ Using JDeveloper or an Ant script to deploy the Guided Business Process To deploy an Guided Business Process: Following are the main steps in deploying an Guided Business Process: 1. Create a connection to Oracle WebLogic Server.

a. Use connection type Weblogic 10.3.

b. Enter a name for the WLS Domain. 2. Deploy the Guided Business Process through JDeveloper or using an Ant script: To deploy a Guided Business Process using JDeveloper: ■ Right-click the SOA composite associated with the Guided Business Process and select Deploy, then select the name of the SOA composite and the name of the server connection configured in the previous step. To deploy a Guided Business Process using an Ant script: ■ Right-click the SOA composite and select Deploy, the name of the SOA composite and to JAR. ■ Run the command shown in Example 24–2 : Example 24–2 Deploying a Guided Business Process Using an Ant Script ant -f ORACLE_HOMEbinant-sca-deploy.xml -DsarLocation location of sca_ composite.jar -DserverURL soa server url - Duser administrator user name -Dpassword administrator password For more information about deploying an SOA composite to the application server, see Deploying SOA Applications with Enterprise Manager in Oracle Fusion Middleware Developers Guide for Oracle SOA Suite.

24.8.2 What Happens When You Deploy a Guided Business Process to Oracle WebLogic Server

The Guided Business Process runs on WLS. You can view the Guided Business Process using Oracle Enterprise Manager Application Server Control console. 24-26 Modeling and Implementation Guide for Oracle Business Process Management For more information about deploying SOA applications to WLS, see Deploying SOA Applications with Enterprise Manager in Oracle Fusion Middleware Developers Guide for Oracle SOA Suite.

24.9 Testing Guided Business Processes

You can create an instance of the deployed Guided Business Process in the Oracle Enterprise Manager Application Server Control console. This is useful for testing purposes. To create a Guided Business Process instance: 1. In a Web browser, enter the URL of the Oracle Enterprise Manager Fusion Middleware Control Console as follows: Example 24–3 Oracle Enterprise Manager Fusion Middleware Control Console URL http:hostname of Weblogic standalone server:portem 2. Browse for the application and click the SOA composite you created.

3. Select Actions Test service - client.

4. Test the Guided Business Process by entering sample data and invoking the composite. 5. Refresh Fusion Middleware Control Console and verify that the SOA composite instance has been created. Check that the business process completed.

24.9.1 What Happens When You Create a Guided Business Process Instance

After you create an instance in a Guided Business Process, the Guided Business Process state changes to ’In Progress’ and you can view the Activity Guide tree in the client application.