Table of Contents

Search

  1. Preface
  2. MDM and Embedded ActiveVOS
  3. Configuring Workflow Tasks and Triggers
  4. Running the Migration Script
  5. Frequently Asked Questions

Workflow Trigger Example for Merge

Workflow Trigger Example for Merge

You want to configure a workflow trigger for merge events that are generated by the MDM Hub. The role name of SYSTEM is reserved for merge tasks that are triggered by the MDM Hub. You want the merge tasks to be populated by the properties defined in the MergeTaskGenerator task template.
The following code shows the workflow trigger configuration for the example:
<trigger name="Matched"> <startWorkflow process="BeMergeTask" taskKind="MERGE" taskTemplate="MergeTaskGenerator" firstTaskType="AVOSBeMerge"/> <event name="MatchedBE"/> <role name="SYSTEM"/> </trigger>

0 COMMENTS

We’d like to hear from you!