tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
tencentcloud.getWedataWorkflows
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 dictionaryThe following arguments are supported:
- Project
Id string - Project ID.
- Bundle
Id string - bundleId item.
- Create
Times List<string> - Creation time range yyyy-MM-dd HH:MM:ss. two times must be filled in the array.
- Create
User stringUin - Creator ID.
- Id string
- Keyword string
- Search keywords.
- Modify
Times List<string> - Modification time interval yyyy-MM-dd HH:MM:ss. fill in two times in the array.
- Owner
Uin string - Owner ID.
- Parent
Folder stringPath - Workflow folder.
- Result
Output stringFile - Used to save results.
- Workflow
Type string - Workflow type. valid values: cycle and manual.
- Project
Id string - Project ID.
- Bundle
Id string - bundleId item.
- Create
Times []string - Creation time range yyyy-MM-dd HH:MM:ss. two times must be filled in the array.
- Create
User stringUin - Creator ID.
- Id string
- Keyword string
- Search keywords.
- Modify
Times []string - Modification time interval yyyy-MM-dd HH:MM:ss. fill in two times in the array.
- Owner
Uin string - Owner ID.
- Parent
Folder stringPath - Workflow folder.
- Result
Output stringFile - Used to save results.
- Workflow
Type string - Workflow type. valid values: cycle and manual.
- project
Id String - Project ID.
- bundle
Id String - bundleId item.
- create
Times List<String> - Creation time range yyyy-MM-dd HH:MM:ss. two times must be filled in the array.
- create
User StringUin - Creator ID.
- id String
- keyword String
- Search keywords.
- modify
Times List<String> - Modification time interval yyyy-MM-dd HH:MM:ss. fill in two times in the array.
- owner
Uin String - Owner ID.
- parent
Folder StringPath - Workflow folder.
- result
Output StringFile - Used to save results.
- workflow
Type String - Workflow type. valid values: cycle and manual.
- project
Id string - Project ID.
- bundle
Id string - bundleId item.
- create
Times string[] - Creation time range yyyy-MM-dd HH:MM:ss. two times must be filled in the array.
- create
User stringUin - Creator ID.
- id string
- keyword string
- Search keywords.
- modify
Times string[] - Modification time interval yyyy-MM-dd HH:MM:ss. fill in two times in the array.
- owner
Uin string - Owner ID.
- parent
Folder stringPath - Workflow folder.
- result
Output stringFile - Used to save results.
- workflow
Type 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_ struin - 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_ strpath - Workflow folder.
- result_
output_ strfile - Used to save results.
- workflow_
type str - Workflow type. valid values: cycle and manual.
- project
Id String - Project ID.
- bundle
Id String - bundleId item.
- create
Times List<String> - Creation time range yyyy-MM-dd HH:MM:ss. two times must be filled in the array.
- create
User StringUin - Creator ID.
- id String
- keyword String
- Search keywords.
- modify
Times List<String> - Modification time interval yyyy-MM-dd HH:MM:ss. fill in two times in the array.
- owner
Uin String - Owner ID.
- parent
Folder StringPath - Workflow folder.
- result
Output StringFile - Used to save results.
- workflow
Type String - Workflow type. valid values: cycle and manual.
getWedataWorkflows Result
The following output properties are available:
- Datas
List<Get
Wedata Workflows Data> - Describes workflow pagination information.
- Id string
- Project
Id string - Bundle
Id string - Create
Times List<string> - Create
User stringUin - Keyword string
- Modify
Times List<string> - Owner
Uin string - Parent
Folder stringPath - Result
Output stringFile - Workflow
Type string
- Datas
[]Get
Wedata Workflows Data - Describes workflow pagination information.
- Id string
- Project
Id string - Bundle
Id string - Create
Times []string - Create
User stringUin - Keyword string
- Modify
Times []string - Owner
Uin string - Parent
Folder stringPath - Result
Output stringFile - Workflow
Type string
- datas
List<Get
Wedata Workflows Data> - Describes workflow pagination information.
- id String
- project
Id String - bundle
Id String - create
Times List<String> - create
User StringUin - keyword String
- modify
Times List<String> - owner
Uin String - parent
Folder StringPath - result
Output StringFile - workflow
Type String
- datas
Get
Wedata Workflows Data[] - Describes workflow pagination information.
- id string
- project
Id string - bundle
Id string - create
Times string[] - create
User stringUin - keyword string
- modify
Times string[] - owner
Uin string - parent
Folder stringPath - result
Output stringFile - workflow
Type string
- datas
Sequence[Get
Wedata Workflows Data] - Describes workflow pagination information.
- id str
- project_
id str - bundle_
id str - create_
times Sequence[str] - create_
user_ struin - keyword str
- modify_
times Sequence[str] - owner_
uin str - parent_
folder_ strpath - result_
output_ strfile - workflow_
type str
- datas List<Property Map>
- Describes workflow pagination information.
- id String
- project
Id String - bundle
Id String - create
Times List<String> - create
User StringUin - keyword String
- modify
Times List<String> - owner
Uin String - parent
Folder StringPath - result
Output StringFile - workflow
Type String
Supporting Types
GetWedataWorkflowsData
- Create
Time string - Creation time range yyyy-MM-dd HH:MM:ss. two times must be filled in the array.
- Create
User stringUin - Creator ID.
- Modify
Time string - Modification time interval yyyy-MM-dd HH:MM:ss. fill in two times in the array.
- Owner
Uin string - Owner ID.
- Update
User stringUin - Workflow
Desc string - Workflow
Id string - Workflow
Name string - Workflow
Type string - Workflow type. valid values: cycle and manual.
- Create
Time string - Creation time range yyyy-MM-dd HH:MM:ss. two times must be filled in the array.
- Create
User stringUin - Creator ID.
- Modify
Time string - Modification time interval yyyy-MM-dd HH:MM:ss. fill in two times in the array.
- Owner
Uin string - Owner ID.
- Update
User stringUin - Workflow
Desc string - Workflow
Id string - Workflow
Name string - Workflow
Type string - Workflow type. valid values: cycle and manual.
- create
Time String - Creation time range yyyy-MM-dd HH:MM:ss. two times must be filled in the array.
- create
User StringUin - Creator ID.
- modify
Time String - Modification time interval yyyy-MM-dd HH:MM:ss. fill in two times in the array.
- owner
Uin String - Owner ID.
- update
User StringUin - workflow
Desc String - workflow
Id String - workflow
Name String - workflow
Type String - Workflow type. valid values: cycle and manual.
- create
Time string - Creation time range yyyy-MM-dd HH:MM:ss. two times must be filled in the array.
- create
User stringUin - Creator ID.
- modify
Time string - Modification time interval yyyy-MM-dd HH:MM:ss. fill in two times in the array.
- owner
Uin string - Owner ID.
- update
User stringUin - workflow
Desc string - workflow
Id string - workflow
Name string - workflow
Type 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_ struin - 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_ struin - workflow_
desc str - workflow_
id str - workflow_
name str - workflow_
type str - Workflow type. valid values: cycle and manual.
- create
Time String - Creation time range yyyy-MM-dd HH:MM:ss. two times must be filled in the array.
- create
User StringUin - Creator ID.
- modify
Time String - Modification time interval yyyy-MM-dd HH:MM:ss. fill in two times in the array.
- owner
Uin String - Owner ID.
- update
User StringUin - workflow
Desc String - workflow
Id String - workflow
Name String - workflow
Type 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
tencentcloudTerraform Provider.
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
