-
-
Notifications
You must be signed in to change notification settings - Fork 318
Closed
Labels
Description
Expected
I would expect that new relations archetypes feature would also work in dynmaic view, but it does not
Actual
Too many tokens, expected: [order:] <identifier> [description] at line 31: a --request-> b
Steps to reproduce
workspace {
model {
archetypes {
https = -> {
technology "HTTPS"
}
reqest = -> {
tags request
}
response = -> {
tags response
}
}
a = softwareSystem "A"
b = softwareSystem "B"
a --https-> b "Makes APIs calls using"
}
views {
systemLandscape main {
include *
autoLayout tb
}
dynamic * demo {
a --request-> b
b --response-> a
autoLayout tb
}
}
}
Version/build information
4.0.0
Severity
Minor
Priority
Low (I have no budget and there's no rush, please fix this for free)
More information
No response