Table of Contents

Search

  1. Preface
  2. Introduction
  3. Configuring the Data Director Application
  4. Establishing a Root Node
  5. Defining the Business Entity Model
  6. Configuring Business Entity Properties
  7. Configuring Reference Entity Properties
  8. Transforming Business Entities and Views
  9. Configuring Hierarchy and Network Relationships
  10. Creating Match Rule Sets
  11. Configuring Search
  12. Configuring Tasks
  13. Configuring Security and Data Filters for Business Entities
  14. Integrating Data as a Service
  15. Configuring External Calls
  16. Designing the Data Director User Interface
  17. Localizing Data Director
  18. Appendix A: Provisioning Tool Frequently Asked Questions

XML Code to Configure the Task Manager

XML Code to Configure the Task Manager

On the
Advanced
tab of the Task Manager configuration page, use the XML code to configure the Task Manager.
The following table lists the elements that you can use in the XML code to configure the Task Manager:
Element
Description
displayFields
Name of the field that you want to display in the task panel of the Task Manager.
Use one of the following fields:
  • TASK_TITLE
    . A short description of the review task.
  • TYPE
    . Name of a people activity within the process.
  • PRIORITY
    . Priority of the task.
  • STATUS_DUEDATE_FILTER
    . Status of the task and the date the task is due.
  • OWNER
    . Name of the signed-in user.
  • TASK_ID
    . Instance ID of the review process that generated the task.
  • SUBMITTED_CREATOR_FILTER
    . Name of the user who created the task, and the date on which the user created the task.
excludeTaskTypes
Task type that you do not want to view in the task panel of the Task Manager.
The following sample XML code includes all the fields and excludes the draft and merge tasks in the task panel of the Task Manager:
<taskManager xmlns="http://www.informatica.com/mdm/TaskManager"> <displayFields>TASK_TITLE</displayFields> <displayFields>TYPE</displayFields> <displayFields>PRIORITY</displayFields> <displayFields>STATUS_DUEDATE_FILTER</displayFields> <displayFields>OWNER</displayFields> <displayFields>TASK_ID</displayFields> <displayFields>SUBMITTED_CREATOR_FILTER</displayFields> <excludeTaskTypes>AVOSBeDraftState</excludeTaskTypes> <excludeTaskTypes>AVOSBeMerge</excludeTaskTypes> </taskManager>

0 COMMENTS

We’d like to hear from you!