1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. getWedataOpsUpstreamTasks
tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack

tencentcloud.getWedataOpsUpstreamTasks

Start a Neo task
Explain and create a tencentcloud.getWedataOpsUpstreamTasks resource
tencentcloud logo
tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack

    Use this data source to query detailed information of wedata ops upstream task

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as tencentcloud from "@pulumi/tencentcloud";
    
    const wedataOpsUpstreamTasks = tencentcloud.getWedataOpsUpstreamTasks({
        projectId: "1859317240494305280",
        taskId: "20250820150144998",
    });
    
    import pulumi
    import pulumi_tencentcloud as tencentcloud
    
    wedata_ops_upstream_tasks = tencentcloud.get_wedata_ops_upstream_tasks(project_id="1859317240494305280",
        task_id="20250820150144998")
    
    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.GetWedataOpsUpstreamTasks(ctx, &tencentcloud.GetWedataOpsUpstreamTasksArgs{
    			ProjectId: "1859317240494305280",
    			TaskId:    "20250820150144998",
    		}, 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 wedataOpsUpstreamTasks = Tencentcloud.GetWedataOpsUpstreamTasks.Invoke(new()
        {
            ProjectId = "1859317240494305280",
            TaskId = "20250820150144998",
        });
    
    });
    
    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.GetWedataOpsUpstreamTasksArgs;
    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 wedataOpsUpstreamTasks = TencentcloudFunctions.getWedataOpsUpstreamTasks(GetWedataOpsUpstreamTasksArgs.builder()
                .projectId("1859317240494305280")
                .taskId("20250820150144998")
                .build());
    
        }
    }
    
    variables:
      wedataOpsUpstreamTasks:
        fn::invoke:
          function: tencentcloud:getWedataOpsUpstreamTasks
          arguments:
            projectId: '1859317240494305280'
            taskId: '20250820150144998'
    

    Using getWedataOpsUpstreamTasks

    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 getWedataOpsUpstreamTasks(args: GetWedataOpsUpstreamTasksArgs, opts?: InvokeOptions): Promise<GetWedataOpsUpstreamTasksResult>
    function getWedataOpsUpstreamTasksOutput(args: GetWedataOpsUpstreamTasksOutputArgs, opts?: InvokeOptions): Output<GetWedataOpsUpstreamTasksResult>
    def get_wedata_ops_upstream_tasks(id: Optional[str] = None,
                                      project_id: Optional[str] = None,
                                      result_output_file: Optional[str] = None,
                                      task_id: Optional[str] = None,
                                      opts: Optional[InvokeOptions] = None) -> GetWedataOpsUpstreamTasksResult
    def get_wedata_ops_upstream_tasks_output(id: Optional[pulumi.Input[str]] = None,
                                      project_id: Optional[pulumi.Input[str]] = None,
                                      result_output_file: Optional[pulumi.Input[str]] = None,
                                      task_id: Optional[pulumi.Input[str]] = None,
                                      opts: Optional[InvokeOptions] = None) -> Output[GetWedataOpsUpstreamTasksResult]
    func GetWedataOpsUpstreamTasks(ctx *Context, args *GetWedataOpsUpstreamTasksArgs, opts ...InvokeOption) (*GetWedataOpsUpstreamTasksResult, error)
    func GetWedataOpsUpstreamTasksOutput(ctx *Context, args *GetWedataOpsUpstreamTasksOutputArgs, opts ...InvokeOption) GetWedataOpsUpstreamTasksResultOutput

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

    public static class GetWedataOpsUpstreamTasks 
    {
        public static Task<GetWedataOpsUpstreamTasksResult> InvokeAsync(GetWedataOpsUpstreamTasksArgs args, InvokeOptions? opts = null)
        public static Output<GetWedataOpsUpstreamTasksResult> Invoke(GetWedataOpsUpstreamTasksInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetWedataOpsUpstreamTasksResult> getWedataOpsUpstreamTasks(GetWedataOpsUpstreamTasksArgs args, InvokeOptions options)
    public static Output<GetWedataOpsUpstreamTasksResult> getWedataOpsUpstreamTasks(GetWedataOpsUpstreamTasksArgs args, InvokeOptions options)
    
    fn::invoke:
      function: tencentcloud:index/getWedataOpsUpstreamTasks:getWedataOpsUpstreamTasks
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ProjectId string
    Project ID.
    TaskId string
    Task ID.
    Id string
    ResultOutputFile string
    Used to save results.
    ProjectId string
    Project ID.
    TaskId string
    Task ID.
    Id string
    ResultOutputFile string
    Used to save results.
    projectId String
    Project ID.
    taskId String
    Task ID.
    id String
    resultOutputFile String
    Used to save results.
    projectId string
    Project ID.
    taskId string
    Task ID.
    id string
    resultOutputFile string
    Used to save results.
    project_id str
    Project ID.
    task_id str
    Task ID.
    id str
    result_output_file str
    Used to save results.
    projectId String
    Project ID.
    taskId String
    Task ID.
    id String
    resultOutputFile String
    Used to save results.

    getWedataOpsUpstreamTasks Result

    The following output properties are available:

    Datas List<GetWedataOpsUpstreamTasksData>
    Upstream task details.
    Id string
    ProjectId string
    TaskId string
    ResultOutputFile string
    Datas []GetWedataOpsUpstreamTasksData
    Upstream task details.
    Id string
    ProjectId string
    TaskId string
    ResultOutputFile string
    datas List<GetWedataOpsUpstreamTasksData>
    Upstream task details.
    id String
    projectId String
    taskId String
    resultOutputFile String
    datas GetWedataOpsUpstreamTasksData[]
    Upstream task details.
    id string
    projectId string
    taskId string
    resultOutputFile string
    datas List<Property Map>
    Upstream task details.
    id String
    projectId String
    taskId String
    resultOutputFile String

    Supporting Types

    GetWedataOpsUpstreamTasksData

    GetWedataOpsUpstreamTasksDataItem

    CycleType string
    ExecutionEndTime string
    ExecutionStartTime string
    FirstRunTime string
    FirstSubmitTime string
    FolderId string
    FolderName string
    OwnerUin string
    ProjectId string
    Project ID.
    ProjectName string
    ScheduleDesc string
    Status string
    TaskId string
    Task ID.
    TaskName string
    TaskTypeDesc string
    TaskTypeId double
    WorkflowId string
    WorkflowName string
    CycleType string
    ExecutionEndTime string
    ExecutionStartTime string
    FirstRunTime string
    FirstSubmitTime string
    FolderId string
    FolderName string
    OwnerUin string
    ProjectId string
    Project ID.
    ProjectName string
    ScheduleDesc string
    Status string
    TaskId string
    Task ID.
    TaskName string
    TaskTypeDesc string
    TaskTypeId float64
    WorkflowId string
    WorkflowName string
    cycleType String
    executionEndTime String
    executionStartTime String
    firstRunTime String
    firstSubmitTime String
    folderId String
    folderName String
    ownerUin String
    projectId String
    Project ID.
    projectName String
    scheduleDesc String
    status String
    taskId String
    Task ID.
    taskName String
    taskTypeDesc String
    taskTypeId Double
    workflowId String
    workflowName String
    cycleType string
    executionEndTime string
    executionStartTime string
    firstRunTime string
    firstSubmitTime string
    folderId string
    folderName string
    ownerUin string
    projectId string
    Project ID.
    projectName string
    scheduleDesc string
    status string
    taskId string
    Task ID.
    taskName string
    taskTypeDesc string
    taskTypeId number
    workflowId string
    workflowName string
    cycleType String
    executionEndTime String
    executionStartTime String
    firstRunTime String
    firstSubmitTime String
    folderId String
    folderName String
    ownerUin String
    projectId String
    Project ID.
    projectName String
    scheduleDesc String
    status String
    taskId String
    Task ID.
    taskName String
    taskTypeDesc String
    taskTypeId Number
    workflowId String
    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.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
      Meet Neo: Your AI Platform Teammate