tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
tencentcloud.getWedataTaskInstances
Start a Neo task
Explain and create a tencentcloud.getWedataTaskInstances resource
tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
Use this data source to query detailed information of wedata task instances
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const wedataTaskInstances = tencentcloud.getWedataTaskInstances({
projectId: "1859317240494305280",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
wedata_task_instances = tencentcloud.get_wedata_task_instances(project_id="1859317240494305280")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/tencentcloud/tencentcloud"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := tencentcloud.GetWedataTaskInstances(ctx, &tencentcloud.GetWedataTaskInstancesArgs{
ProjectId: "1859317240494305280",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Tencentcloud = Pulumi.Tencentcloud;
return await Deployment.RunAsync(() =>
{
var wedataTaskInstances = Tencentcloud.GetWedataTaskInstances.Invoke(new()
{
ProjectId = "1859317240494305280",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.tencentcloud.TencentcloudFunctions;
import com.pulumi.tencentcloud.inputs.GetWedataTaskInstancesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var wedataTaskInstances = TencentcloudFunctions.getWedataTaskInstances(GetWedataTaskInstancesArgs.builder()
.projectId("1859317240494305280")
.build());
}
}
variables:
wedataTaskInstances:
fn::invoke:
function: tencentcloud:getWedataTaskInstances
arguments:
projectId: '1859317240494305280'
Using getWedataTaskInstances
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getWedataTaskInstances(args: GetWedataTaskInstancesArgs, opts?: InvokeOptions): Promise<GetWedataTaskInstancesResult>
function getWedataTaskInstancesOutput(args: GetWedataTaskInstancesOutputArgs, opts?: InvokeOptions): Output<GetWedataTaskInstancesResult>def get_wedata_task_instances(cycle_type: Optional[str] = None,
executor_group_id: Optional[str] = None,
folder_id: Optional[str] = None,
id: Optional[str] = None,
instance_state: Optional[str] = None,
instance_type: Optional[float] = None,
keyword: Optional[str] = None,
last_update_time_from: Optional[str] = None,
last_update_time_to: Optional[str] = None,
owner_uin: Optional[str] = None,
project_id: Optional[str] = None,
result_output_file: Optional[str] = None,
schedule_time_from: Optional[str] = None,
schedule_time_to: Optional[str] = None,
sort_column: Optional[str] = None,
sort_type: Optional[str] = None,
start_time_from: Optional[str] = None,
start_time_to: Optional[str] = None,
task_type_id: Optional[float] = None,
time_zone: Optional[str] = None,
workflow_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWedataTaskInstancesResult
def get_wedata_task_instances_output(cycle_type: Optional[pulumi.Input[str]] = None,
executor_group_id: Optional[pulumi.Input[str]] = None,
folder_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
instance_state: Optional[pulumi.Input[str]] = None,
instance_type: Optional[pulumi.Input[float]] = None,
keyword: Optional[pulumi.Input[str]] = None,
last_update_time_from: Optional[pulumi.Input[str]] = None,
last_update_time_to: Optional[pulumi.Input[str]] = None,
owner_uin: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
schedule_time_from: Optional[pulumi.Input[str]] = None,
schedule_time_to: Optional[pulumi.Input[str]] = None,
sort_column: Optional[pulumi.Input[str]] = None,
sort_type: Optional[pulumi.Input[str]] = None,
start_time_from: Optional[pulumi.Input[str]] = None,
start_time_to: Optional[pulumi.Input[str]] = None,
task_type_id: Optional[pulumi.Input[float]] = None,
time_zone: Optional[pulumi.Input[str]] = None,
workflow_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWedataTaskInstancesResult]func GetWedataTaskInstances(ctx *Context, args *GetWedataTaskInstancesArgs, opts ...InvokeOption) (*GetWedataTaskInstancesResult, error)
func GetWedataTaskInstancesOutput(ctx *Context, args *GetWedataTaskInstancesOutputArgs, opts ...InvokeOption) GetWedataTaskInstancesResultOutput> Note: This function is named GetWedataTaskInstances in the Go SDK.
public static class GetWedataTaskInstances
{
public static Task<GetWedataTaskInstancesResult> InvokeAsync(GetWedataTaskInstancesArgs args, InvokeOptions? opts = null)
public static Output<GetWedataTaskInstancesResult> Invoke(GetWedataTaskInstancesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetWedataTaskInstancesResult> getWedataTaskInstances(GetWedataTaskInstancesArgs args, InvokeOptions options)
public static Output<GetWedataTaskInstancesResult> getWedataTaskInstances(GetWedataTaskInstancesArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getWedataTaskInstances:getWedataTaskInstances
arguments:
# arguments dictionaryThe following arguments are supported:
- Project
Id string - Project ID.
- Cycle
Type string - Task cycle type * ONEOFF_CYCLE: One-time * YEAR_CYCLE: Year * MONTH_CYCLE: Month * WEEK_CYCLE: Week * DAY_CYCLE: Day * HOUR_CYCLE: Hour * MINUTE_CYCLE: Minute * CRONTAB_CYCLE: Crontab expression type.
- Executor
Group stringId - Executor resource group ID.
- Folder
Id string - Task folder ID.
- Id string
- Instance
State string - Instance status - WAIT_EVENT: Waiting for event - WAIT_UPSTREAM: Waiting for upstream - WAIT_RUN: Waiting to run - RUNNING: Running - SKIP_RUNNING: Skipped running - FAILED_RETRY: Failed retry - EXPIRED: Failed - COMPLETED: Success.
- Instance
Type double - Instance type - 0: Backfill type - 1: Periodic instance - 2: Non-periodic instance.
- Keyword string
- Task name or Task ID. Supports fuzzy search filtering. Multiple values separated by commas.
- Last
Update stringTime From - Instance last update time filter condition.Start time, format yyyy-MM-dd HH:mm:ss.
- Last
Update stringTime To - Instance last update time filter condition.End time, format yyyy-MM-dd HH:mm:ss.
- Owner
Uin string - Task owner ID.
- Result
Output stringFile - Used to save results.
- Schedule
Time stringFrom - Instance scheduled time filter condition Start time, format yyyy-MM-dd HH:mm:ss.
- Schedule
Time stringTo - Instance scheduled time filter condition End time, format yyyy-MM-dd HH:mm:ss.
- Sort
Column string - Result sorting field- SCHEDULE_DATE: Sort by scheduled time- START_TIME: Sort by execution start time- END_TIME: Sort by execution end time- COST_TIME: Sort by execution duration.
- Sort
Type string - Sorting order: - ASC; - DESC.
- Start
Time stringFrom - Instance execution start time filter condition Start time, format yyyy-MM-dd HH:mm:ss.
- Start
Time stringTo - Instance execution start time filter condition.End time, format yyyy-MM-dd HH:mm:ss.
- Task
Type doubleId - Task type ID.
- Time
Zone string - Time zone. The time zone of the input time string, default UTC+8.
- Workflow
Id string - Task workflow ID.
- Project
Id string - Project ID.
- Cycle
Type string - Task cycle type * ONEOFF_CYCLE: One-time * YEAR_CYCLE: Year * MONTH_CYCLE: Month * WEEK_CYCLE: Week * DAY_CYCLE: Day * HOUR_CYCLE: Hour * MINUTE_CYCLE: Minute * CRONTAB_CYCLE: Crontab expression type.
- Executor
Group stringId - Executor resource group ID.
- Folder
Id string - Task folder ID.
- Id string
- Instance
State string - Instance status - WAIT_EVENT: Waiting for event - WAIT_UPSTREAM: Waiting for upstream - WAIT_RUN: Waiting to run - RUNNING: Running - SKIP_RUNNING: Skipped running - FAILED_RETRY: Failed retry - EXPIRED: Failed - COMPLETED: Success.
- Instance
Type float64 - Instance type - 0: Backfill type - 1: Periodic instance - 2: Non-periodic instance.
- Keyword string
- Task name or Task ID. Supports fuzzy search filtering. Multiple values separated by commas.
- Last
Update stringTime From - Instance last update time filter condition.Start time, format yyyy-MM-dd HH:mm:ss.
- Last
Update stringTime To - Instance last update time filter condition.End time, format yyyy-MM-dd HH:mm:ss.
- Owner
Uin string - Task owner ID.
- Result
Output stringFile - Used to save results.
- Schedule
Time stringFrom - Instance scheduled time filter condition Start time, format yyyy-MM-dd HH:mm:ss.
- Schedule
Time stringTo - Instance scheduled time filter condition End time, format yyyy-MM-dd HH:mm:ss.
- Sort
Column string - Result sorting field- SCHEDULE_DATE: Sort by scheduled time- START_TIME: Sort by execution start time- END_TIME: Sort by execution end time- COST_TIME: Sort by execution duration.
- Sort
Type string - Sorting order: - ASC; - DESC.
- Start
Time stringFrom - Instance execution start time filter condition Start time, format yyyy-MM-dd HH:mm:ss.
- Start
Time stringTo - Instance execution start time filter condition.End time, format yyyy-MM-dd HH:mm:ss.
- Task
Type float64Id - Task type ID.
- Time
Zone string - Time zone. The time zone of the input time string, default UTC+8.
- Workflow
Id string - Task workflow ID.
- project
Id String - Project ID.
- cycle
Type String - Task cycle type * ONEOFF_CYCLE: One-time * YEAR_CYCLE: Year * MONTH_CYCLE: Month * WEEK_CYCLE: Week * DAY_CYCLE: Day * HOUR_CYCLE: Hour * MINUTE_CYCLE: Minute * CRONTAB_CYCLE: Crontab expression type.
- executor
Group StringId - Executor resource group ID.
- folder
Id String - Task folder ID.
- id String
- instance
State String - Instance status - WAIT_EVENT: Waiting for event - WAIT_UPSTREAM: Waiting for upstream - WAIT_RUN: Waiting to run - RUNNING: Running - SKIP_RUNNING: Skipped running - FAILED_RETRY: Failed retry - EXPIRED: Failed - COMPLETED: Success.
- instance
Type Double - Instance type - 0: Backfill type - 1: Periodic instance - 2: Non-periodic instance.
- keyword String
- Task name or Task ID. Supports fuzzy search filtering. Multiple values separated by commas.
- last
Update StringTime From - Instance last update time filter condition.Start time, format yyyy-MM-dd HH:mm:ss.
- last
Update StringTime To - Instance last update time filter condition.End time, format yyyy-MM-dd HH:mm:ss.
- owner
Uin String - Task owner ID.
- result
Output StringFile - Used to save results.
- schedule
Time StringFrom - Instance scheduled time filter condition Start time, format yyyy-MM-dd HH:mm:ss.
- schedule
Time StringTo - Instance scheduled time filter condition End time, format yyyy-MM-dd HH:mm:ss.
- sort
Column String - Result sorting field- SCHEDULE_DATE: Sort by scheduled time- START_TIME: Sort by execution start time- END_TIME: Sort by execution end time- COST_TIME: Sort by execution duration.
- sort
Type String - Sorting order: - ASC; - DESC.
- start
Time StringFrom - Instance execution start time filter condition Start time, format yyyy-MM-dd HH:mm:ss.
- start
Time StringTo - Instance execution start time filter condition.End time, format yyyy-MM-dd HH:mm:ss.
- task
Type DoubleId - Task type ID.
- time
Zone String - Time zone. The time zone of the input time string, default UTC+8.
- workflow
Id String - Task workflow ID.
- project
Id string - Project ID.
- cycle
Type string - Task cycle type * ONEOFF_CYCLE: One-time * YEAR_CYCLE: Year * MONTH_CYCLE: Month * WEEK_CYCLE: Week * DAY_CYCLE: Day * HOUR_CYCLE: Hour * MINUTE_CYCLE: Minute * CRONTAB_CYCLE: Crontab expression type.
- executor
Group stringId - Executor resource group ID.
- folder
Id string - Task folder ID.
- id string
- instance
State string - Instance status - WAIT_EVENT: Waiting for event - WAIT_UPSTREAM: Waiting for upstream - WAIT_RUN: Waiting to run - RUNNING: Running - SKIP_RUNNING: Skipped running - FAILED_RETRY: Failed retry - EXPIRED: Failed - COMPLETED: Success.
- instance
Type number - Instance type - 0: Backfill type - 1: Periodic instance - 2: Non-periodic instance.
- keyword string
- Task name or Task ID. Supports fuzzy search filtering. Multiple values separated by commas.
- last
Update stringTime From - Instance last update time filter condition.Start time, format yyyy-MM-dd HH:mm:ss.
- last
Update stringTime To - Instance last update time filter condition.End time, format yyyy-MM-dd HH:mm:ss.
- owner
Uin string - Task owner ID.
- result
Output stringFile - Used to save results.
- schedule
Time stringFrom - Instance scheduled time filter condition Start time, format yyyy-MM-dd HH:mm:ss.
- schedule
Time stringTo - Instance scheduled time filter condition End time, format yyyy-MM-dd HH:mm:ss.
- sort
Column string - Result sorting field- SCHEDULE_DATE: Sort by scheduled time- START_TIME: Sort by execution start time- END_TIME: Sort by execution end time- COST_TIME: Sort by execution duration.
- sort
Type string - Sorting order: - ASC; - DESC.
- start
Time stringFrom - Instance execution start time filter condition Start time, format yyyy-MM-dd HH:mm:ss.
- start
Time stringTo - Instance execution start time filter condition.End time, format yyyy-MM-dd HH:mm:ss.
- task
Type numberId - Task type ID.
- time
Zone string - Time zone. The time zone of the input time string, default UTC+8.
- workflow
Id string - Task workflow ID.
- project_
id str - Project ID.
- cycle_
type str - Task cycle type * ONEOFF_CYCLE: One-time * YEAR_CYCLE: Year * MONTH_CYCLE: Month * WEEK_CYCLE: Week * DAY_CYCLE: Day * HOUR_CYCLE: Hour * MINUTE_CYCLE: Minute * CRONTAB_CYCLE: Crontab expression type.
- executor_
group_ strid - Executor resource group ID.
- folder_
id str - Task folder ID.
- id str
- instance_
state str - Instance status - WAIT_EVENT: Waiting for event - WAIT_UPSTREAM: Waiting for upstream - WAIT_RUN: Waiting to run - RUNNING: Running - SKIP_RUNNING: Skipped running - FAILED_RETRY: Failed retry - EXPIRED: Failed - COMPLETED: Success.
- instance_
type float - Instance type - 0: Backfill type - 1: Periodic instance - 2: Non-periodic instance.
- keyword str
- Task name or Task ID. Supports fuzzy search filtering. Multiple values separated by commas.
- last_
update_ strtime_ from - Instance last update time filter condition.Start time, format yyyy-MM-dd HH:mm:ss.
- last_
update_ strtime_ to - Instance last update time filter condition.End time, format yyyy-MM-dd HH:mm:ss.
- owner_
uin str - Task owner ID.
- result_
output_ strfile - Used to save results.
- schedule_
time_ strfrom - Instance scheduled time filter condition Start time, format yyyy-MM-dd HH:mm:ss.
- schedule_
time_ strto - Instance scheduled time filter condition End time, format yyyy-MM-dd HH:mm:ss.
- sort_
column str - Result sorting field- SCHEDULE_DATE: Sort by scheduled time- START_TIME: Sort by execution start time- END_TIME: Sort by execution end time- COST_TIME: Sort by execution duration.
- sort_
type str - Sorting order: - ASC; - DESC.
- start_
time_ strfrom - Instance execution start time filter condition Start time, format yyyy-MM-dd HH:mm:ss.
- start_
time_ strto - Instance execution start time filter condition.End time, format yyyy-MM-dd HH:mm:ss.
- task_
type_ floatid - Task type ID.
- time_
zone str - Time zone. The time zone of the input time string, default UTC+8.
- workflow_
id str - Task workflow ID.
- project
Id String - Project ID.
- cycle
Type String - Task cycle type * ONEOFF_CYCLE: One-time * YEAR_CYCLE: Year * MONTH_CYCLE: Month * WEEK_CYCLE: Week * DAY_CYCLE: Day * HOUR_CYCLE: Hour * MINUTE_CYCLE: Minute * CRONTAB_CYCLE: Crontab expression type.
- executor
Group StringId - Executor resource group ID.
- folder
Id String - Task folder ID.
- id String
- instance
State String - Instance status - WAIT_EVENT: Waiting for event - WAIT_UPSTREAM: Waiting for upstream - WAIT_RUN: Waiting to run - RUNNING: Running - SKIP_RUNNING: Skipped running - FAILED_RETRY: Failed retry - EXPIRED: Failed - COMPLETED: Success.
- instance
Type Number - Instance type - 0: Backfill type - 1: Periodic instance - 2: Non-periodic instance.
- keyword String
- Task name or Task ID. Supports fuzzy search filtering. Multiple values separated by commas.
- last
Update StringTime From - Instance last update time filter condition.Start time, format yyyy-MM-dd HH:mm:ss.
- last
Update StringTime To - Instance last update time filter condition.End time, format yyyy-MM-dd HH:mm:ss.
- owner
Uin String - Task owner ID.
- result
Output StringFile - Used to save results.
- schedule
Time StringFrom - Instance scheduled time filter condition Start time, format yyyy-MM-dd HH:mm:ss.
- schedule
Time StringTo - Instance scheduled time filter condition End time, format yyyy-MM-dd HH:mm:ss.
- sort
Column String - Result sorting field- SCHEDULE_DATE: Sort by scheduled time- START_TIME: Sort by execution start time- END_TIME: Sort by execution end time- COST_TIME: Sort by execution duration.
- sort
Type String - Sorting order: - ASC; - DESC.
- start
Time StringFrom - Instance execution start time filter condition Start time, format yyyy-MM-dd HH:mm:ss.
- start
Time StringTo - Instance execution start time filter condition.End time, format yyyy-MM-dd HH:mm:ss.
- task
Type NumberId - Task type ID.
- time
Zone String - Time zone. The time zone of the input time string, default UTC+8.
- workflow
Id String - Task workflow ID.
getWedataTaskInstances Result
The following output properties are available:
- Datas
List<Get
Wedata Task Instances Data> - Instance result set.
- Id string
- Project
Id string - Cycle
Type string - Executor
Group stringId - Folder
Id string - Instance
State string - Instance
Type double - Keyword string
- Last
Update stringTime From - Last
Update stringTime To - Owner
Uin string - Result
Output stringFile - Schedule
Time stringFrom - Schedule
Time stringTo - Sort
Column string - Sort
Type string - Start
Time stringFrom - Start
Time stringTo - Task
Type doubleId - Time
Zone string - Workflow
Id string
- Datas
[]Get
Wedata Task Instances Data - Instance result set.
- Id string
- Project
Id string - Cycle
Type string - Executor
Group stringId - Folder
Id string - Instance
State string - Instance
Type float64 - Keyword string
- Last
Update stringTime From - Last
Update stringTime To - Owner
Uin string - Result
Output stringFile - Schedule
Time stringFrom - Schedule
Time stringTo - Sort
Column string - Sort
Type string - Start
Time stringFrom - Start
Time stringTo - Task
Type float64Id - Time
Zone string - Workflow
Id string
- datas
List<Get
Wedata Task Instances Data> - Instance result set.
- id String
- project
Id String - cycle
Type String - executor
Group StringId - folder
Id String - instance
State String - instance
Type Double - keyword String
- last
Update StringTime From - last
Update StringTime To - owner
Uin String - result
Output StringFile - schedule
Time StringFrom - schedule
Time StringTo - sort
Column String - sort
Type String - start
Time StringFrom - start
Time StringTo - task
Type DoubleId - time
Zone String - workflow
Id String
- datas
Get
Wedata Task Instances Data[] - Instance result set.
- id string
- project
Id string - cycle
Type string - executor
Group stringId - folder
Id string - instance
State string - instance
Type number - keyword string
- last
Update stringTime From - last
Update stringTime To - owner
Uin string - result
Output stringFile - schedule
Time stringFrom - schedule
Time stringTo - sort
Column string - sort
Type string - start
Time stringFrom - start
Time stringTo - task
Type numberId - time
Zone string - workflow
Id string
- datas
Sequence[Get
Wedata Task Instances Data] - Instance result set.
- id str
- project_
id str - cycle_
type str - executor_
group_ strid - folder_
id str - instance_
state str - instance_
type float - keyword str
- last_
update_ strtime_ from - last_
update_ strtime_ to - owner_
uin str - result_
output_ strfile - schedule_
time_ strfrom - schedule_
time_ strto - sort_
column str - sort_
type str - start_
time_ strfrom - start_
time_ strto - task_
type_ floatid - time_
zone str - workflow_
id str
- datas List<Property Map>
- Instance result set.
- id String
- project
Id String - cycle
Type String - executor
Group StringId - folder
Id String - instance
State String - instance
Type Number - keyword String
- last
Update StringTime From - last
Update StringTime To - owner
Uin String - result
Output StringFile - schedule
Time StringFrom - schedule
Time StringTo - sort
Column String - sort
Type String - start
Time StringFrom - start
Time StringTo - task
Type NumberId - time
Zone String - workflow
Id String
Supporting Types
GetWedataTaskInstancesData
- Items
List<Get
Wedata Task Instances Data Item> - Page
Number double - Page
Size double - Total
Count double - Total
Page doubleNumber
- Items
[]Get
Wedata Task Instances Data Item - Page
Number float64 - Page
Size float64 - Total
Count float64 - Total
Page float64Number
- items
List<Get
Wedata Task Instances Data Item> - page
Number Double - page
Size Double - total
Count Double - total
Page DoubleNumber
- items
Get
Wedata Task Instances Data Item[] - page
Number number - page
Size number - total
Count number - total
Page numberNumber
- items
Sequence[Get
Wedata Task Instances Data Item] - page_
number float - page_
size float - total_
count float - total_
page_ floatnumber
- items List<Property Map>
- page
Number Number - page
Size Number - total
Count Number - total
Page NumberNumber
GetWedataTaskInstancesDataItem
- Cost
Time double - Cur
Run stringDate - Cycle
Type string - Task cycle type * ONEOFF_CYCLE: One-time * YEAR_CYCLE: Year * MONTH_CYCLE: Month * WEEK_CYCLE: Week * DAY_CYCLE: Day * HOUR_CYCLE: Hour * MINUTE_CYCLE: Minute * CRONTAB_CYCLE: Crontab expression type.
- End
Time string - Executor
Group stringId - Executor resource group ID.
- Executor
Group stringName - Folder
Id string - Task folder ID.
- Folder
Name string - Instance
Key string - Instance
State string - Instance status - WAIT_EVENT: Waiting for event - WAIT_UPSTREAM: Waiting for upstream - WAIT_RUN: Waiting to run - RUNNING: Running - SKIP_RUNNING: Skipped running - FAILED_RETRY: Failed retry - EXPIRED: Failed - COMPLETED: Success.
- Instance
Type double - Instance type - 0: Backfill type - 1: Periodic instance - 2: Non-periodic instance.
- Last
Update stringTime - Owner
Uin List<string>Lists - Project
Id string - Project ID.
- Scheduler
Time string - Start
Time string - Task
Id string - Task
Name string - Task
Type string - Task
Type doubleId - Task type ID.
- Total
Run doubleNum - Tries double
- Try
Limit double - Workflow
Id string - Task workflow ID.
- Workflow
Name string
- Cost
Time float64 - Cur
Run stringDate - Cycle
Type string - Task cycle type * ONEOFF_CYCLE: One-time * YEAR_CYCLE: Year * MONTH_CYCLE: Month * WEEK_CYCLE: Week * DAY_CYCLE: Day * HOUR_CYCLE: Hour * MINUTE_CYCLE: Minute * CRONTAB_CYCLE: Crontab expression type.
- End
Time string - Executor
Group stringId - Executor resource group ID.
- Executor
Group stringName - Folder
Id string - Task folder ID.
- Folder
Name string - Instance
Key string - Instance
State string - Instance status - WAIT_EVENT: Waiting for event - WAIT_UPSTREAM: Waiting for upstream - WAIT_RUN: Waiting to run - RUNNING: Running - SKIP_RUNNING: Skipped running - FAILED_RETRY: Failed retry - EXPIRED: Failed - COMPLETED: Success.
- Instance
Type float64 - Instance type - 0: Backfill type - 1: Periodic instance - 2: Non-periodic instance.
- Last
Update stringTime - Owner
Uin []stringLists - Project
Id string - Project ID.
- Scheduler
Time string - Start
Time string - Task
Id string - Task
Name string - Task
Type string - Task
Type float64Id - Task type ID.
- Total
Run float64Num - Tries float64
- Try
Limit float64 - Workflow
Id string - Task workflow ID.
- Workflow
Name string
- cost
Time Double - cur
Run StringDate - cycle
Type String - Task cycle type * ONEOFF_CYCLE: One-time * YEAR_CYCLE: Year * MONTH_CYCLE: Month * WEEK_CYCLE: Week * DAY_CYCLE: Day * HOUR_CYCLE: Hour * MINUTE_CYCLE: Minute * CRONTAB_CYCLE: Crontab expression type.
- end
Time String - executor
Group StringId - Executor resource group ID.
- executor
Group StringName - folder
Id String - Task folder ID.
- folder
Name String - instance
Key String - instance
State String - Instance status - WAIT_EVENT: Waiting for event - WAIT_UPSTREAM: Waiting for upstream - WAIT_RUN: Waiting to run - RUNNING: Running - SKIP_RUNNING: Skipped running - FAILED_RETRY: Failed retry - EXPIRED: Failed - COMPLETED: Success.
- instance
Type Double - Instance type - 0: Backfill type - 1: Periodic instance - 2: Non-periodic instance.
- last
Update StringTime - owner
Uin List<String>Lists - project
Id String - Project ID.
- scheduler
Time String - start
Time String - task
Id String - task
Name String - task
Type String - task
Type DoubleId - Task type ID.
- total
Run DoubleNum - tries Double
- try
Limit Double - workflow
Id String - Task workflow ID.
- workflow
Name String
- cost
Time number - cur
Run stringDate - cycle
Type string - Task cycle type * ONEOFF_CYCLE: One-time * YEAR_CYCLE: Year * MONTH_CYCLE: Month * WEEK_CYCLE: Week * DAY_CYCLE: Day * HOUR_CYCLE: Hour * MINUTE_CYCLE: Minute * CRONTAB_CYCLE: Crontab expression type.
- end
Time string - executor
Group stringId - Executor resource group ID.
- executor
Group stringName - folder
Id string - Task folder ID.
- folder
Name string - instance
Key string - instance
State string - Instance status - WAIT_EVENT: Waiting for event - WAIT_UPSTREAM: Waiting for upstream - WAIT_RUN: Waiting to run - RUNNING: Running - SKIP_RUNNING: Skipped running - FAILED_RETRY: Failed retry - EXPIRED: Failed - COMPLETED: Success.
- instance
Type number - Instance type - 0: Backfill type - 1: Periodic instance - 2: Non-periodic instance.
- last
Update stringTime - owner
Uin string[]Lists - project
Id string - Project ID.
- scheduler
Time string - start
Time string - task
Id string - task
Name string - task
Type string - task
Type numberId - Task type ID.
- total
Run numberNum - tries number
- try
Limit number - workflow
Id string - Task workflow ID.
- workflow
Name string
- cost_
time float - cur_
run_ strdate - cycle_
type str - Task cycle type * ONEOFF_CYCLE: One-time * YEAR_CYCLE: Year * MONTH_CYCLE: Month * WEEK_CYCLE: Week * DAY_CYCLE: Day * HOUR_CYCLE: Hour * MINUTE_CYCLE: Minute * CRONTAB_CYCLE: Crontab expression type.
- end_
time str - executor_
group_ strid - Executor resource group ID.
- executor_
group_ strname - folder_
id str - Task folder ID.
- folder_
name str - instance_
key str - instance_
state str - Instance status - WAIT_EVENT: Waiting for event - WAIT_UPSTREAM: Waiting for upstream - WAIT_RUN: Waiting to run - RUNNING: Running - SKIP_RUNNING: Skipped running - FAILED_RETRY: Failed retry - EXPIRED: Failed - COMPLETED: Success.
- instance_
type float - Instance type - 0: Backfill type - 1: Periodic instance - 2: Non-periodic instance.
- last_
update_ strtime - owner_
uin_ Sequence[str]lists - project_
id str - Project ID.
- scheduler_
time str - start_
time str - task_
id str - task_
name str - task_
type str - task_
type_ floatid - Task type ID.
- total_
run_ floatnum - tries float
- try_
limit float - workflow_
id str - Task workflow ID.
- workflow_
name str
- cost
Time Number - cur
Run StringDate - cycle
Type String - Task cycle type * ONEOFF_CYCLE: One-time * YEAR_CYCLE: Year * MONTH_CYCLE: Month * WEEK_CYCLE: Week * DAY_CYCLE: Day * HOUR_CYCLE: Hour * MINUTE_CYCLE: Minute * CRONTAB_CYCLE: Crontab expression type.
- end
Time String - executor
Group StringId - Executor resource group ID.
- executor
Group StringName - folder
Id String - Task folder ID.
- folder
Name String - instance
Key String - instance
State String - Instance status - WAIT_EVENT: Waiting for event - WAIT_UPSTREAM: Waiting for upstream - WAIT_RUN: Waiting to run - RUNNING: Running - SKIP_RUNNING: Skipped running - FAILED_RETRY: Failed retry - EXPIRED: Failed - COMPLETED: Success.
- instance
Type Number - Instance type - 0: Backfill type - 1: Periodic instance - 2: Non-periodic instance.
- last
Update StringTime - owner
Uin List<String>Lists - project
Id String - Project ID.
- scheduler
Time String - start
Time String - task
Id String - task
Name String - task
Type String - task
Type NumberId - Task type ID.
- total
Run NumberNum - tries Number
- try
Limit Number - workflow
Id String - Task workflow ID.
- workflow
Name String
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
