Has Control Framework extension
Purpose
Section titled “Purpose”This extension, available in most code generation templates is in place to generate the necessary code to integrate data logistics with the control framework).
Motivation
Section titled “Motivation”Data logistics processes are generally expected to run in an orchestration and/or process control framework, so that consistency and auditability of the data solution can be guaranteed.
The Has Control Framework extension, which is set at Data Object Mapping level is the preferred way to implement this.
Applicability
Section titled “Applicability”All templates.
Design Pattern
Section titled “Design Pattern”Syntax
Section titled “Syntax”{{!-- Integration with the control framework --}}{{#each extensions}}{{#stringcompare key "hasControlFramework"}}-- Integration with the control framework, module registration{{!-- Placeholder for control framework call --}}{{/stringcompare}}{{/each}}