Skip to content

Instantly share code, notes, and snippets.

@abbas-oveissi
Created April 12, 2019 20:19
Show Gist options
  • Save abbas-oveissi/1b744af6ff498b25fc31d65443266016 to your computer and use it in GitHub Desktop.
Save abbas-oveissi/1b744af6ff498b25fc31d65443266016 to your computer and use it in GitHub Desktop.
@startuml
hide empty description
title translation
[*] --> A
A -> B : wordTranslation \n صلاحیت 10 \n reward 1000
A -> B : wordTranslation \n صلاحیت 10 \n reward 1000
B -> C : sentenceTranslation
C -> D : textTranslation
D --> [*]
D : enter event ----> sendTranslatedAnswer
@enduml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment