You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The adjustable port side feature implemented in #1807 is a great addition to LF. However, I find it a bit challenging to use in conjunction with reactions. For instance, I would like to have the dataflow for requests to go from left to right, and the dataflow for responses to go from right to left in this reactor:
Would it be possible to add an annotation that changes the direction of reactions?
The text was updated successfully, but these errors were encountered:
The manual adjustment of port sides was and is an experimental feature.
Nothing else in the diagram synthesis was adjusted to account for ports disregarding the left-to-right direction. That means reactions still have fixed port sides and a respective shape.
Yes, it would be possible to extend the synthesis to support both directions for the LF elements but this will require a bigger rework because some elements would only be turned around due to the layout and not an explicit annotation, and hence require a post-processing outside the synthesis.
The adjustable port side feature implemented in #1807 is a great addition to LF. However, I find it a bit challenging to use in conjunction with reactions. For instance, I would like to have the dataflow for requests to go from left to right, and the dataflow for responses to go from right to left in this reactor:
Would it be possible to add an annotation that changes the direction of reactions?
The text was updated successfully, but these errors were encountered: