Search code examples
diagram

How to make sequence diagram parallel activities


In my application the "System" capture screenshots and store it in local then in server, at the same time count key stroke and mouse click and store it in server and local and same time also keep record of last two minutes and store it local and after random time store it server ,,, how i can display in sequence diagram the work of the system?


Solution

  • You can use Combined Fragment element of type parallel, or element coregion (alternative to combined fragmetn). These two elements define concurent execution in sequence diagrams.