Skip to content

Instantly share code, notes, and snippets.

@roadmanfong
Created July 23, 2018 10:23
Show Gist options
  • Save roadmanfong/492dc5e1555383c0d4603fc7830bc1f1 to your computer and use it in GitHub Desktop.
Save roadmanfong/492dc5e1555383c0d4603fc7830bc1f1 to your computer and use it in GitHub Desktop.
st=>start: Start:>http://www.google.com[blank]
e=>end:>http://www.google.com
op1=>operation: My Operation
sub1=>subroutine: My Subroutine
cond=>condition: Yes
or No?:>http://www.google.com
io=>inputoutput: catch something...
para=>parallel: parallel tasks

st->op1->cond
cond(yes)->io->e
cond(no)->para
para(path1, bottom)->sub1(right)->op1
para(path2, top)->op1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment