Skip to content

relation archetypes in dynamic views #395

@abalabchenkov

Description

@abalabchenkov

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