Skip to content

Step in dynamic view does not inherit technology from model, nor from specification #2541

@davydkov

Description

@davydkov

Relates to

LikeC4 Language

Version you are using

1.47.0

Describe the issue

specification {
  element el

  relationship requests {
    technology "HTTP Request"
  }
}

model {
  el shopify
  el webhook

  shopify .requests webhook {
     technology "HTTP Request Override"
  }
}

views {
  dynamic view usecase1 {
    // Missing technology (must be "HTTP Request Override")
    shopify -> webhook

    // With forced relationship kind (must be "HTTP Request")
    shopify -[ requests ]-> webhook

    shopify -> webhook with {
      technology "Yes, this works"
    }
  }
}

Metadata

Metadata

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions