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:
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:
The metamodel of Archimate is less formally defined as for example UML, but we can find some information.
The first thing to look at is the metamodel for the Application Layer Here we see triggers / flows to relations from/to the elements
An Application Component however is an Application Internal Active Structure Element as we learn from a more detailed view on the same page
So this metamodel does not allow flow relations between Application Components
But these are not all the allowed relationships in ArchiMate. On this page there is an additional matrix with all the allowed relationships.
If you look closely you see that there is an f in the cell that represents represent Application Component x Application Component. f stand for flow
YES flow relations between Application Components are allowed.
You can't simulate sequence diagrams using ArchiMate flows. A critical factor in sequence diagrams is, well the sequence. There is no way in Archimate to specify that one flow is supposed to be happen before another flow.