If you can't find the product or version you're looking for, visit support.ataccama.com/downloads
Execution Plan
Execution plan configuration lets you specify the order of steps in the consolidation process.
The best way is to alter the plan is to download one from the Admin Center (see MDM Admin Center Extras) and adjust the order of steps.
If the plan does not match the dependencies, MDM engine will reject the plan (but not fail) and use the default execution plan.
The plan itself consists of taskId
and steps
.
File is part of the model definition (see Model).
nme-consolidation-plan.xml
<?xml version="1.0" ?>
<executionPlanConfig>
<executionPlans>
<plan taskId="MasterDataConsolidation">
<steps>
<step id="Cleanse(Party)" />
<!-- more steps -->
<step id="Match(Party)" />
</steps>
</plan>
</executionPlans>
</executionPlanConfig>
Was this page useful?