How to Branch the Task Flow in a BPMN Guided Business Process

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