If work items already exist for the flow in which the DPA is being added or modified, the contents of those work items can be used to determine the property names and values. To find values in the work item property hash table:
Click the expand button next to the process flow in the Navigator tree (in the Process Flows, Subflows or Personal Subflows folder).
Right-click the activity containing the work item and select Work Items... Work items at that activity are displayed on the Activity Work Items editor.
Double-click on one of the work item versions listed on the Activity Work Items editor. The details of the work item version are displayed in the Work Item Version property editor.
Note: If the modeler must run a work item to get to a BIC but the properties available for the DPA are unclear from the configuration of the flow, it is recommended to add a manual activity just before the DPA. Run work items through the flow to that point, and then examine those work items to determine the properties that are available for checking in the DPA.
In the Work Item Version editor, click the Properties tab to see the work item’s hash table values. For example, if a property hash table contains the following information:
Key | Value |
---|---|
biographicaldata.age |
young |
When you set rules for the DPA, you would type the following in the Rule Properties dialog box:
Field name: biographicaldata.age
Value: ‘young’
For example:
For more information on how to configure rules for DPAs, refer to Configuring Rules for DPAs.