How to Configure an Optional Task

Working with Guided Business Processes 24-23 This procedure shows you how to localize the blocked text. You can also localize the title and description of the user task following the standard procedure for localizing flow objects. To localize a user task: 1. In the BPM Project Navigator, select the Activity Guide node. 2. In the Structure window, expand the Activity Guide node. 3. If the milestone that contains the task you want to remove is collapsed, then expand the milestone. 4. Right-click the task.

5. Select Edit.

6. From the Display Block Icon and Text list, select translation.

7. Click the Translation icon, next to the title field.

The Edit Translatable Strings dialog appears.

8. Click the Add icon next to the key list to add a new translation key.

The Create a New Key dialog appears. 9. In the Name field, enter a name to identify the translation key. 10. In the Translatable Text field, enter the title.

11. Click OK.

24.6.36 What Happens When You Localize a Guided Business Process

The title and description of the Guided Business Process, milestones and tasks are displayed in the locale specified in the Guided Business Process client.

24.7 Configuring Activity Guide Properties

You can customize Activity Guides behavior by configuring their properties. To configure these properties you must edit the file activityguide.properties. Table 24–1 shows the properties you can specify in this file. Example 24–1 shows a typical activityguide.properties file: Table 24–1 Activity Guide Properties Property Description Possible Values ServerAuthenticationMethod Specifies the authentication mode used to connect to services deployed in the SOA Engine. IDENTITY_PROPAGATION ServerConnectionMode Specifies the mode for the transmission of data. ■ SOAP ■ REMOTE WorklistHttpURL Only required when using digital signatures. Specifies the URL to access the worklist application. http:host:portintegrationworklisapp SelectionFilter Specifies the filter used to filter the processes in an activity guide. ■ MY ■ PREVIOUS ■ REPORTEES ■ ADMIN 24-24 Modeling and Implementation Guide for Oracle Business Process Management Example 24–1 An activityguide.properties File ActivityGuide Properties ServerAuthenticationMethod=IDENTITY_PROPAGATION ServerConnectionMode=SOAP SelectionFilter=MY Realm=jazn.comShow RefreshButton=true ShowAllAGTreeNodesProperties=true Sample value for AGDefinitionFilter: defaultBPMAGPrj22.031fcd931-6263-4b58-97cf-6fb084addabc AGDefinitionFilter= AGInstanceID=110003 AGInstanceOrdering=CIKEY:DESC CustomPredicate1=STATE,EQ,OPEN CustomPredicate2=STATUS,EQ,In Progress Example Value for AGTasksPopupTaskflowID is WEB-INFag-popup-task-flow.xmlag-popup-task-flow AGTasksPopupTaskflowID= ShowCustomBlockedIcon=true HideAGTreeRootNode=false AGDefinitionFilter Specifies the definition ID used to filter the process in an activity guide. The activity guide only displays those processes that match this ID. activity guide definition ID AGInstanceOrdering Specifies the order used to display the processes in the activity guide. For example: CREATION_DATE:ASC ■ column_name:ASC ■ column_name:DESC Default value: ASC AGInstanceID Specifies the instance ID used to display the activity guide tree. For example: 10001 activity guide instance ID CustomPredicate1 Specifies an additional predicate to filter the list of processes in an activity guide. For example: CREATOR, EQ, jstein column name, operator, value CustomPredicate2 Specifies a different additional predicate to filter the list of processes in an activity guide. This predicate is used with CustomPredicate1 column name, operator, value ShowAllAGTreeNodesProperties Specifies if the activity guide shows a section at the top that describes the properties of activity guides, milestones and tasks. ■ true ■ false Default value: true ShowRefreshButton Specifies if the regional area displays a refresh button. ■ true ■ false Default value: false AGTasksPopupTaskFlowID Specifies the content to display in the task pop-up. fully qualified TaskFlow ID HideAGTreeRootNode Hides the Guided Business Process title on the Activity Guide Tree root node. ■ true ■ false Default value: false realm Security abstraction that controls access to the resources served by the Java Web Server. jazn.com ShowCustomBlockedIcon Specifies if the Guided Business Process shows the custom task blocked icon. ■ true ■ false Default value: false Table 24–1 Cont. Activity Guide Properties Property Description Possible Values