Table of Contents

Search

  1. Preface
  2. Introduction
  3. Establishing a Root Node
  4. Defining the Business Entity Model
  5. Configuring Business Entity Properties
  6. Configuring Reference Entity Properties
  7. Transforming Business Entities and Views
  8. Managing Many-to-Many Relationships
  9. Configuring Search
  10. Configuring Workflow Tasks and Triggers
  11. Configuring Security and Data Filters for Business Entities
  12. Integrating Data as a Service
  13. Configuring External Calls
  14. Designing the Data Director User Interface
  15. Localizing Data Director
  16. 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!