tencent cloud

Tencent Cloud WeData

RerunTriggerWorkflowRunAsync

PDF
Mode fokus
Ukuran font
Terakhir diperbarui: 2026-03-02 12:26:04

1. API Description

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.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

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.

3. Output Parameters

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.

4. Example

Example1 Rerun a Workflow

Input Example

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"
}

Output Example

{
    "Response": {
        "Data": {
            "AsyncId": "60a7f0f5-cea2-40fe-b607-a164d9615689"
        },
        "RequestId": "4a20bd2d-8053-4f9f-86b6-bda857e7fcf6"
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

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.

Bantuan dan Dukungan

Apakah halaman ini membantu?

masukan