Skip to content

Migrating between DSW metamodels

Korbinian Bösl edited this page Dec 5, 2024 · 3 revisions

You can read more on the underlying metamodel schemas in the DSW documentation.

The schema can be found on the DSW github organization.

Schemas are released along with new versions of DSW after an update you might have to migrate different objects. Please consult the upgrade guidelines. Some migrations are handled on a DB level.

If you have to migrate your document template, you can check out the diff in the schemas in the git repository (or also in the changelog) and change your template accordingly. If you do not use any of the affected paths in your template you usually can just increment the version. Example: ctx.questionnaireReplies is now ctx.questionnaire.replies

If you are using a fork of the DSW root knowledge model you can apply these changes by updating you KM.

Projects might have to be updated to allow export with the new metamodel.

Clone this wiki locally