To register a new connection, click Add

22-12 Oracle Fusion Middleware Administrators Guide for Oracle WebCenter ■ For WebCenter Spaces - From the WebCenter menu, choose Settings Service Configuration . ■ For WebCenter applications - From the Application Deployment menu, choose WebCenter Service Configuration. 3. From the list of services on the WebCenter Services Configuration page, select Worklist . The Manage Worklist Connections table indicates currently active connections if any. 4. Select the Worklist connection you want to activate or disable, and then click Edit .

5. Select the Worklist check box to activate this Worklist connection in the

WebCenter application. Once activated, worklist items from the associated BPEL server display in Worklist task flows. If you need to disable a connection for any reason, deselect this option.

6. Click OK to update the connection.

7. Click Test to verify if the connection you activated works. For a successfully

activated connection, the Test Status message displays the advice that to start using the updated connection, you must restart the managed server on which the WebCenter application is deployed. For more information, see Section 8.2, Starting and Stopping Managed Servers for WebCenter Application Deployments.

22.4.3.2 Activating a Worklist Connections Using WLST

Use the WLST command addWorklistConnection to activate an existing BPEL connection for Worklist services. For command syntax and examples, see the section, addWorklistConnection in the Oracle Fusion Middleware WebLogic Scripting Tool Command Reference. To subsequently disable a BPEL connection used by the Worklist service, run the WLST command removeWorklistConnection. Connection details are retained but the connection is no longer named as an active connection. For syntax details and examples, see removeWorklistConnection in the Oracle Fusion Middleware WebLogic Scripting Tool Command Reference. Use listWorklistConnections to see which connections are currently active. For information on how to run WLST commands, see Section 1.13.3.1, Running Oracle WebLogic Scripting Tool WLST Commands.

22.4.4 Modifying Worklist Connection Details

This section includes the following subsections: ■ Section 22.4.4.1, Modifying Worklist Connection Details Using Fusion Middleware Control Note: To start using the active connection you must restart the managed server on which the WebCenter application is deployed. For more information, see the section, Starting and Stopping WebLogic Managed Servers Using the Command Line in the Oracle Fusion Middleware Administrators Guide. Managing the Worklist Service 22-13 ■ Section 22.4.4.2, Modifying Worklist Connection Details Using WLST

22.4.4.1 Modifying Worklist Connection Details Using Fusion Middleware Control

To update worklist connection details:

1. Log in to Fusion Middleware Control and navigate to the home page for

WebCenter Spaces or the WebCenter Portal application. For more information, see: ■ Section 6.2, Navigating to the Home Page for WebCenter Spaces ■ Section 6.3, Navigating to the Home Page for WebCenter Portal Applications

2. Do one of the following:

■ For WebCenter Spaces - From the WebCenter menu, choose Settings Service Configuration . ■ For WebCenter applications - From the Application Deployment menu, choose WebCenter Service Configuration.

3. From the list of services on the WebCenter Services Configuration page, select

Worklist .

4. Select the Worklist connection you want to activate, and then click Edit.

5. Edit connection details, as required. For detailed parameter information, see

Table 22–4, Worklist Connection - Connection Details .

6. Click OK to update the connection.

7. Click Test to verify if the updated connection works. For a successfully updated

connection, the Test Status message displays the advice that to start using the updated connection, you must restart the managed server on which the WebCenter application is deployed. For more information, see Section 8.2, Starting and Stopping Managed Servers for WebCenter Application Deployments.

22.4.4.2 Modifying Worklist Connection Details Using WLST

Use the WLST command setBPELConnection to edit existing BPEL server connection details. For command syntax and examples, see the section, setBPELConnection in the Oracle Fusion Middleware WebLogic Scripting Tool Command Reference. For information on how to run WLST commands, see Section 1.13.3.1, Running Oracle WebLogic Scripting Tool WLST Commands.

22.4.5 Deleting Worklist Connections

Several WebCenter services can share the same worklist connection, that is, the Worklist service, Notifications service, and, WebCenter Spaces workflows WebCenter Spaces only. Before you delete a Worklist connection, navigate to the Application Configuration page in Fusion Middleware Control WebCenter Settings Note: To start using the updated active connection you must restart the managed server on which the WebCenter application is deployed. For more information, see the section, Starting and Stopping WebLogic Managed Servers Using the Command Line in the Oracle Fusion Middleware Administrators Guide. 22-14 Oracle Fusion Middleware Administrators Guide for Oracle WebCenter Application Configuration to verify whether WebCenter Spaces Workflows and Notifications are using the connection. This section includes the following subsections: ■ Section 22.4.5.1, Deleting Worklist Connections Using Fusion Middleware Control ■ Section 22.4.5.2, Deleting Worklist Connections Using WLST

22.4.5.1 Deleting Worklist Connections Using Fusion Middleware Control

To delete a worklist connection:

1. Log in to Fusion Middleware Control and navigate to the home page for

WebCenter Spaces or the WebCenter Portal application. For more information, see: ■ Section 6.2, Navigating to the Home Page for WebCenter Spaces ■ Section 6.3, Navigating to the Home Page for WebCenter Portal Applications

2. Do one of the following:

■ For WebCenter Spaces - From the WebCenter menu, choose Settings Service Configuration . ■ For WebCenter applications - From the Application Deployment menu, choose WebCenter Service Configuration.

3. From the list of services on the WebCenter Services Configuration page, select

Worklist .

4. Select the Worklist connection you want to delete, and then click Delete.

5. To confirm, click Yes.

6. To effect this change you must restart the managed server on which the

WebCenter application is deployed. For more information, see Section 8.2, Starting and Stopping Managed Servers for WebCenter Application Deployments.

22.4.5.2 Deleting Worklist Connections Using WLST

Use the WLST command deleteConnection to remove a BPEL connection previously registered for the Worklist service. For command syntax and examples, see the section, deleteConnection in the Oracle Fusion Middleware WebLogic Scripting Tool Command Reference. Use the WLST command removeWorklistConnection remove a BPEL server that is configured in adf-config.xml. The Worklist service no longer uses the connection specified but BPEL server connection details are retained in connections.xml for future use. Use the WLST command deleteConnection to remove a BPEL server connection from connections.xml. For command syntax and detailed examples, see removeWorklistConnection and deleteConnection in the Oracle Fusion Middleware WebLogic Scripting Tool Command Reference. For information on how to run WLST commands, see Section 1.13.3.1, Running Oracle WebLogic Scripting Tool WLST Commands. Restart the managed server so that changes can take place.