Browse Source

fix(docs): unify workflow_run_id style with other languages (#22642)

Co-authored-by: 刘江波 <jiangbo721@163.com>
tags/1.7.0
jiangbo721 3 months ago
parent
commit
c70b0cb730
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      web/app/components/develop/template/template_workflow.zh.mdx

+ 1
- 1
web/app/components/develop/template/template_workflow.zh.mdx View File

<Col> <Col>
根据 workflow 执行 ID 获取 workflow 任务当前执行结果 根据 workflow 执行 ID 获取 workflow 任务当前执行结果
### Path ### Path
- `workflow_run_id` (string) workflow_run_id,可在流式返回 Chunk 中获取
- `workflow_run_id` (string) workflow 执行 ID,可在流式返回 Chunk 中获取
### Response ### Response
- `id` (string) workflow 执行 ID - `id` (string) workflow 执行 ID
- `workflow_id` (string) 关联的 Workflow ID - `workflow_id` (string) 关联的 Workflow ID

Loading…
Cancel
Save