Created
April 5, 2016 15:33
-
-
Save stratosgear/4c6ef54463fe124a0512190f7b06e907 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
participant User | |
User -> A: DoWork | |
' edit online at: | |
' http://www.planttext.com/planttext?text=LOx12i8m38RlUOg0vxt068NMCV2gYEVGvL1Msvb5dz_L5Tno28J_oyS_asZmOQQaU5zO0Ch6ng1jiS-FB1EGr_0XPRHu6WQt3e2jo2KfIwA8dc8ya3t9TAFupAdIhiMkGo-y0bT-lNbHDER_ireTDfksvkSVFCB8EsftsCrSAfUsYG_X5m00 | |
activate A #FFBBBB | |
A -> A: Internal call | |
activate A #DarkSalmon | |
A -> B: << createRequest >> | |
activate B | |
B --> A: RequestCreated | |
deactivate B | |
deactivate A | |
A -> User: Done | |
deactivate A |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment