Table of Contents

Search

  1. Version 10.3
  2. Version 10.2
  3. Version 10.1
  4. Version 10.0.0

Update the IDD Configuration for the ActiveVOS Adapter based on Subject Areas

Update the IDD Configuration for the ActiveVOS Adapter based on Subject Areas

To use the ActiveVOS workflow adapter based on subject areas with the Task Manager, update the Informatica Data Director configuration file. If you do not update the Informatica Data Director configuration file, you cannot use the Task Manager to create tasks.
The following code sample shows how to configure ActiveVOS tasks based on subject areas in the Informatica Data Director configuration file:
<tasks includeUnassignedTasks="true"> <!-- Task Definitions --> <taskType taskTypeId="IDDMergeTask" name="AVOSMerge" displayName="Merge" creationType="MERGE"> <description>Merge two records together.</description> </taskType> <taskType taskTypeId="IDDUnmergeTask" name="AVOSUnmerge" displayName="Unmerge" creationType="UNMERGE"> <description>Unmerge an XREF record from a Base Object record.</description> </taskType> <taskType taskTypeId="IDDOneStepApprovalTask" name="AVOSFinalReview" displayName="Final review" creationType="NONE"> <description>Update a record and require the user to go through an approval process before completing the task. </description> </taskType> <taskType name="Notification" displayName="Notification" creationType="NONE"> <description>Notification step in the workflow</description> </taskType> <taskType taskTypeId="IDDTwoStepApprovalTask" name="AVOSReviewNoApprove" displayName="Review no approve" creationType="NONE" defaultApproval="true"> <description>Update a record and require the user to go through an approval process before completing the task. </description> </taskType> <taskType taskTypeId="IDDUpdateWithApprovalTask" name="Update" displayName="Update" creationType="CREATE"> <description>Update a record and do not require the user to go through an approval process before completing the task. The approval step is optional. </description> </taskType> </tasks>

0 COMMENTS

We’d like to hear from you!