1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. getWedataTriggerWorkflows
tencentcloud 1.82.70 published on Wednesday, Feb 11, 2026 by tencentcloudstack
tencentcloud logo
tencentcloud 1.82.70 published on Wednesday, Feb 11, 2026 by tencentcloudstack

    Use this data source to query detailed information of wedata trigger workflows

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as tencentcloud from "@pulumi/tencentcloud";
    
    const wedataTriggerWorkflows = tencentcloud.getWedataTriggerWorkflows({
        projectId: "3108707295180644352",
    });
    
    import pulumi
    import pulumi_tencentcloud as tencentcloud
    
    wedata_trigger_workflows = tencentcloud.get_wedata_trigger_workflows(project_id="3108707295180644352")
    
    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.GetWedataTriggerWorkflows(ctx, &tencentcloud.GetWedataTriggerWorkflowsArgs{
    			ProjectId: "3108707295180644352",
    		}, 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 wedataTriggerWorkflows = Tencentcloud.GetWedataTriggerWorkflows.Invoke(new()
        {
            ProjectId = "3108707295180644352",
        });
    
    });
    
    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.GetWedataTriggerWorkflowsArgs;
    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 wedataTriggerWorkflows = TencentcloudFunctions.getWedataTriggerWorkflows(GetWedataTriggerWorkflowsArgs.builder()
                .projectId("3108707295180644352")
                .build());
    
        }
    }
    
    variables:
      wedataTriggerWorkflows:
        fn::invoke:
          function: tencentcloud:getWedataTriggerWorkflows
          arguments:
            projectId: '3108707295180644352'
    

    Using getWedataTriggerWorkflows

    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 getWedataTriggerWorkflows(args: GetWedataTriggerWorkflowsArgs, opts?: InvokeOptions): Promise<GetWedataTriggerWorkflowsResult>
    function getWedataTriggerWorkflowsOutput(args: GetWedataTriggerWorkflowsOutputArgs, opts?: InvokeOptions): Output<GetWedataTriggerWorkflowsResult>
    def get_wedata_trigger_workflows(bundle_id: Optional[str] = None,
                                     create_times: Optional[Sequence[str]] = None,
                                     create_user_uin: Optional[str] = None,
                                     id: Optional[str] = None,
                                     keyword: Optional[str] = None,
                                     modify_times: Optional[Sequence[str]] = None,
                                     owner_uin: Optional[str] = None,
                                     parent_folder_path: Optional[str] = None,
                                     project_id: Optional[str] = None,
                                     result_output_file: Optional[str] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetWedataTriggerWorkflowsResult
    def get_wedata_trigger_workflows_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,
                                     keyword: Optional[pulumi.Input[str]] = None,
                                     modify_times: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                     owner_uin: Optional[pulumi.Input[str]] = None,
                                     parent_folder_path: Optional[pulumi.Input[str]] = None,
                                     project_id: Optional[pulumi.Input[str]] = None,
                                     result_output_file: Optional[pulumi.Input[str]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[GetWedataTriggerWorkflowsResult]
    func GetWedataTriggerWorkflows(ctx *Context, args *GetWedataTriggerWorkflowsArgs, opts ...InvokeOption) (*GetWedataTriggerWorkflowsResult, error)
    func GetWedataTriggerWorkflowsOutput(ctx *Context, args *GetWedataTriggerWorkflowsOutputArgs, opts ...InvokeOption) GetWedataTriggerWorkflowsResultOutput

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

    public static class GetWedataTriggerWorkflows 
    {
        public static Task<GetWedataTriggerWorkflowsResult> InvokeAsync(GetWedataTriggerWorkflowsArgs args, InvokeOptions? opts = null)
        public static Output<GetWedataTriggerWorkflowsResult> Invoke(GetWedataTriggerWorkflowsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetWedataTriggerWorkflowsResult> getWedataTriggerWorkflows(GetWedataTriggerWorkflowsArgs args, InvokeOptions options)
    public static Output<GetWedataTriggerWorkflowsResult> getWedataTriggerWorkflows(GetWedataTriggerWorkflowsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: tencentcloud:index/getWedataTriggerWorkflows:getWedataTriggerWorkflows
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ProjectId string
    Project ID.
    BundleId string
    Bundle ID item.
    CreateTimes List<string>
    Creation time range yyyy-MM-dd HH:mm:ss, two timestamps need to be filled in the array.
    CreateUserUin string
    Creator ID.
    Id string
    Keyword string
    Search keyword.
    ModifyTimes List<string>
    Modification time range yyyy-MM-dd HH:mm:ss, two timestamps need to be filled in the array.
    OwnerUin string
    Owner ID.
    ParentFolderPath string
    Folder path to which the workflow belongs.
    ResultOutputFile string
    Used to save results.
    ProjectId string
    Project ID.
    BundleId string
    Bundle ID item.
    CreateTimes []string
    Creation time range yyyy-MM-dd HH:mm:ss, two timestamps need to be filled in the array.
    CreateUserUin string
    Creator ID.
    Id string
    Keyword string
    Search keyword.
    ModifyTimes []string
    Modification time range yyyy-MM-dd HH:mm:ss, two timestamps need to be filled in the array.
    OwnerUin string
    Owner ID.
    ParentFolderPath string
    Folder path to which the workflow belongs.
    ResultOutputFile string
    Used to save results.
    projectId String
    Project ID.
    bundleId String
    Bundle ID item.
    createTimes List<String>
    Creation time range yyyy-MM-dd HH:mm:ss, two timestamps need to be filled in the array.
    createUserUin String
    Creator ID.
    id String
    keyword String
    Search keyword.
    modifyTimes List<String>
    Modification time range yyyy-MM-dd HH:mm:ss, two timestamps need to be filled in the array.
    ownerUin String
    Owner ID.
    parentFolderPath String
    Folder path to which the workflow belongs.
    resultOutputFile String
    Used to save results.
    projectId string
    Project ID.
    bundleId string
    Bundle ID item.
    createTimes string[]
    Creation time range yyyy-MM-dd HH:mm:ss, two timestamps need to be filled in the array.
    createUserUin string
    Creator ID.
    id string
    keyword string
    Search keyword.
    modifyTimes string[]
    Modification time range yyyy-MM-dd HH:mm:ss, two timestamps need to be filled in the array.
    ownerUin string
    Owner ID.
    parentFolderPath string
    Folder path to which the workflow belongs.
    resultOutputFile string
    Used to save results.
    project_id str
    Project ID.
    bundle_id str
    Bundle ID item.
    create_times Sequence[str]
    Creation time range yyyy-MM-dd HH:mm:ss, two timestamps need to be filled in the array.
    create_user_uin str
    Creator ID.
    id str
    keyword str
    Search keyword.
    modify_times Sequence[str]
    Modification time range yyyy-MM-dd HH:mm:ss, two timestamps need to be filled in the array.
    owner_uin str
    Owner ID.
    parent_folder_path str
    Folder path to which the workflow belongs.
    result_output_file str
    Used to save results.
    projectId String
    Project ID.
    bundleId String
    Bundle ID item.
    createTimes List<String>
    Creation time range yyyy-MM-dd HH:mm:ss, two timestamps need to be filled in the array.
    createUserUin String
    Creator ID.
    id String
    keyword String
    Search keyword.
    modifyTimes List<String>
    Modification time range yyyy-MM-dd HH:mm:ss, two timestamps need to be filled in the array.
    ownerUin String
    Owner ID.
    parentFolderPath String
    Folder path to which the workflow belongs.
    resultOutputFile String
    Used to save results.

    getWedataTriggerWorkflows Result

    The following output properties are available:

    Datas List<GetWedataTriggerWorkflowsData>
    Paginated workflow query information.
    Id string
    ProjectId string
    BundleId string
    CreateTimes List<string>
    CreateUserUin string
    Keyword string
    ModifyTimes List<string>
    OwnerUin string
    ParentFolderPath string
    ResultOutputFile string
    Datas []GetWedataTriggerWorkflowsData
    Paginated workflow query information.
    Id string
    ProjectId string
    BundleId string
    CreateTimes []string
    CreateUserUin string
    Keyword string
    ModifyTimes []string
    OwnerUin string
    ParentFolderPath string
    ResultOutputFile string
    datas List<GetWedataTriggerWorkflowsData>
    Paginated workflow query information.
    id String
    projectId String
    bundleId String
    createTimes List<String>
    createUserUin String
    keyword String
    modifyTimes List<String>
    ownerUin String
    parentFolderPath String
    resultOutputFile String
    datas GetWedataTriggerWorkflowsData[]
    Paginated workflow query information.
    id string
    projectId string
    bundleId string
    createTimes string[]
    createUserUin string
    keyword string
    modifyTimes string[]
    ownerUin string
    parentFolderPath string
    resultOutputFile string
    datas List<Property Map>
    Paginated workflow query information.
    id String
    projectId String
    bundleId String
    createTimes List<String>
    createUserUin String
    keyword String
    modifyTimes List<String>
    ownerUin String
    parentFolderPath String
    resultOutputFile String

    Supporting Types

    GetWedataTriggerWorkflowsData

    GetWedataTriggerWorkflowsDataItem

    CreateTime string
    Creation time range yyyy-MM-dd HH:mm:ss, two timestamps need to be filled in the array.
    CreateUserUin string
    Creator ID.
    ModifyTime string
    Modification time range yyyy-MM-dd HH:mm:ss, two timestamps need to be filled in the array.
    OwnerUin string
    Owner ID.
    UpdateUserUin string
    WorkflowDesc string
    WorkflowId string
    WorkflowName string
    CreateTime string
    Creation time range yyyy-MM-dd HH:mm:ss, two timestamps need to be filled in the array.
    CreateUserUin string
    Creator ID.
    ModifyTime string
    Modification time range yyyy-MM-dd HH:mm:ss, two timestamps need to be filled in the array.
    OwnerUin string
    Owner ID.
    UpdateUserUin string
    WorkflowDesc string
    WorkflowId string
    WorkflowName string
    createTime String
    Creation time range yyyy-MM-dd HH:mm:ss, two timestamps need to be filled in the array.
    createUserUin String
    Creator ID.
    modifyTime String
    Modification time range yyyy-MM-dd HH:mm:ss, two timestamps need to be filled in the array.
    ownerUin String
    Owner ID.
    updateUserUin String
    workflowDesc String
    workflowId String
    workflowName String
    createTime string
    Creation time range yyyy-MM-dd HH:mm:ss, two timestamps need to be filled in the array.
    createUserUin string
    Creator ID.
    modifyTime string
    Modification time range yyyy-MM-dd HH:mm:ss, two timestamps need to be filled in the array.
    ownerUin string
    Owner ID.
    updateUserUin string
    workflowDesc string
    workflowId string
    workflowName string
    create_time str
    Creation time range yyyy-MM-dd HH:mm:ss, two timestamps need to be filled in the array.
    create_user_uin str
    Creator ID.
    modify_time str
    Modification time range yyyy-MM-dd HH:mm:ss, two timestamps need to be filled in the array.
    owner_uin str
    Owner ID.
    update_user_uin str
    workflow_desc str
    workflow_id str
    workflow_name str
    createTime String
    Creation time range yyyy-MM-dd HH:mm:ss, two timestamps need to be filled in the array.
    createUserUin String
    Creator ID.
    modifyTime String
    Modification time range yyyy-MM-dd HH:mm:ss, two timestamps need to be filled in the array.
    ownerUin String
    Owner ID.
    updateUserUin String
    workflowDesc String
    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.70 published on Wednesday, Feb 11, 2026 by tencentcloudstack
      Meet Neo: Your AI Platform Teammate