Author Topic: Can't edit Direction of Information Flow in version 16.1.1623  (Read 4805 times)

Mauricio Moya (Arquesoft)

  • EA User
  • **
  • Posts: 341
  • Karma: +8/-4
  • EA Consulting and development in Spanish
    • View Profile
    • Arquehub Azure Module
Can't edit Direction of Information Flow in version 16.1.1623
« on: February 09, 2023, 07:49:27 am »
I have just installed version 16.1 build 1623 and now I note this behavior: if you create a connector of type "information flow", and then you double click the connector to open the connector properties, it doesn't allow to change the Direction of the connector.

Anybody with the same issue in the same version? (or recent versions?)

jfzouain

  • EA User
  • **
  • Posts: 152
  • Karma: +6/-1
    • View Profile
Re: Can't edit Direction of Information Flow in version 16.1.1623
« Reply #1 on: February 09, 2023, 01:00:53 pm »
Hi Mauricio

Information Flow - Right-Click on connector - Advance - Reverse Direction
Voila

Regards

Jose Zouain
Best regards

Jose Zouain

Mauricio Moya (Arquesoft)

  • EA User
  • **
  • Posts: 341
  • Karma: +8/-4
  • EA Consulting and development in Spanish
    • View Profile
    • Arquehub Azure Module
Re: Can't edit Direction of Information Flow in version 16.1.1623
« Reply #2 on: February 11, 2023, 01:21:13 am »
Hi Mauricio

Information Flow - Right-Click on connector - Advance - Reverse Direction
Voila

Regards

Jose Zouain

Thanks, but what if I need to set it as bidirectional? or undefined? I want to be able to edit the connector, why not?

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13404
  • Karma: +567/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Can't edit Direction of Information Flow in version 16.1.1623
« Reply #3 on: February 11, 2023, 01:46:30 am »
Hi Mauricio

Information Flow - Right-Click on connector - Advance - Reverse Direction
Voila

Regards

Jose Zouain

Thanks, but what if I need to set it as bidirectional? or undefined? I want to be able to edit the connector, why not?
Can information flows be bidirectional, or undefined? I don't think so.
From the UML specs:
Quote
InformationFlows require some kind of “information channel” for unidirectional transmission of information items from sources to targets.

Maybe EA has been updated to only allow valid directions for connectors?

Geert

Paolo F Cantoni

  • EA Guru
  • *****
  • Posts: 8607
  • Karma: +257/-129
  • Inconsistently correct systems DON'T EXIST!
    • View Profile
Re: Can't edit Direction of Information Flow in version 16.1.1623
« Reply #4 on: February 11, 2023, 04:29:25 pm »

[SNIP]Can information flows be bidirectional, or undefined? I don't think so.
From the UML specs:
Quote
InformationFlows require some kind of “information channel” for the unidirectional transmission of information items from sources to targets.

Maybe EA has been updated to only allow valid directions for connectors?

Geert
We make an exception for derived information flows (typically derived by the union of two -opposite- unidirectional flows).  They can be marked as bidirectional.  This allows us to create summarised views that aren't cluttered with detailed flows.

Paolo

NOTE: we use derivation relationships to link the derived to the more canonical flows.
Inconsistently correct systems DON'T EXIST!
... Therefore, aim for consistency; in the expectation of achieving correctness....
-Semantica-
Helsinki Principle Rules!

ahavey

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: Can't edit Direction of Information Flow in version 16.1.1623
« Reply #5 on: March 09, 2023, 04:00:13 am »
We are experiencing the same issue. Bi-directional flows were allowed in version 15. So this is a change made in version 16?

What is recommendation for modeling true bi-directional flows like HTTP?

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: Can't edit Direction of Information Flow in version 16.1.1623
« Reply #6 on: March 09, 2023, 09:06:39 am »
We are experiencing the same issue. Bi-directional flows were allowed in version 15. So this is a change made in version 16?

What is recommendation for modeling true bi-directional flows like HTTP?
HTTP uses different port to and fro. So it's not bi-directional.

q.

ahavey

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: Can't edit Direction of Information Flow in version 16.1.1623
« Reply #7 on: March 09, 2023, 09:42:37 am »
Regardless of the example, did version 16 deliberately change this behavior?

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8085
  • Karma: +118/-20
    • View Profile
Re: Can't edit Direction of Information Flow in version 16.1.1623
« Reply #8 on: March 09, 2023, 02:18:18 pm »
did version 16 deliberately change this behavior?

Yes.

Quote
Release Notes for 16.1 Build 1621
*********************************
...
Diagramming
  ...
  Disallow change of direction for Information Flow

ahavey

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: Can't edit Direction of Information Flow in version 16.1.1623
« Reply #9 on: March 10, 2023, 02:22:14 am »
bummer.

Thanks for the confirmation.