Click the Deployments link, then click Install. Ensure the following value in the Path field is specified. Be sure to replace

Using Approval Management 26-83 IdentityPropagationType ipt2 = new IdentityPropagationType; ipt2.setModedynamic; ipt2.setTypesaml; ipt2.setPolicyReferencesprts2; sct2.setRootEndPointURLhttp:sta00048.us.oracle.com:7001; sct2.setIdentityPropagationipt2; server2.setSoapClientsct2; ■ showServerColumn If the task flow is run in federated mode, the server column in the task list, by default, is not displayed. To display the column, this parameter must be passed as true . ■ wfCtxID This is a workflow context token string and is used to create workflow context inside the task flow. If the application Single Sign On is enabled or is secured using ADF security, this parameter is not required. The workflow context is shown below. Example 26–11 Workflow Context IWorkflowContext wfCtx = wfSvcClient.getTaskQueryService.authenticateusername, password, realm, null; wfCtxID = wfCtx.getToken; ■ showViewsPanel The views panel displays only if passed as true. By default, it is not displayed. ■ showTaskDetailsPanel The task details panel displays only if passed as true. By default, it is not displayed. ■ refreshURL This string enables task details in the task listing region to display in an inline frame. If action is taken on the task details page, the action refreshes the task listing area with the p age URL in which the task flowportlet is contained. Since the task flow does not know the URL of the container page, the URL must be passed as a parameter. Get the parameter by calling the getRequestURL method on the request object. You can pass the full URL either by calling the getRequestURL method on the request object, or by passing the URL using the following format: context-rootfacespage-name For example: FederatedWorklistfacestest.jspx ■ localeSource A string parameter that passes the locale source. It can be from the browser BROWSER or from the identity context IDENTITY. ■ showActionDropdown The action dropdown does not display only if passed as false. By default, it is displayed. 26-84 Modeling and Implementation Guide for Oracle Business Process Management ■ showViewFilter The view filter dropdown does not display only if passed as false. By default, it is displayed. ■ showCreateTODOTaskAction Specifies if the Actions menu displays the TODO action. To hide the TODO action, set this parameter to false. By default the Actions menu inclueds the TODO action. ■ showAssignmentFilter The assignment filter dropdown does not display only if passed as false. By default, it is displayed. ■ showStatusFilter The status filter dropdown does not display only if passed as false. By default, it is displayed. ■ showSearchControl The search box does not display only if passed as false. By default, it is displayed. ■ displayColumnsList This comma-delineated list of strings enables the list of columns to be displayed in the region in the order specified. ■ sortColumn This string specifies the name of the column to be used for sorting tasks by default in the region. ■ sortOrder This string specifies the sort order for sorting tasks, that is ascending ASC or descending DESC. Filter Parameters ■ assignmentFilter This string specifies the value to be used as the selection of the assignment filter for tasks. If not set, the values default to My and Group. For more information, see Section 26.5.5.2.1, Using Assigment Filter Constraints. ■ viewFilter This string specifies the value to be used as the selection of the view name to filter the tasks. If not set, the value defaults to Inbox. ■ taskTypesFilterList A strings parameter that specifies the comma-delineated list of the task types to be used for filtering the tasks that are displayed. ■ attributesFilterOperator A string that specifies the operator andor to be used as the predicate join criterion for the field-specified in Attribute Filter list. ■ attributesFilterList A string parameter that specifies the comma-delineated list of name value pairs to be used to filter tasks based on attribute values. The name is task column name and value is column value.