How to include a softwareSystemInstance into a deployment view? #234
Replies: 1 comment
-
You can only show one of those levels of abstraction on the same diagram I'm afraid. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have slightly modified an example of a deployment view and included a
softwareSystemInstance
in it. And it makes the diagram look like that:Both
webapp
anddatabase
containers are not visible on it anymore. And the only way to make them visible that I've found is to removesoftwareSystemInstance s
statement from it.I wonder if there is a way to show both
softwareSystemInstance
andcontainerIsntance
elements contained within it?Here is the code:
Beta Was this translation helpful? Give feedback.
All reactions