workflow_execute
Execute approved SQL or data archiving workflows by providing the workflow ID and type, with optional engineer and execution mode (auto/manual).
Instructions
执行已审核通过的工单。
Args: workflow_id: 工单 ID workflow_type: 2=SQL上线, 3=数据归档 engineer: 操作用户名(SQL上线必填) mode: auto=线上执行, manual=确认已手动执行
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | auto | |
| engineer | No | ||
| workflow_id | Yes | ||
| workflow_type | Yes |