tencent cloud

Tencent Cloud WeData

Release Notes
Dynamic Release Record (2026)
Product Introduction
Product Overview
Product Advantages
Product Architecture
Product Features
Application Scenarios
Purchase Guide
Billing Overview
Product Version Purchase Instructions
Execute Resource Purchase Description
Billing Modes
Overdue Policy
Refund
Preparations
Overview of Account and Permission Management
Add allowlist /security groups (Optional)
Sign in to WeData with Microsoft Entra ID (Azure AD) Single Sign-On (SSO)
Operation Guide
Console Operation
Project Management
Data Integration
Studio
Data Development
Data Analysis
Data Science
Data Governance (with Unity Semantics)
API Documentation
History
Introduction
API Category
Making API Requests
Smart Ops Related Interfaces
Project Management APIs
Resource Group APIs
Data Development APIs
Data Asset - Data Dictionary APIs
Data Development APIs
Ops Center APIs
Data Operations Related Interfaces
Data Exploration APIs
Asset APIs
Metadata Related Interfaces
Task Operations APIs
Data Security APIs
Instance Operation and Maintenance Related Interfaces
Data Map and Data Dictionary APIs
Data Quality Related Interfaces
DataInLong APIs
Platform Management APIs
Data Source Management APIs
Data Quality APIs
Platform Management APIs
Asset Data APIs
Data Source Management APIs
Data Types
Error Codes
WeData API 2025-08-06
Service Level Agreements
Related Agreement
Privacy Policy
Data Processing And Security Agreement
Contact Us
Glossary

RenewWorkflowSchedulerInfoDs

PDF
포커스 모드
폰트 크기
마지막 업데이트 시간: 2025-11-13 20:56:40

1. API Description

Domain name for API request: wedata.intl.tencentcloudapi.com.

This API is used to update task scheduling information under a workflow.

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: RenewWorkflowSchedulerInfoDs.
Version Yes String Common Params. The value used for this API: 2021-08-20.
Region Yes String Common Params. For more information, please see the list of regions supported by the product. This API only supports: ap-singapore, eu-frankfurt, na-ashburn, na-siliconvalley.
ProjectId Yes String Project ID
WorkflowId Yes String Workflow ID
DelayTime No Integer Delay Time
StartupTime No Integer Start Time
SelfDepend No String Task Dependency
StartTime No String Start Time
EndTime No String End Time
TaskAction No String Specified Running Time
CycleType No String Scheduling Cycle Time Unit
CycleStep No Integer Scheduling Cycle
ExecutionStartTime No String Execution Time Left Closed Interval
ExecutionEndTime No String Execution Time Right Closed Interval
InstanceInitStrategy No String Task initialization strategy. valid values: T_PLUS_1, T_PLUS_0, T_MINUS_1
DependencyWorkflow No String Workflow dependency. valid values: yes or no
CrontabExpression No String CrontabExpression
ModifyCycleValue No String 0: Do not modify
1: Change the upstream dependency configuration of the task to the default value
CalendarOpen No String Whether calendar scheduling is enabled. 1 means enabled, and 0 means disabled.
CalendarName No String Calendar name.
CalendarId No String Calendar id.
ScheduleTimeZone No String Specifies the time zone.
ClearLink No Boolean Whether to automatically clean up links to unsupported tasks.

3. Output Parameters

Parameter Name Type Description
Data BatchResultDs Data

Note: This field may return null, indicating that no valid values can be obtained.
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 Example 1

demo

Input Example

POST / HTTP/1.1
Host: wedata.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: RenewWorkflowSchedulerInfoDs
<Common request parameters>

{
    "ProjectId": "1460947878944567296",
    "WorkflowId": "e5b0945c-ed6d-11ed-8909-bc97e105ba60",
    "DelayTime": 0,
    "SelfDepend": "serial",
    "StartTime": "2023-05-13 12:44:29",
    "EndTime": "2023-05-12 23:59:59",
    "TaskAction": "",
    "CycleType": "DAY_CYCLE",
    "CycleStep": 1
}

Output Example

{
    "Response": {
        "Data": {
            "Failed": 0,
            "Success": 0,
            "Total": 0
        },
        "RequestId": "59a4462b-66f3-4cc2-80a2-46c416726c46"
    }
}

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 Failure.

도움말 및 지원

문제 해결에 도움이 되었나요?

피드백