refactor(c4): seperate view into view folder

This commit is contained in:
Stephan Lo 2025-05-15 18:08:19 +02:00
parent 7494ed9b06
commit 3fc3611493
2 changed files with 8 additions and 8 deletions

View file

@ -101,11 +101,3 @@ model {
createEDFBuilderComposition -> applyEDFBuilder
}
}
views {
view edpbuilderworkflow of edfbuilder {
description 'Describes the process how to create an EDP instance'
include edfbuilder.**
autoLayout LeftRight 120 110
}
}

View file

@ -0,0 +1,8 @@
views {
view edpbuilderworkflow of edfbuilder {
description 'Describes the process how to create an EDP instance'
include edfbuilder.**
autoLayout LeftRight 120 110
}
}