Skip to content

Has Control Framework extension

This extension, available in most code generation templates is in place to generate the necessary code to integrate data logistics with the control framework).

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.

All templates.

{{!-- Integration with the control framework --}}
{{#each extensions}}
{{#stringcompare key "hasControlFramework"}}
-- Integration with the control framework, module registration
{{!-- Placeholder for control framework call --}}
{{/stringcompare}}
{{/each}}