DataWorks MCP Server

Official

ApprovePermissionApplyOrder

Manage and process permission requests with defined actions (approve/reject) by submitting Flow ID and comments within the DataWorks MCP Server, ensuring streamlined access control and compliance.

Instructions

审批权限申请单

Input Schema

NameRequiredDescriptionDefault
ApproveActionNo执行的审批动作,取值如下:- 1:同意。- 2:拒绝
ApproveCommentYes审批的备注信息
FlowIdYes审批的申请单ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "ApproveAction": { "description": "执行的审批动作,取值如下:- 1:同意。- 2:拒绝" }, "ApproveComment": { "description": "审批的备注信息", "type": "string" }, "FlowId": { "description": "审批的申请单ID", "type": "string" } }, "required": [ "FlowId", "ApproveComment" ], "type": "object" }

You must be authenticated.

Other Tools from DataWorks MCP Server

Related Tools

ID: 5xvvskonjr