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

tencentcloud.getWedataWorkflows

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

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as tencentcloud from "@pulumi/tencentcloud";
    
    const wedataWorkflows = tencentcloud.getWedataWorkflows({
        projectId: "2905622749543821312",
        keyword: "test_workflow",
    });
    
    import pulumi
    import pulumi_tencentcloud as tencentcloud
    
    wedata_workflows = tencentcloud.get_wedata_workflows(project_id="2905622749543821312",
        keyword="test_workflow")
    
    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.GetWedataWorkflows(ctx, &tencentcloud.GetWedataWorkflowsArgs{
    			ProjectId: "2905622749543821312",
    			Keyword:   pulumi.StringRef("test_workflow"),
    		}, 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 wedataWorkflows = Tencentcloud.GetWedataWorkflows.Invoke(new()
        {
            ProjectId = "2905622749543821312",
            Keyword = "test_workflow",
        });
    
    });
    
    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.GetWedataWorkflowsArgs;
    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 wedataWorkflows = TencentcloudFunctions.getWedataWorkflows(GetWedataWorkflowsArgs.builder()
                .projectId("2905622749543821312")
                .keyword("test_workflow")
                .build());
    
        }
    }
    
    variables:
      wedataWorkflows:
        fn::invoke:
          function: tencentcloud:getWedataWorkflows
          arguments:
            projectId: 2.9056227495438213e+18
            keyword: test_workflow
    

    Using getWedataWorkflows

    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 getWedataWorkflows(args: GetWedataWorkflowsArgs, opts?: InvokeOptions): Promise<GetWedataWorkflowsResult>
    function getWedataWorkflowsOutput(args: GetWedataWorkflowsOutputArgs, opts?: InvokeOptions): Output<GetWedataWorkflowsResult>
    def get_wedata_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,
                             workflow_type: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetWedataWorkflowsResult
    def get_wedata_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,
                             workflow_type: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetWedataWorkflowsResult]
    func GetWedataWorkflows(ctx *Context, args *GetWedataWorkflowsArgs, opts ...InvokeOption) (*GetWedataWorkflowsResult, error)
    func GetWedataWorkflowsOutput(ctx *Context, args *GetWedataWorkflowsOutputArgs, opts ...InvokeOption) GetWedataWorkflowsResultOutput

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

    public static class GetWedataWorkflows 
    {
        public static Task<GetWedataWorkflowsResult> InvokeAsync(GetWedataWorkflowsArgs args, InvokeOptions? opts = null)
        public static Output<GetWedataWorkflowsResult> Invoke(GetWedataWorkflowsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetWedataWorkflowsResult> getWedataWorkflows(GetWedataWorkflowsArgs args, InvokeOptions options)
    public static Output<GetWedataWorkflowsResult> getWedataWorkflows(GetWedataWorkflowsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: tencentcloud:index/getWedataWorkflows:getWedataWorkflows
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ProjectId string
    Project ID.
    BundleId string
    bundleId item.
    CreateTimes List<string>
    Creation time range yyyy-MM-dd HH:MM:ss. two times must be filled in the array.
    CreateUserUin string
    Creator ID.
    Id string
    Keyword string
    Search keywords.
    ModifyTimes List<string>
    Modification time interval yyyy-MM-dd HH:MM:ss. fill in two times in the array.
    OwnerUin string
    Owner ID.
    ParentFolderPath string
    Workflow folder.
    ResultOutputFile string
    Used to save results.
    WorkflowType string
    Workflow type. valid values: cycle and manual.
    ProjectId string
    Project ID.
    BundleId string
    bundleId item.
    CreateTimes []string
    Creation time range yyyy-MM-dd HH:MM:ss. two times must be filled in the array.
    CreateUserUin string
    Creator ID.
    Id string
    Keyword string
    Search keywords.
    ModifyTimes []string
    Modification time interval yyyy-MM-dd HH:MM:ss. fill in two times in the array.
    OwnerUin string
    Owner ID.
    ParentFolderPath string
    Workflow folder.
    ResultOutputFile string
    Used to save results.
    WorkflowType string
    Workflow type. valid values: cycle and manual.
    projectId String
    Project ID.
    bundleId String
    bundleId item.
    createTimes List<String>
    Creation time range yyyy-MM-dd HH:MM:ss. two times must be filled in the array.
    createUserUin String
    Creator ID.
    id String
    keyword String
    Search keywords.
    modifyTimes List<String>
    Modification time interval yyyy-MM-dd HH:MM:ss. fill in two times in the array.
    ownerUin String
    Owner ID.
    parentFolderPath String
    Workflow folder.
    resultOutputFile String
    Used to save results.
    workflowType String
    Workflow type. valid values: cycle and manual.
    projectId string
    Project ID.
    bundleId string
    bundleId item.
    createTimes string[]
    Creation time range yyyy-MM-dd HH:MM:ss. two times must be filled in the array.
    createUserUin string
    Creator ID.
    id string
    keyword string
    Search keywords.
    modifyTimes string[]
    Modification time interval yyyy-MM-dd HH:MM:ss. fill in two times in the array.
    ownerUin string
    Owner ID.
    parentFolderPath string
    Workflow folder.
    resultOutputFile string
    Used to save results.
    workflowType string
    Workflow type. valid values: cycle and manual.
    project_id str
    Project ID.
    bundle_id str
    bundleId item.
    create_times Sequence[str]
    Creation time range yyyy-MM-dd HH:MM:ss. two times must be filled in the array.
    create_user_uin str
    Creator ID.
    id str
    keyword str
    Search keywords.
    modify_times Sequence[str]
    Modification time interval yyyy-MM-dd HH:MM:ss. fill in two times in the array.
    owner_uin str
    Owner ID.
    parent_folder_path str
    Workflow folder.
    result_output_file str
    Used to save results.
    workflow_type str
    Workflow type. valid values: cycle and manual.
    projectId String
    Project ID.
    bundleId String
    bundleId item.
    createTimes List<String>
    Creation time range yyyy-MM-dd HH:MM:ss. two times must be filled in the array.
    createUserUin String
    Creator ID.
    id String
    keyword String
    Search keywords.
    modifyTimes List<String>
    Modification time interval yyyy-MM-dd HH:MM:ss. fill in two times in the array.
    ownerUin String
    Owner ID.
    parentFolderPath String
    Workflow folder.
    resultOutputFile String
    Used to save results.
    workflowType String
    Workflow type. valid values: cycle and manual.

    getWedataWorkflows Result

    The following output properties are available:

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

    Supporting Types

    GetWedataWorkflowsData

    CreateTime string
    Creation time range yyyy-MM-dd HH:MM:ss. two times must be filled in the array.
    CreateUserUin string
    Creator ID.
    ModifyTime string
    Modification time interval yyyy-MM-dd HH:MM:ss. fill in two times in the array.
    OwnerUin string
    Owner ID.
    UpdateUserUin string
    WorkflowDesc string
    WorkflowId string
    WorkflowName string
    WorkflowType string
    Workflow type. valid values: cycle and manual.
    CreateTime string
    Creation time range yyyy-MM-dd HH:MM:ss. two times must be filled in the array.
    CreateUserUin string
    Creator ID.
    ModifyTime string
    Modification time interval yyyy-MM-dd HH:MM:ss. fill in two times in the array.
    OwnerUin string
    Owner ID.
    UpdateUserUin string
    WorkflowDesc string
    WorkflowId string
    WorkflowName string
    WorkflowType string
    Workflow type. valid values: cycle and manual.
    createTime String
    Creation time range yyyy-MM-dd HH:MM:ss. two times must be filled in the array.
    createUserUin String
    Creator ID.
    modifyTime String
    Modification time interval yyyy-MM-dd HH:MM:ss. fill in two times in the array.
    ownerUin String
    Owner ID.
    updateUserUin String
    workflowDesc String
    workflowId String
    workflowName String
    workflowType String
    Workflow type. valid values: cycle and manual.
    createTime string
    Creation time range yyyy-MM-dd HH:MM:ss. two times must be filled in the array.
    createUserUin string
    Creator ID.
    modifyTime string
    Modification time interval yyyy-MM-dd HH:MM:ss. fill in two times in the array.
    ownerUin string
    Owner ID.
    updateUserUin string
    workflowDesc string
    workflowId string
    workflowName string
    workflowType string
    Workflow type. valid values: cycle and manual.
    create_time str
    Creation time range yyyy-MM-dd HH:MM:ss. two times must be filled in the array.
    create_user_uin str
    Creator ID.
    modify_time str
    Modification time interval yyyy-MM-dd HH:MM:ss. fill in two times in the array.
    owner_uin str
    Owner ID.
    update_user_uin str
    workflow_desc str
    workflow_id str
    workflow_name str
    workflow_type str
    Workflow type. valid values: cycle and manual.
    createTime String
    Creation time range yyyy-MM-dd HH:MM:ss. two times must be filled in the array.
    createUserUin String
    Creator ID.
    modifyTime String
    Modification time interval yyyy-MM-dd HH:MM:ss. fill in two times in the array.
    ownerUin String
    Owner ID.
    updateUserUin String
    workflowDesc String
    workflowId String
    workflowName String
    workflowType String
    Workflow type. valid values: cycle and manual.

    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