Including multiple container files containing relationships (in model) #139
-
Hello I am trying to place all containers in a folder in separate files and then include all folder contents in a software system. Each container DSL has info on outbound relationships in it and there is the problem (in order to avoid conflicts and a large confusing list of relationships). When loading a single file, the exporter ignores ones referenced in relationships and returns the following error: Command:
Folder tree:
Is there a way to bypass it because, basically, at the stage of building the model, it is non-critical? Or the only way is to place all relationships into the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Lines are processed in order (https://github.com/structurizr/dsl/blob/master/docs/language-reference.md#general-rules), so you'll need to order your element and relationship definitions appropriately. |
Beta Was this translation helpful? Give feedback.
-
Well, if the connectivity looks like a complete graph (many omnidirectional relations), it wouldn't be much help... |
Beta Was this translation helpful? Give feedback.
Lines are processed in order (https://github.com/structurizr/dsl/blob/master/docs/language-reference.md#general-rules), so you'll need to order your element and relationship definitions appropriately.