Skip to content

Instantly share code, notes, and snippets.

@stratosgear
Created April 5, 2016 15:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stratosgear/4c6ef54463fe124a0512190f7b06e907 to your computer and use it in GitHub Desktop.
Save stratosgear/4c6ef54463fe124a0512190f7b06e907 to your computer and use it in GitHub Desktop.
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