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

tencentcloud.getWedataOpsWorkflow

Start a Neo task
Explain and create a tencentcloud.getWedataOpsWorkflow 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 workflow

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as tencentcloud from "@pulumi/tencentcloud";
    
    const wedataOpsWorkflow = tencentcloud.getWedataOpsWorkflow({
        projectId: "2905622749543821312",
        workflowId: "f328ab83-62e1-4b0a-9a18-a79b42722792",
    });
    
    import pulumi
    import pulumi_tencentcloud as tencentcloud
    
    wedata_ops_workflow = tencentcloud.get_wedata_ops_workflow(project_id="2905622749543821312",
        workflow_id="f328ab83-62e1-4b0a-9a18-a79b42722792")
    
    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.GetWedataOpsWorkflow(ctx, &tencentcloud.GetWedataOpsWorkflowArgs{
    			ProjectId:  "2905622749543821312",
    			WorkflowId: "f328ab83-62e1-4b0a-9a18-a79b42722792",
    		}, 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 wedataOpsWorkflow = Tencentcloud.GetWedataOpsWorkflow.Invoke(new()
        {
            ProjectId = "2905622749543821312",
            WorkflowId = "f328ab83-62e1-4b0a-9a18-a79b42722792",
        });
    
    });
    
    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.GetWedataOpsWorkflowArgs;
    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 wedataOpsWorkflow = TencentcloudFunctions.getWedataOpsWorkflow(GetWedataOpsWorkflowArgs.builder()
                .projectId("2905622749543821312")
                .workflowId("f328ab83-62e1-4b0a-9a18-a79b42722792")
                .build());
    
        }
    }
    
    variables:
      wedataOpsWorkflow:
        fn::invoke:
          function: tencentcloud:getWedataOpsWorkflow
          arguments:
            projectId: '2905622749543821312'
            workflowId: f328ab83-62e1-4b0a-9a18-a79b42722792
    

    Using getWedataOpsWorkflow

    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 getWedataOpsWorkflow(args: GetWedataOpsWorkflowArgs, opts?: InvokeOptions): Promise<GetWedataOpsWorkflowResult>
    function getWedataOpsWorkflowOutput(args: GetWedataOpsWorkflowOutputArgs, opts?: InvokeOptions): Output<GetWedataOpsWorkflowResult>
    def get_wedata_ops_workflow(id: Optional[str] = None,
                                project_id: Optional[str] = None,
                                result_output_file: Optional[str] = None,
                                workflow_id: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetWedataOpsWorkflowResult
    def get_wedata_ops_workflow_output(id: Optional[pulumi.Input[str]] = None,
                                project_id: Optional[pulumi.Input[str]] = None,
                                result_output_file: Optional[pulumi.Input[str]] = None,
                                workflow_id: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetWedataOpsWorkflowResult]
    func GetWedataOpsWorkflow(ctx *Context, args *GetWedataOpsWorkflowArgs, opts ...InvokeOption) (*GetWedataOpsWorkflowResult, error)
    func GetWedataOpsWorkflowOutput(ctx *Context, args *GetWedataOpsWorkflowOutputArgs, opts ...InvokeOption) GetWedataOpsWorkflowResultOutput

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

    public static class GetWedataOpsWorkflow 
    {
        public static Task<GetWedataOpsWorkflowResult> InvokeAsync(GetWedataOpsWorkflowArgs args, InvokeOptions? opts = null)
        public static Output<GetWedataOpsWorkflowResult> Invoke(GetWedataOpsWorkflowInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetWedataOpsWorkflowResult> getWedataOpsWorkflow(GetWedataOpsWorkflowArgs args, InvokeOptions options)
    public static Output<GetWedataOpsWorkflowResult> getWedataOpsWorkflow(GetWedataOpsWorkflowArgs args, InvokeOptions options)
    
    fn::invoke:
      function: tencentcloud:index/getWedataOpsWorkflow:getWedataOpsWorkflow
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ProjectId string
    Project ID.
    WorkflowId string
    Workflow ID.
    Id string
    ResultOutputFile string
    Used to save results.
    ProjectId string
    Project ID.
    WorkflowId string
    Workflow ID.
    Id string
    ResultOutputFile string
    Used to save results.
    projectId String
    Project ID.
    workflowId String
    Workflow ID.
    id String
    resultOutputFile String
    Used to save results.
    projectId string
    Project ID.
    workflowId string
    Workflow ID.
    id string
    resultOutputFile string
    Used to save results.
    project_id str
    Project ID.
    workflow_id str
    Workflow ID.
    id str
    result_output_file str
    Used to save results.
    projectId String
    Project ID.
    workflowId String
    Workflow ID.
    id String
    resultOutputFile String
    Used to save results.

    getWedataOpsWorkflow Result

    The following output properties are available:

    Datas List<GetWedataOpsWorkflowData>
    Workflow scheduling details.
    Id string
    ProjectId string
    WorkflowId string
    ResultOutputFile string
    Datas []GetWedataOpsWorkflowData
    Workflow scheduling details.
    Id string
    ProjectId string
    WorkflowId string
    ResultOutputFile string
    datas List<GetWedataOpsWorkflowData>
    Workflow scheduling details.
    id String
    projectId String
    workflowId String
    resultOutputFile String
    datas GetWedataOpsWorkflowData[]
    Workflow scheduling details.
    id string
    projectId string
    workflowId string
    resultOutputFile string
    datas List<Property Map>
    Workflow scheduling details.
    id String
    projectId String
    workflowId String
    resultOutputFile String

    Supporting Types

    GetWedataOpsWorkflowData

    CreateTime string
    CreateUserUin string
    CycleType string
    EndTime string
    FirstSubmitTime string
    FolderId string
    InstanceInitStrategy string
    LatestSubmitTime string
    OwnerUin string
    SchedulerDesc string
    StartTime string
    StartupTime double
    Status string
    UpdateTime string
    WorkflowDesc string
    WorkflowId string
    Workflow ID.
    WorkflowName string
    WorkflowType string
    CreateTime string
    CreateUserUin string
    CycleType string
    EndTime string
    FirstSubmitTime string
    FolderId string
    InstanceInitStrategy string
    LatestSubmitTime string
    OwnerUin string
    SchedulerDesc string
    StartTime string
    StartupTime float64
    Status string
    UpdateTime string
    WorkflowDesc string
    WorkflowId string
    Workflow ID.
    WorkflowName string
    WorkflowType string
    createTime String
    createUserUin String
    cycleType String
    endTime String
    firstSubmitTime String
    folderId String
    instanceInitStrategy String
    latestSubmitTime String
    ownerUin String
    schedulerDesc String
    startTime String
    startupTime Double
    status String
    updateTime String
    workflowDesc String
    workflowId String
    Workflow ID.
    workflowName String
    workflowType String
    createTime string
    createUserUin string
    cycleType string
    endTime string
    firstSubmitTime string
    folderId string
    instanceInitStrategy string
    latestSubmitTime string
    ownerUin string
    schedulerDesc string
    startTime string
    startupTime number
    status string
    updateTime string
    workflowDesc string
    workflowId string
    Workflow ID.
    workflowName string
    workflowType string
    createTime String
    createUserUin String
    cycleType String
    endTime String
    firstSubmitTime String
    folderId String
    instanceInitStrategy String
    latestSubmitTime String
    ownerUin String
    schedulerDesc String
    startTime String
    startupTime Number
    status String
    updateTime String
    workflowDesc String
    workflowId String
    Workflow ID.
    workflowName String
    workflowType 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