Replies: 1 comment 1 reply
-
You can use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I have my DSL looking like so:
My deployment diagram for
mainApp
looks how I would expect:However, the deployment diagram for
apiBackend
looks like this:As you can see there are those orphaned infrastructure nodes there.
How can I have infrastructure nodes that know that their context is the a specific
softwareSystem
or how can I filter those out?Thanks.
Beta Was this translation helpful? Give feedback.
All reactions