Skip to content

Instantly share code, notes, and snippets.

@499978920
Created July 29, 2020 07:55
Show Gist options
  • Save 499978920/825c2b595f7d2fe75b131fd6b95bc2a6 to your computer and use it in GitHub Desktop.
Save 499978920/825c2b595f7d2fe75b131fd6b95bc2a6 to your computer and use it in GitHub Desktop.
[markdown 画流程图] #md #流程图
start=>start: 定时任务
log=>operation: 记录请求日志
log2=>operation: 记录响应日志
query=>operation: 查询待推送数据
map=>operation: 转换为 API 请求对象
push=>operation: 请求 API
cond=>condition: 是否返回成功
state=>end: 修改状态
next=>end: 等待下一次定时任务

start->query->map->log->push->log2->cond
cond(yes)->state
cond(no, right)->next
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment