Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

relation archetypes in dynamic views #395

Closed
Labels
@abalabchenkov

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

        AltStyle によって変換されたページ (->オリジナル) /