Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • S SpaceCreator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 37
    • Issues 37
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • TASTE
  • SpaceCreator
  • Issues
  • #181
Closed
Open
Created Mar 18, 2021 by Maxime Perrotin@maxime-esaOwner

Read E2E path from MSC file

For the E2E view we need to read the sequence of messages between instances.

See the MSC image in the WP7 description here: https://docs.google.com/document/d/1VP3ezyjjwNOA0kFHhU5WmqtAcYI6Srp0IdKbipCyZQw/edit

Here, we will get something like this:

  1. [message] > [instance]
  2. Start_Transaction > User_Interface
  3. Open_File > File_Manager
  4. Access_Database > Database_Manager

This also means we need additional connections inside the instances between each connection. For example, in User_Interface we need a connection from Start_Transaction to Open_File.

Assignee
Assign to
Time tracking