Data Director Migration Guide

Data Director Migration Guide

Update the IDD Configuration for the Siperian Workflow Adapter

Update the IDD Configuration for the Siperian Workflow Adapter

To view Siperian workflow adapter tasks in Task Manager, update the task configuration in the Informatica Data Director configuration file.
  1. Update the Siperian BPM task type configuration.
    • Change
      defaultApproval="true"
      to
      defaultApproval="false"
      .
    • Set
      creationType
      to
      NONE
      .
  2. Add the task configuration for the ActiveVOS tasks.
    The following code sample shows how to configure business entity-based ActiveVOS tasks in the Informatica Data Director configuration file:
    <tasks includeUnassignedTasks="true"> <!-- Task Definitions --> <taskType taskTypeId="BeMergeTask" name="AVOSBeMerge" displayName="Merge" creationType="MERGE" displayType="MERGE"> <description>Merge two records together.</description> </taskType> <taskType taskTypeId="BeUnmergeTask" name="AVOSBeUnmerge" displayName="Unmerge" creationType="UNMERGE" displayType="UNMERGE"> <description>Unmerge an XREF record from a Base Object record. </description> </taskType> <taskType taskTypeId="BeOneStepApprovalTask" name="AVOSBeFinalReview" displayType="NORMAL" displayName="Final review" creationType="NONE" pendingBVT="true"> <description>Update a record and require the user to go through an approval process before completing the task. </description> </taskType> <taskType name="AVOSBeNotification" displayName="Notification" creationType="NONE" displayType="NORMAL"> <description>Notification step in the workflow</description> </taskType> <taskType taskTypeId="BeTwoStepApprovalTask" name="AVOSBeReviewNoApprove" displayType="NORMAL" displayName="Review no approve" creationType="NONE" defaultApproval="true" pendingBVT="true"> <description>Update a record and require the user to go through an approval process before completing the task. </description> </taskType> <taskType taskTypeId="BeUpdateWithApprovalTask" name="AVOSBeUpdate" displayName="Update" creationType="CREATE" pendingBVT="true" displayType="NORMAL"> <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!