TriggerSchedulerTaskInstance
Trigger scheduled task instances in Alibaba Cloud DataWorks. Specify task ID, trigger time, and environment type (Prod/Dev) to automate and manage workflows effectively.
Instructions
触发调度任务实例
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| EnvType | No | 项目环境。-Prod(生产)-Dev(开发) | |
| TaskId | No | 任务ID | |
| TriggerTime | No | 定时触发时间。格式为时间戳 | 
Input Schema (JSON Schema)
{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "EnvType": { "description": "项目环境。-Prod(生产)-Dev(开发)", "type": "string" }, "TaskId": { "description": "任务ID" }, "TriggerTime": { "description": "定时触发时间。格式为时间戳" } }, "type": "object" }