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

ModifyWorkflowSchedule

PDF
Mode fokus
Ukuran font
Terakhir diperbarui: 2025-11-13 20:55:22

1. API Description

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

This API is used to update workflow scheduling. This API is deprecated. Use the RenewWorkflowSchedulerInfoDs API instead.

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: ModifyWorkflowSchedule.
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 Yes Integer Delay time, in minutes
StartupTime Yes Integer Start Time
SelfDepend Yes Integer Self-Dependency Type 1: Sequential serial, one at a time, queued, 2: Unordered serial, one at a time, not queued, 3: Parallel, multiple at once
CycleType Yes Integer "Cycle Type 0:crontab, 1:Minute,2:Hour,3:Day,4:Week,5:Month,6:One-time,7:User driven,10:Flexible cycle Week,11:Flexible cycle Month,12:Year,13:Immediate Trigger Instant type, isolated from normal cycle scheduling task logic
CycleStep Yes Integer Step Length, Interval Time, minimum of 1
StartTime No String Effective Start Time, format yyyy-MM-dd HH:mm:ss
EndTime No String Effective End Time, format yyyy-MM-dd HH:mm:ss
TaskAction No String Scheduling Configuration - Elastic Cycle Configuration, applicable to Hourly/Weekly/Monthly/Yearly schedules. For hourly tasks scheduled at 0, 3, 4 o'clock, it would be '0,3,4'.
CrontabExpression No String Cron Expression is required only for Cron Tab Scheduling
ExecutionStartTime No String Execution Time Left Closed Interval, format: HH:mm. Applicable only to hourly scheduling. For example, for hourly tasks, it specifies the effective interval every day
ExecutionEndTime No String Execution Time Right Closed Interval, format: HH:mm. Applicable only to hourly scheduling. For example, for hourly tasks, it specifies the effective interval every day
DependencyWorkflow No String Workflow Dependency, yes or no

3. Output Parameters

Parameter Name Type Description
Data BatchResult Execution 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 Update Workflow Scheduling Sample 1

This example shows you how to update workflow scheduling.

Input Example

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

{
    "WorkflowId": "34e51bc4-0cd9-11ed-89e105ba60",
    "StartupTime": 1712883299,
    "SelfDepend": 2,
    "ProjectId": "1",
    "ExecutionEndTime": "",
    "TaskAction": "",
    "DelayTime": 0,
    "DependencyWorkflow": "no",
    "StartTime": "2022-03-03 11:12:59",
    "ExecutionStartTime": "",
    "EndTime": "2022-09-03 11:12:59",
    "CycleType": 1,
    "CycleStep": 10,
    "CrontabExpression": ""
}

Output Example

{
    "Response": {
        "RequestId": "dc5397bb-74e6f734102c",
        "Data": {
            "Running": 0,
            "Success": 0,
            "Failed": 0,
            "Total": 0
        }
    }
}

Example2 Update Workflow Scheduling Sample 2

This example shows you how to update workflow scheduling.

Input Example

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

{
    "WorkflowId": "34e51bc4-0cd9-1105ba60",
    "StartupTime": 1712883299,
    "SelfDepend": 2,
    "ProjectId": "1",
    "ExecutionEndTime": "",
    "TaskAction": "",
    "DelayTime": 0,
    "DependencyWorkflow": "no",
    "StartTime": "2022-03-03 11:12:59",
    "ExecutionStartTime": "",
    "EndTime": "2022-09-03 11:12:59",
    "CycleType": 1,
    "CycleStep": 10,
    "CrontabExpression": ""
}

Output Example

{
    "Response": {
        "RequestId": "c20f7fea-d73f-44cd-94a5-1d9f884df5cf",
        "Data": {
            "Running": 0,
            "Success": 0,
            "Failed": 0,
            "Total": 0
        }
    }
}

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

There is no error code related to the API business logic. For other error codes, please see Common Error Codes.

Bantuan dan Dukungan

Apakah halaman ini membantu?

masukan