How to Define Conditions You can set the left and right sides of a condition by

26-78 Modeling and Implementation Guide for Oracle Business Process Management - TaskReportServiceBean - TaskEvidenceServiceBean - TaskQueryService - UserMetadataService 4. Change system-jazn-data.xml on the remote non-SOA WLS server to include the grant for bpm-services.jar, as shown in Example 26–8 . If you are deploying the ADF Task Flow for Human Task to the integrated WLS server, then you can locate the system-jazn-data.xml file in ADE_VIEW_ ROOTsystem11.1.1.1.32.53.26DefaultDomainconfigfmwconfig . Important: Be sure to replace ADE_VIEW_ROOT with the actual path.. For example, scratchskaneshiview_storageskaneshi_ d7b4fmwtoolsfmwtools_ homejdevelopersoamodulesoracle.soa.workflow_ 11.1.1bpm-services.jar . Example 26–8 bpm-services.jar Grant Code grant grantee codesource urlfile:ADE_VIEW_ROOTfmwtoolsfmwtools_ homejdevelopersoamodulesoracle.soa.workflow_11.1.1bpm-services.jarurl codesource grantee permissions permission classoracle.security.jps.JpsPermissionclass nameVerificationService.createInternalWorkflowContextname permission permission classoracle.security.jps.service.credstore.CredentialAccessPermissionclass namecredstoressp.credstore.BPM-CRYPTO.BPM-CRYPTOname actionsread,writeactions permission permission classoracle.security.jps.JpsPermissionclass nameIdentityAssertionname actionsactions permission permissions grant 5. Restart the remote non-SOA WLS server. 6. Deploy your application containing the human task detail UI to the remote non-SOA WLS server. 7. Return to step 5 in Section 26.5.5.1, How to Embed the Task Listing Region in an Application.

26.5.5.1.2 How to Use the Task Flow in the Federated Mode If you are using the task flow in

the federated mode, you must put wf_client_config.xml in the class path of the Note: Specify ejbbpelservicesworkflow for ejbbpelservicesworkflowTaskServiceBean and ejbbpelservicesworkflowTaskMetadataServiceBean only. Using Approval Management 26-79 application. For more information, see Section 26.5.5.2, How to Use Task Listing Region Parameters. You also must enable global trust between the two servers. This is done so that the authenticated user is passed to all the federated servers defined in the client configuration file. To use the task flow in the federated mode: Perform the following procedure for all the servers defined in wf_client_ config.xml : 1. Log in to the WebLogic console.

2. Under Domain Structures, click the soainfra domain name.

3. Select the Security tab.

4. Click the Advanced link located near the Save button.

5. Enter a credential password of your choosing.

6. Click Save.

7. Restart the server. 8. Return to step 12 in Section 26.5.5.1, How to Embed the Task Listing Region in an Application. Example 26–9 shows sample wf_client_config.xml code. Example 26–9 Sample wf_client_config.xml Code ?xml version=1.0 encoding=UTF-8 standalone=yes? workflowServicesClientConfiguration xmlns=http:xmlns.oracle.combpelservicesclient server name=default default=true excludeFromFederatedList=true localClient participateInClientTransactionfalseparticipateInClientTransaction localClient remoteClient serverURLt3:sta00048.us.oracle.com:7001serverURL initialContextFactoryweblogic.jndi.WLInitialContextFactory initialContextFactory participateInClientTransactionfalseparticipateInClientTransaction remoteClient soapClient rootEndPointURLhttp:sta00048.us.oracle.com:7001rootEndPointURL identityPropagation mode=dynamic type=saml policy-references policy-reference enabled=true category=security Important: You must restart all the servers. Note: You must use this password for all SOA servers. Note: Put excludeFromFederatedList=true in the server element if you do not want to include the server in the federated servers list.