DataWorks MCP Server

Official

RemoveTaskInstanceDependencies

Remove dependencies between task instances in DataWorks MCP Server to streamline workflow management. Specify instance IDs and upstream connections to optimize task execution.

Instructions

移除任务实例的依赖关系

Input Schema

NameRequiredDescriptionDefault
CommentNo备注信息
IdNo任务实例ID
UpstreamTaskInstanceIdsNo上游任务实例ID列表

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "Comment": { "description": "备注信息", "type": "string" }, "Id": { "description": "任务实例ID" }, "UpstreamTaskInstanceIds": { "description": "上游任务实例ID列表", "type": "array" } }, "type": "object" }

You must be authenticated.

Other Tools from DataWorks MCP Server

Related Tools

ID: 5xvvskonjr