1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. getWedataOpsTriggerWorkflow
tencentcloud 1.82.68 published on Friday, Feb 6, 2026 by tencentcloudstack
tencentcloud logo
tencentcloud 1.82.68 published on Friday, Feb 6, 2026 by tencentcloudstack

    Use this data source to query detailed information of wedata ops trigger workflow.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as tencentcloud from "@pulumi/tencentcloud";
    
    const opsTriggerWorkflow = tencentcloud.getWedataOpsTriggerWorkflow({
        projectId: "3108707295180644352",
        workflowId: "b41e8d13-905a-4006-9d05-1fe180338f59",
    });
    
    import pulumi
    import pulumi_tencentcloud as tencentcloud
    
    ops_trigger_workflow = tencentcloud.get_wedata_ops_trigger_workflow(project_id="3108707295180644352",
        workflow_id="b41e8d13-905a-4006-9d05-1fe180338f59")
    
    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.GetWedataOpsTriggerWorkflow(ctx, &tencentcloud.GetWedataOpsTriggerWorkflowArgs{
    			ProjectId:  "3108707295180644352",
    			WorkflowId: "b41e8d13-905a-4006-9d05-1fe180338f59",
    		}, 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 opsTriggerWorkflow = Tencentcloud.GetWedataOpsTriggerWorkflow.Invoke(new()
        {
            ProjectId = "3108707295180644352",
            WorkflowId = "b41e8d13-905a-4006-9d05-1fe180338f59",
        });
    
    });
    
    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.GetWedataOpsTriggerWorkflowArgs;
    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 opsTriggerWorkflow = TencentcloudFunctions.getWedataOpsTriggerWorkflow(GetWedataOpsTriggerWorkflowArgs.builder()
                .projectId("3108707295180644352")
                .workflowId("b41e8d13-905a-4006-9d05-1fe180338f59")
                .build());
    
        }
    }
    
    variables:
      opsTriggerWorkflow:
        fn::invoke:
          function: tencentcloud:getWedataOpsTriggerWorkflow
          arguments:
            projectId: '3108707295180644352'
            workflowId: b41e8d13-905a-4006-9d05-1fe180338f59
    

    Using getWedataOpsTriggerWorkflow

    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 getWedataOpsTriggerWorkflow(args: GetWedataOpsTriggerWorkflowArgs, opts?: InvokeOptions): Promise<GetWedataOpsTriggerWorkflowResult>
    function getWedataOpsTriggerWorkflowOutput(args: GetWedataOpsTriggerWorkflowOutputArgs, opts?: InvokeOptions): Output<GetWedataOpsTriggerWorkflowResult>
    def get_wedata_ops_trigger_workflow(id: Optional[str] = None,
                                        project_id: Optional[str] = None,
                                        result_output_file: Optional[str] = None,
                                        workflow_execution_id: Optional[str] = None,
                                        workflow_id: Optional[str] = None,
                                        opts: Optional[InvokeOptions] = None) -> GetWedataOpsTriggerWorkflowResult
    def get_wedata_ops_trigger_workflow_output(id: Optional[pulumi.Input[str]] = None,
                                        project_id: Optional[pulumi.Input[str]] = None,
                                        result_output_file: Optional[pulumi.Input[str]] = None,
                                        workflow_execution_id: Optional[pulumi.Input[str]] = None,
                                        workflow_id: Optional[pulumi.Input[str]] = None,
                                        opts: Optional[InvokeOptions] = None) -> Output[GetWedataOpsTriggerWorkflowResult]
    func GetWedataOpsTriggerWorkflow(ctx *Context, args *GetWedataOpsTriggerWorkflowArgs, opts ...InvokeOption) (*GetWedataOpsTriggerWorkflowResult, error)
    func GetWedataOpsTriggerWorkflowOutput(ctx *Context, args *GetWedataOpsTriggerWorkflowOutputArgs, opts ...InvokeOption) GetWedataOpsTriggerWorkflowResultOutput

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

    public static class GetWedataOpsTriggerWorkflow 
    {
        public static Task<GetWedataOpsTriggerWorkflowResult> InvokeAsync(GetWedataOpsTriggerWorkflowArgs args, InvokeOptions? opts = null)
        public static Output<GetWedataOpsTriggerWorkflowResult> Invoke(GetWedataOpsTriggerWorkflowInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetWedataOpsTriggerWorkflowResult> getWedataOpsTriggerWorkflow(GetWedataOpsTriggerWorkflowArgs args, InvokeOptions options)
    public static Output<GetWedataOpsTriggerWorkflowResult> getWedataOpsTriggerWorkflow(GetWedataOpsTriggerWorkflowArgs args, InvokeOptions options)
    
    fn::invoke:
      function: tencentcloud:index/getWedataOpsTriggerWorkflow:getWedataOpsTriggerWorkflow
      arguments:
        # arguments dictionary

    The following arguments are supported:

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

    getWedataOpsTriggerWorkflow Result

    The following output properties are available:

    datas List<Property Map>
    Workflow task information.
    id String
    projectId String
    workflowId String
    resultOutputFile String
    workflowExecutionId String

    Supporting Types

    GetWedataOpsTriggerWorkflowData

    GetWedataOpsTriggerWorkflowDataTriggerTask

    ExecutionStartTime string
    ExecutionState string
    FolderId string
    FolderName string
    ProjectId string
    Project ID.
    ProjectName string
    TaskId string
    TaskName string
    TaskType string
    TaskTypeId double
    UserNameInCharge string
    UserUinInCharge string
    WorkflowId string
    Workflow ID.
    WorkflowName string
    ExecutionStartTime string
    ExecutionState string
    FolderId string
    FolderName string
    ProjectId string
    Project ID.
    ProjectName string
    TaskId string
    TaskName string
    TaskType string
    TaskTypeId float64
    UserNameInCharge string
    UserUinInCharge string
    WorkflowId string
    Workflow ID.
    WorkflowName string
    executionStartTime String
    executionState String
    folderId String
    folderName String
    projectId String
    Project ID.
    projectName String
    taskId String
    taskName String
    taskType String
    taskTypeId Double
    userNameInCharge String
    userUinInCharge String
    workflowId String
    Workflow ID.
    workflowName String
    executionStartTime string
    executionState string
    folderId string
    folderName string
    projectId string
    Project ID.
    projectName string
    taskId string
    taskName string
    taskType string
    taskTypeId number
    userNameInCharge string
    userUinInCharge string
    workflowId string
    Workflow ID.
    workflowName string
    executionStartTime String
    executionState String
    folderId String
    folderName String
    projectId String
    Project ID.
    projectName String
    taskId String
    taskName String
    taskType String
    taskTypeId Number
    userNameInCharge String
    userUinInCharge String
    workflowId String
    Workflow ID.
    workflowName String
    DownstreamTaskId string
    LinkId string
    UpstreamTaskId string
    WorkflowId string
    Workflow ID.
    WorkflowVersionId string
    DownstreamTaskId string
    LinkId string
    UpstreamTaskId string
    WorkflowId string
    Workflow ID.
    WorkflowVersionId string
    downstreamTaskId String
    linkId String
    upstreamTaskId String
    workflowId String
    Workflow ID.
    workflowVersionId String
    downstreamTaskId string
    linkId string
    upstreamTaskId string
    workflowId string
    Workflow ID.
    workflowVersionId string
    downstreamTaskId String
    linkId String
    upstreamTaskId String
    workflowId String
    Workflow ID.
    workflowVersionId 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.68 published on Friday, Feb 6, 2026 by tencentcloudstack
      Meet Neo: Your AI Platform Teammate