-
-
Notifications
You must be signed in to change notification settings - Fork 315
Closed
Labels
Description
Expected
Archetype relationship is applied for all relationship definition variants, i.e.
<identifier> --foo-> <identifier>--foo-> <identifier>this --foo-> <identifier>
Actual
Archetype relationships are not applied for variant --foo-> <identifier>
Steps to reproduce
workspace {
model {
archetypes {
foo = -> {
technology "WORKS"
}
}
a = softwareSystem "A"
b = softwareSystem "B" {
b --foo-> a "explicit"
this --foo-> a "'this'"
--foo-> a "implicit"
}
}
}
Version/build information
v4.1.0
Severity
Minor
Priority
Low (I have no budget and there's no rush - please fix this for free)
More information
No response