Dreamso Chat & Workflow
リレーションの作り方
REFだっけ
25 26 27 28 29 30 31
綺麗に作成
フローの作成
sequenceDiagram
participant Logger
participant LINEREQ
participant data
participant IMG_URL
participant imgData
participant imgOcr
link imgOcr: Dashboard @ https://dashboard.contoso.com/alice
Note over Logger: mysite bot_line router.py <a href=http://www.googe.com>aaa</a>
Note over Logger: click Logger callback "Tooltip for a callback"
Note over Logger: bot_line
Note over Logger: bot_line post_data
Note over Logger: dopost 27 from app sheet
Note over Logger: JSON.stringify(e)--
Note over Logger: JSON.stringify(data)まるーーーー
Note over Logger: replyToken
Note over Logger: lineUserId
Logger->>LINEREQ: sendLineNotify('image file is ' + data.message.id)
LINEREQ->>data: parse(data)
data-->>IMG_URL: parsedData
Note over Logger: dopost getimage 37 from app sheet
Note over imgData: getImg(IMG_URL)
Note over Logger: dopost imgOcr 38 from app sheet
Note over imgOcr: getOcr(IMG_URL)
alt imgOcr.length > 0
LINEREQ->>LINEREQ: sendLineNotify('個人情報の確認' + imgOcr)
else
Note over Logger: Continue with other actions
end
リレーションを設定する
キーになるので