Skip to content

Instantly share code, notes, and snippets.

@JSpiner
Created January 7, 2017 05:20
Show Gist options
  • Save JSpiner/fe75610a6c1e904972f8839bfe90c310 to your computer and use it in GitHub Desktop.
Save JSpiner/fe75610a6c1e904972f8839bfe90c310 to your computer and use it in GitHub Desktop.
flow test
st=>start: Start
e=>end
op=>operation: My Operation
cond=>condition: Yes or No?

st->op->cond
cond(yes)->e
cond(no)->op

test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment