I tried to model a diagram similar to the UML Sequence Diagram with Archimate. https://forum.archimatetool.com/index.php?topic=288.0 and http://www.hosiaisluoma.fi/ArchiMate-Cookbook.pdf chap. 2.9.6 say that this is possible by using data flow relationships between application components.
So I tried to create 2 application components and 2 request-response dataflows between them:
- component A and component B
- request 1 from A to B
- repsonse 1 from B to A
- request 2 from A to B
- response 2 from B to A
This was neither possible with ADOIT nor with Archi. Sparx EA allowed to create it. I could not find if the specification allows it, but in my experiance Archi is very much alligned with the spec, while EA is not.
So my questions are:
- Which tool / diagram is correct according to the spec?
- Is there another possibility to create a diagram similar to the UML Sequence Diagram with Archimate?