Triggers a task to run by using an HTTP Trigger node at a specified time.
Operation description
This API operation is available for all DataWorks editions.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| TaskId | long | Yes | The task ID. | 1234 |
| EnvType | string | No | The environment of the workspace. Valid values:
| Prod |
| TriggerTime | long | Yes | The time defined by the HTTP Trigger node. This value is a UNIX timestamp. | 1710239005403 |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "22C97E95-F023-56B5-8852-B1A77A17XXXX\n",
"Success": true
}Error codes
For a list of error codes, visit the Service error codes.
Change history
| Change time | Summary of changes | Operation |
|---|---|---|
| 2025-01-06 | The request parameters of the API has changed | View Change Details |
