MarkDown 流程圖 Flow 語法

Created with Raphaël 2.1.0index申請檢查登錄查詢本地記錄檢測狀態查詢本地結果頁End填寫個人信息風控審覈bid入庫登錄yesnoyesnoyesnoyes

代碼

st=>start: index
op=>operation: 申請
op2=>operation: 結果頁
op3=>operation: 查詢本地
i1=>inputoutput: bid入庫
i2=>inputoutput: 填寫個人信息
c1=>condition: 檢查登錄
c2=>condition: 登錄
c3=>condition: 查詢本地記錄
c4=>condition: 檢測狀態
c5=>operation: 風控審覈
e=>end

st->op->c1()
c1(no)->c2(yes)->op()
c1(yes)->c3(no)->i1(right)->i2(right)->c5()->op2->e
c1(yes)->c3(yes)->c4(no)->i2
c1(yes)->c3(yes)->c4(yes)->op3->op2
c3()->e

所有類型

st=>start: Start
op=>operation: Your Operation
sub=>subroutine: My Subroutine
cond=>condition: Yes or No?
io=>inputoutput: catch something...
e=>end: End

st->op->cond
cond(yes)->io->e
cond(no)->sub(right)->op
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章