test flow

󰃭 2017-04-07

st=>start: Start
e=>end
op=>operation: My Operation
con=>condition: Yes or No?

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