1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. getWedataTasks
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack

tencentcloud.getWedataTasks

Start a Neo task
Explain and create a tencentcloud.getWedataTasks resource
tencentcloud logo
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack

    Use this data source to query detailed information of wedata wedata_tasks

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as tencentcloud from "@pulumi/tencentcloud";
    
    const wedataTasks = tencentcloud.getWedataTasks({
        projectId: "2905622749543821312",
    });
    
    import pulumi
    import pulumi_tencentcloud as tencentcloud
    
    wedata_tasks = tencentcloud.get_wedata_tasks(project_id="2905622749543821312")
    
    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.GetWedataTasks(ctx, &tencentcloud.GetWedataTasksArgs{
    			ProjectId: "2905622749543821312",
    		}, 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 wedataTasks = Tencentcloud.GetWedataTasks.Invoke(new()
        {
            ProjectId = "2905622749543821312",
        });
    
    });
    
    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.GetWedataTasksArgs;
    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 wedataTasks = TencentcloudFunctions.getWedataTasks(GetWedataTasksArgs.builder()
                .projectId("2905622749543821312")
                .build());
    
        }
    }
    
    variables:
      wedataTasks:
        fn::invoke:
          function: tencentcloud:getWedataTasks
          arguments:
            projectId: 2.9056227495438213e+18
    

    Using getWedataTasks

    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 getWedataTasks(args: GetWedataTasksArgs, opts?: InvokeOptions): Promise<GetWedataTasksResult>
    function getWedataTasksOutput(args: GetWedataTasksOutputArgs, opts?: InvokeOptions): Output<GetWedataTasksResult>
    def get_wedata_tasks(bundle_id: Optional[str] = None,
                         create_times: Optional[Sequence[str]] = None,
                         create_user_uin: Optional[str] = None,
                         id: Optional[str] = None,
                         modify_times: Optional[Sequence[str]] = None,
                         owner_uin: Optional[str] = None,
                         project_id: Optional[str] = None,
                         result_output_file: Optional[str] = None,
                         status: Optional[str] = None,
                         submit: Optional[bool] = None,
                         task_name: Optional[str] = None,
                         task_type_id: Optional[float] = None,
                         workflow_id: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetWedataTasksResult
    def get_wedata_tasks_output(bundle_id: Optional[pulumi.Input[str]] = None,
                         create_times: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                         create_user_uin: Optional[pulumi.Input[str]] = None,
                         id: Optional[pulumi.Input[str]] = None,
                         modify_times: Optional[pulumi.Input[Sequence[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,
                         status: Optional[pulumi.Input[str]] = None,
                         submit: Optional[pulumi.Input[bool]] = None,
                         task_name: Optional[pulumi.Input[str]] = None,
                         task_type_id: Optional[pulumi.Input[float]] = None,
                         workflow_id: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetWedataTasksResult]
    func GetWedataTasks(ctx *Context, args *GetWedataTasksArgs, opts ...InvokeOption) (*GetWedataTasksResult, error)
    func GetWedataTasksOutput(ctx *Context, args *GetWedataTasksOutputArgs, opts ...InvokeOption) GetWedataTasksResultOutput

    > Note: This function is named GetWedataTasks in the Go SDK.

    public static class GetWedataTasks 
    {
        public static Task<GetWedataTasksResult> InvokeAsync(GetWedataTasksArgs args, InvokeOptions? opts = null)
        public static Output<GetWedataTasksResult> Invoke(GetWedataTasksInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetWedataTasksResult> getWedataTasks(GetWedataTasksArgs args, InvokeOptions options)
    public static Output<GetWedataTasksResult> getWedataTasks(GetWedataTasksArgs args, InvokeOptions options)
    
    fn::invoke:
      function: tencentcloud:index/getWedataTasks:getWedataTasks
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ProjectId string
    Project ID.
    BundleId string
    Bundle id.
    CreateTimes List<string>
    Creation time range (yyyy-MM-dd HH:MM:ss). Two time values must be provided in the array.
    CreateUserUin string
    Creator ID.
    Id string
    ModifyTimes List<string>
    Modification time range (yyyy-MM-dd HH:mm:ss). Two time values must be provided in the array.
    OwnerUin string
    Owner ID.
    ResultOutputFile string
    Used to save results.
    Status string
    Task Status:

    • N: New
    • Y: Scheduling
    • F: Offline
    • O: Paused
    • T: Offlining
    • INVALID: Invalid.
    Submit bool
    Submission status.
    TaskName string
    Task name.
    TaskTypeId double
    Task type.
    WorkflowId string
    Workflow ID.
    ProjectId string
    Project ID.
    BundleId string
    Bundle id.
    CreateTimes []string
    Creation time range (yyyy-MM-dd HH:MM:ss). Two time values must be provided in the array.
    CreateUserUin string
    Creator ID.
    Id string
    ModifyTimes []string
    Modification time range (yyyy-MM-dd HH:mm:ss). Two time values must be provided in the array.
    OwnerUin string
    Owner ID.
    ResultOutputFile string
    Used to save results.
    Status string
    Task Status:

    • N: New
    • Y: Scheduling
    • F: Offline
    • O: Paused
    • T: Offlining
    • INVALID: Invalid.
    Submit bool
    Submission status.
    TaskName string
    Task name.
    TaskTypeId float64
    Task type.
    WorkflowId string
    Workflow ID.
    projectId String
    Project ID.
    bundleId String
    Bundle id.
    createTimes List<String>
    Creation time range (yyyy-MM-dd HH:MM:ss). Two time values must be provided in the array.
    createUserUin String
    Creator ID.
    id String
    modifyTimes List<String>
    Modification time range (yyyy-MM-dd HH:mm:ss). Two time values must be provided in the array.
    ownerUin String
    Owner ID.
    resultOutputFile String
    Used to save results.
    status String
    Task Status:

    • N: New
    • Y: Scheduling
    • F: Offline
    • O: Paused
    • T: Offlining
    • INVALID: Invalid.
    submit Boolean
    Submission status.
    taskName String
    Task name.
    taskTypeId Double
    Task type.
    workflowId String
    Workflow ID.
    projectId string
    Project ID.
    bundleId string
    Bundle id.
    createTimes string[]
    Creation time range (yyyy-MM-dd HH:MM:ss). Two time values must be provided in the array.
    createUserUin string
    Creator ID.
    id string
    modifyTimes string[]
    Modification time range (yyyy-MM-dd HH:mm:ss). Two time values must be provided in the array.
    ownerUin string
    Owner ID.
    resultOutputFile string
    Used to save results.
    status string
    Task Status:

    • N: New
    • Y: Scheduling
    • F: Offline
    • O: Paused
    • T: Offlining
    • INVALID: Invalid.
    submit boolean
    Submission status.
    taskName string
    Task name.
    taskTypeId number
    Task type.
    workflowId string
    Workflow ID.
    project_id str
    Project ID.
    bundle_id str
    Bundle id.
    create_times Sequence[str]
    Creation time range (yyyy-MM-dd HH:MM:ss). Two time values must be provided in the array.
    create_user_uin str
    Creator ID.
    id str
    modify_times Sequence[str]
    Modification time range (yyyy-MM-dd HH:mm:ss). Two time values must be provided in the array.
    owner_uin str
    Owner ID.
    result_output_file str
    Used to save results.
    status str
    Task Status:

    • N: New
    • Y: Scheduling
    • F: Offline
    • O: Paused
    • T: Offlining
    • INVALID: Invalid.
    submit bool
    Submission status.
    task_name str
    Task name.
    task_type_id float
    Task type.
    workflow_id str
    Workflow ID.
    projectId String
    Project ID.
    bundleId String
    Bundle id.
    createTimes List<String>
    Creation time range (yyyy-MM-dd HH:MM:ss). Two time values must be provided in the array.
    createUserUin String
    Creator ID.
    id String
    modifyTimes List<String>
    Modification time range (yyyy-MM-dd HH:mm:ss). Two time values must be provided in the array.
    ownerUin String
    Owner ID.
    resultOutputFile String
    Used to save results.
    status String
    Task Status:

    • N: New
    • Y: Scheduling
    • F: Offline
    • O: Paused
    • T: Offlining
    • INVALID: Invalid.
    submit Boolean
    Submission status.
    taskName String
    Task name.
    taskTypeId Number
    Task type.
    workflowId String
    Workflow ID.

    getWedataTasks Result

    The following output properties are available:

    Datas List<GetWedataTasksData>
    Describes the task pagination information.
    Id string
    ProjectId string
    BundleId string
    CreateTimes List<string>
    CreateUserUin string
    ModifyTimes List<string>
    OwnerUin string
    ResultOutputFile string
    Status string
    Submit bool
    TaskName string
    TaskTypeId double
    WorkflowId string
    Datas []GetWedataTasksData
    Describes the task pagination information.
    Id string
    ProjectId string
    BundleId string
    CreateTimes []string
    CreateUserUin string
    ModifyTimes []string
    OwnerUin string
    ResultOutputFile string
    Status string
    Submit bool
    TaskName string
    TaskTypeId float64
    WorkflowId string
    datas List<GetWedataTasksData>
    Describes the task pagination information.
    id String
    projectId String
    bundleId String
    createTimes List<String>
    createUserUin String
    modifyTimes List<String>
    ownerUin String
    resultOutputFile String
    status String
    submit Boolean
    taskName String
    taskTypeId Double
    workflowId String
    datas GetWedataTasksData[]
    Describes the task pagination information.
    id string
    projectId string
    bundleId string
    createTimes string[]
    createUserUin string
    modifyTimes string[]
    ownerUin string
    resultOutputFile string
    status string
    submit boolean
    taskName string
    taskTypeId number
    workflowId string
    datas Sequence[GetWedataTasksData]
    Describes the task pagination information.
    id str
    project_id str
    bundle_id str
    create_times Sequence[str]
    create_user_uin str
    modify_times Sequence[str]
    owner_uin str
    result_output_file str
    status str
    submit bool
    task_name str
    task_type_id float
    workflow_id str
    datas List<Property Map>
    Describes the task pagination information.
    id String
    projectId String
    bundleId String
    createTimes List<String>
    createUserUin String
    modifyTimes List<String>
    ownerUin String
    resultOutputFile String
    status String
    submit Boolean
    taskName String
    taskTypeId Number
    workflowId String

    Supporting Types

    GetWedataTasksData

    CreateTime string
    Creation time range (yyyy-MM-dd HH:MM:ss). Two time values must be provided in the array.
    CreateUserUin string
    Creator ID.
    LastOpsTime string
    LastOpsUserName string
    LastUpdateTime string
    LastUpdateUserName string
    OwnerUin string
    Owner ID.
    Status string
    Task Status:

    • N: New
    • Y: Scheduling
    • F: Offline
    • O: Paused
    • T: Offlining
    • INVALID: Invalid.
    Submit bool
    Submission status.
    TaskDescription string
    TaskId string
    TaskLatestSubmitVersionNo string
    TaskLatestVersionNo string
    TaskName string
    Task name.
    TaskTypeId double
    Task type.
    UpdateUserUin string
    WorkflowId string
    Workflow ID.
    WorkflowName string
    CreateTime string
    Creation time range (yyyy-MM-dd HH:MM:ss). Two time values must be provided in the array.
    CreateUserUin string
    Creator ID.
    LastOpsTime string
    LastOpsUserName string
    LastUpdateTime string
    LastUpdateUserName string
    OwnerUin string
    Owner ID.
    Status string
    Task Status:

    • N: New
    • Y: Scheduling
    • F: Offline
    • O: Paused
    • T: Offlining
    • INVALID: Invalid.
    Submit bool
    Submission status.
    TaskDescription string
    TaskId string
    TaskLatestSubmitVersionNo string
    TaskLatestVersionNo string
    TaskName string
    Task name.
    TaskTypeId float64
    Task type.
    UpdateUserUin string
    WorkflowId string
    Workflow ID.
    WorkflowName string
    createTime String
    Creation time range (yyyy-MM-dd HH:MM:ss). Two time values must be provided in the array.
    createUserUin String
    Creator ID.
    lastOpsTime String
    lastOpsUserName String
    lastUpdateTime String
    lastUpdateUserName String
    ownerUin String
    Owner ID.
    status String
    Task Status:

    • N: New
    • Y: Scheduling
    • F: Offline
    • O: Paused
    • T: Offlining
    • INVALID: Invalid.
    submit Boolean
    Submission status.
    taskDescription String
    taskId String
    taskLatestSubmitVersionNo String
    taskLatestVersionNo String
    taskName String
    Task name.
    taskTypeId Double
    Task type.
    updateUserUin String
    workflowId String
    Workflow ID.
    workflowName String
    createTime string
    Creation time range (yyyy-MM-dd HH:MM:ss). Two time values must be provided in the array.
    createUserUin string
    Creator ID.
    lastOpsTime string
    lastOpsUserName string
    lastUpdateTime string
    lastUpdateUserName string
    ownerUin string
    Owner ID.
    status string
    Task Status:

    • N: New
    • Y: Scheduling
    • F: Offline
    • O: Paused
    • T: Offlining
    • INVALID: Invalid.
    submit boolean
    Submission status.
    taskDescription string
    taskId string
    taskLatestSubmitVersionNo string
    taskLatestVersionNo string
    taskName string
    Task name.
    taskTypeId number
    Task type.
    updateUserUin string
    workflowId string
    Workflow ID.
    workflowName string
    create_time str
    Creation time range (yyyy-MM-dd HH:MM:ss). Two time values must be provided in the array.
    create_user_uin str
    Creator ID.
    last_ops_time str
    last_ops_user_name str
    last_update_time str
    last_update_user_name str
    owner_uin str
    Owner ID.
    status str
    Task Status:

    • N: New
    • Y: Scheduling
    • F: Offline
    • O: Paused
    • T: Offlining
    • INVALID: Invalid.
    submit bool
    Submission status.
    task_description str
    task_id str
    task_latest_submit_version_no str
    task_latest_version_no str
    task_name str
    Task name.
    task_type_id float
    Task type.
    update_user_uin str
    workflow_id str
    Workflow ID.
    workflow_name str
    createTime String
    Creation time range (yyyy-MM-dd HH:MM:ss). Two time values must be provided in the array.
    createUserUin String
    Creator ID.
    lastOpsTime String
    lastOpsUserName String
    lastUpdateTime String
    lastUpdateUserName String
    ownerUin String
    Owner ID.
    status String
    Task Status:

    • N: New
    • Y: Scheduling
    • F: Offline
    • O: Paused
    • T: Offlining
    • INVALID: Invalid.
    submit Boolean
    Submission status.
    taskDescription String
    taskId String
    taskLatestSubmitVersionNo String
    taskLatestVersionNo String
    taskName String
    Task name.
    taskTypeId Number
    Task type.
    updateUserUin String
    workflowId String
    Workflow ID.
    workflowName String

    Package Details

    Repository
    tencentcloud tencentcloudstack/terraform-provider-tencentcloud
    License
    Notes
    This Pulumi package is based on the tencentcloud Terraform Provider.
    tencentcloud logo
    tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
      Meet Neo: Your AI Platform Teammate