History
Introduction
API Category
Making API Requests
Region APIs
Instance APIs
Cloud Hosting Cluster APIs
Image APIs
Instance Launch Template APIs
Placement Group APIs
Key APIs
Security Group APIs
Network APIs
Data Types
Error Codes
Domain name for API request: wedata.intl.tencentcloudapi.com.
Rerun an operation.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
| Parameter Name | Required | Type | Description |
|---|---|---|---|
| Action | Yes | String | Common Params. The value used for this API: RerunTriggerWorkflowRunAsync. |
| Version | Yes | String | Common Params. The value used for this API: 2025-08-06. |
| Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
| ProjectId | Yes | String | Project ID. |
| WorkflowId | Yes | String | Workflow ID. |
| WorkflowExecutionId | Yes | String | Running ID of the workflow. |
| ExecuteType | Yes | String | Running mode: ordinary running defaults to all parameters: 1, advanced execution selectable task scope and running parameters: 2. |
| AdvancedParams.N | No | Array of SchedulingParameter | Custom running parameters filled in when the running type is advanced execution. |
| TaskIds.N | No | Array of String | Advanced execution in mode requires the specified task ID set this time. |
| SchedulingResourceGroup | No | String | Specify a scheduling resource group. uses the original scheduling resource group in the default configurations when left empty. |
| IntegrationResourceGroup | No | String | Specify the integration resource group. uses the original integration resource group in configurations by default when empty. |
| Parameter Name | Type | Description |
|---|---|---|
| Data | OpsAsyncResponse | Operation result. |
| RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: wedata.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: RerunTriggerWorkflowRun
<Common request parameters>
{
"ProjectId": "1460947878944567296",
"WorkflowId": "0fae8078-a7a7-4b67-afd1-8bf18e068dda",
"WorkflowExecutionId": "001e2f39-a71d-4588-9a9a-9f244d32c96c",
"ExecuteType": "1"
}{
"Response": {
"Data": {
"AsyncId": "60a7f0f5-cea2-40fe-b607-a164d9615689"
},
"RequestId": "4a20bd2d-8053-4f9f-86b6-bda857e7fcf6"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
| Error Code | Description |
|---|---|
| FailedOperation | Operation failed. |
| InvalidParameter | Parameter error. |
| MissingParameter | Parameter missing. |
| ResourceNotFound | The resource does not exist. |
| UnauthorizedOperation | Unauthorized operation. |
| UnknownParameter | Unknown parameter error. |
文档反馈