tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
tencentcloud.getWedataOpsWorkflows
Start a Neo task
Explain and create a tencentcloud.getWedataOpsWorkflows resource
tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
Use this data source to query detailed information of wedata ops workflows
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const wedataOpsWorkflows = tencentcloud.getWedataOpsWorkflows({
projectId: "2905622749543821312",
folderId: "720ecbfb-7e5a-11f0-ba36-b8cef6a5af5c",
status: "ALL_RUNNING",
ownerUin: "100044349576",
workflowType: "Cycle",
sortType: "ASC",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
wedata_ops_workflows = tencentcloud.get_wedata_ops_workflows(project_id="2905622749543821312",
folder_id="720ecbfb-7e5a-11f0-ba36-b8cef6a5af5c",
status="ALL_RUNNING",
owner_uin="100044349576",
workflow_type="Cycle",
sort_type="ASC")
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.GetWedataOpsWorkflows(ctx, &tencentcloud.GetWedataOpsWorkflowsArgs{
ProjectId: "2905622749543821312",
FolderId: pulumi.StringRef("720ecbfb-7e5a-11f0-ba36-b8cef6a5af5c"),
Status: pulumi.StringRef("ALL_RUNNING"),
OwnerUin: pulumi.StringRef("100044349576"),
WorkflowType: pulumi.StringRef("Cycle"),
SortType: pulumi.StringRef("ASC"),
}, 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 wedataOpsWorkflows = Tencentcloud.GetWedataOpsWorkflows.Invoke(new()
{
ProjectId = "2905622749543821312",
FolderId = "720ecbfb-7e5a-11f0-ba36-b8cef6a5af5c",
Status = "ALL_RUNNING",
OwnerUin = "100044349576",
WorkflowType = "Cycle",
SortType = "ASC",
});
});
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.GetWedataOpsWorkflowsArgs;
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 wedataOpsWorkflows = TencentcloudFunctions.getWedataOpsWorkflows(GetWedataOpsWorkflowsArgs.builder()
.projectId("2905622749543821312")
.folderId("720ecbfb-7e5a-11f0-ba36-b8cef6a5af5c")
.status("ALL_RUNNING")
.ownerUin("100044349576")
.workflowType("Cycle")
.sortType("ASC")
.build());
}
}
variables:
wedataOpsWorkflows:
fn::invoke:
function: tencentcloud:getWedataOpsWorkflows
arguments:
projectId: '2905622749543821312'
folderId: 720ecbfb-7e5a-11f0-ba36-b8cef6a5af5c
status: ALL_RUNNING
ownerUin: '100044349576'
workflowType: Cycle
sortType: ASC
Using getWedataOpsWorkflows
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 getWedataOpsWorkflows(args: GetWedataOpsWorkflowsArgs, opts?: InvokeOptions): Promise<GetWedataOpsWorkflowsResult>
function getWedataOpsWorkflowsOutput(args: GetWedataOpsWorkflowsOutputArgs, opts?: InvokeOptions): Output<GetWedataOpsWorkflowsResult>def get_wedata_ops_workflows(create_time: Optional[str] = None,
create_user_uin: Optional[str] = None,
folder_id: Optional[str] = None,
id: Optional[str] = None,
key_word: Optional[str] = None,
modify_time: Optional[str] = None,
owner_uin: Optional[str] = None,
project_id: Optional[str] = None,
result_output_file: Optional[str] = None,
sort_item: Optional[str] = None,
sort_type: Optional[str] = None,
status: Optional[str] = None,
workflow_type: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWedataOpsWorkflowsResult
def get_wedata_ops_workflows_output(create_time: Optional[pulumi.Input[str]] = None,
create_user_uin: Optional[pulumi.Input[str]] = None,
folder_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
key_word: Optional[pulumi.Input[str]] = None,
modify_time: Optional[pulumi.Input[str]] = None,
owner_uin: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
sort_item: Optional[pulumi.Input[str]] = None,
sort_type: Optional[pulumi.Input[str]] = None,
status: Optional[pulumi.Input[str]] = None,
workflow_type: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWedataOpsWorkflowsResult]func GetWedataOpsWorkflows(ctx *Context, args *GetWedataOpsWorkflowsArgs, opts ...InvokeOption) (*GetWedataOpsWorkflowsResult, error)
func GetWedataOpsWorkflowsOutput(ctx *Context, args *GetWedataOpsWorkflowsOutputArgs, opts ...InvokeOption) GetWedataOpsWorkflowsResultOutput> Note: This function is named GetWedataOpsWorkflows in the Go SDK.
public static class GetWedataOpsWorkflows
{
public static Task<GetWedataOpsWorkflowsResult> InvokeAsync(GetWedataOpsWorkflowsArgs args, InvokeOptions? opts = null)
public static Output<GetWedataOpsWorkflowsResult> Invoke(GetWedataOpsWorkflowsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetWedataOpsWorkflowsResult> getWedataOpsWorkflows(GetWedataOpsWorkflowsArgs args, InvokeOptions options)
public static Output<GetWedataOpsWorkflowsResult> getWedataOpsWorkflows(GetWedataOpsWorkflowsArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getWedataOpsWorkflows:getWedataOpsWorkflows
arguments:
# arguments dictionaryThe following arguments are supported:
- Project
Id string - Project ID.
- Create
Time string - Creation time, format yyyy-MM-dd HH:mm:ss.
- Create
User stringUin - Creator ID.
- Folder
Id string - File ID.
- Id string
- Key
Word string - Workflow keyword filter, supports fuzzy matching by workflow ID/name.
- Modify
Time string - Update time, format yyyy-MM-dd HH:mm:ss.
- Owner
Uin string - Responsible person ID.
- Result
Output stringFile - Used to save results.
- Sort
Item string - Sorting field, optional values:
CreateTime,TaskCount. - Sort
Type string - Sorting order,
DESCorASC, uppercase. - Status string
- Workflow status filter:
ALL_RUNNING: All scheduled,ALL_FREEZED: All paused,ALL_STOPPTED: All offline,PART_RUNNING: Partially scheduled,ALL_NO_RUNNING: All unscheduled,ALL_INVALID: All invalid. - Workflow
Type string - Workflow type filter, supported values:
CycleorManual. By default, onlyCycleis queried.
- Project
Id string - Project ID.
- Create
Time string - Creation time, format yyyy-MM-dd HH:mm:ss.
- Create
User stringUin - Creator ID.
- Folder
Id string - File ID.
- Id string
- Key
Word string - Workflow keyword filter, supports fuzzy matching by workflow ID/name.
- Modify
Time string - Update time, format yyyy-MM-dd HH:mm:ss.
- Owner
Uin string - Responsible person ID.
- Result
Output stringFile - Used to save results.
- Sort
Item string - Sorting field, optional values:
CreateTime,TaskCount. - Sort
Type string - Sorting order,
DESCorASC, uppercase. - Status string
- Workflow status filter:
ALL_RUNNING: All scheduled,ALL_FREEZED: All paused,ALL_STOPPTED: All offline,PART_RUNNING: Partially scheduled,ALL_NO_RUNNING: All unscheduled,ALL_INVALID: All invalid. - Workflow
Type string - Workflow type filter, supported values:
CycleorManual. By default, onlyCycleis queried.
- project
Id String - Project ID.
- create
Time String - Creation time, format yyyy-MM-dd HH:mm:ss.
- create
User StringUin - Creator ID.
- folder
Id String - File ID.
- id String
- key
Word String - Workflow keyword filter, supports fuzzy matching by workflow ID/name.
- modify
Time String - Update time, format yyyy-MM-dd HH:mm:ss.
- owner
Uin String - Responsible person ID.
- result
Output StringFile - Used to save results.
- sort
Item String - Sorting field, optional values:
CreateTime,TaskCount. - sort
Type String - Sorting order,
DESCorASC, uppercase. - status String
- Workflow status filter:
ALL_RUNNING: All scheduled,ALL_FREEZED: All paused,ALL_STOPPTED: All offline,PART_RUNNING: Partially scheduled,ALL_NO_RUNNING: All unscheduled,ALL_INVALID: All invalid. - workflow
Type String - Workflow type filter, supported values:
CycleorManual. By default, onlyCycleis queried.
- project
Id string - Project ID.
- create
Time string - Creation time, format yyyy-MM-dd HH:mm:ss.
- create
User stringUin - Creator ID.
- folder
Id string - File ID.
- id string
- key
Word string - Workflow keyword filter, supports fuzzy matching by workflow ID/name.
- modify
Time string - Update time, format yyyy-MM-dd HH:mm:ss.
- owner
Uin string - Responsible person ID.
- result
Output stringFile - Used to save results.
- sort
Item string - Sorting field, optional values:
CreateTime,TaskCount. - sort
Type string - Sorting order,
DESCorASC, uppercase. - status string
- Workflow status filter:
ALL_RUNNING: All scheduled,ALL_FREEZED: All paused,ALL_STOPPTED: All offline,PART_RUNNING: Partially scheduled,ALL_NO_RUNNING: All unscheduled,ALL_INVALID: All invalid. - workflow
Type string - Workflow type filter, supported values:
CycleorManual. By default, onlyCycleis queried.
- project_
id str - Project ID.
- create_
time str - Creation time, format yyyy-MM-dd HH:mm:ss.
- create_
user_ struin - Creator ID.
- folder_
id str - File ID.
- id str
- key_
word str - Workflow keyword filter, supports fuzzy matching by workflow ID/name.
- modify_
time str - Update time, format yyyy-MM-dd HH:mm:ss.
- owner_
uin str - Responsible person ID.
- result_
output_ strfile - Used to save results.
- sort_
item str - Sorting field, optional values:
CreateTime,TaskCount. - sort_
type str - Sorting order,
DESCorASC, uppercase. - status str
- Workflow status filter:
ALL_RUNNING: All scheduled,ALL_FREEZED: All paused,ALL_STOPPTED: All offline,PART_RUNNING: Partially scheduled,ALL_NO_RUNNING: All unscheduled,ALL_INVALID: All invalid. - workflow_
type str - Workflow type filter, supported values:
CycleorManual. By default, onlyCycleis queried.
- project
Id String - Project ID.
- create
Time String - Creation time, format yyyy-MM-dd HH:mm:ss.
- create
User StringUin - Creator ID.
- folder
Id String - File ID.
- id String
- key
Word String - Workflow keyword filter, supports fuzzy matching by workflow ID/name.
- modify
Time String - Update time, format yyyy-MM-dd HH:mm:ss.
- owner
Uin String - Responsible person ID.
- result
Output StringFile - Used to save results.
- sort
Item String - Sorting field, optional values:
CreateTime,TaskCount. - sort
Type String - Sorting order,
DESCorASC, uppercase. - status String
- Workflow status filter:
ALL_RUNNING: All scheduled,ALL_FREEZED: All paused,ALL_STOPPTED: All offline,PART_RUNNING: Partially scheduled,ALL_NO_RUNNING: All unscheduled,ALL_INVALID: All invalid. - workflow
Type String - Workflow type filter, supported values:
CycleorManual. By default, onlyCycleis queried.
getWedataOpsWorkflows Result
The following output properties are available:
- Datas
List<Get
Wedata Ops Workflows Data> - Record list.
- Id string
- Project
Id string - Create
Time string - Create
User stringUin - Folder
Id string - Key
Word string - Modify
Time string - Owner
Uin string - Result
Output stringFile - Sort
Item string - Sort
Type string - Status string
- Workflow
Type string
- Datas
[]Get
Wedata Ops Workflows Data - Record list.
- Id string
- Project
Id string - Create
Time string - Create
User stringUin - Folder
Id string - Key
Word string - Modify
Time string - Owner
Uin string - Result
Output stringFile - Sort
Item string - Sort
Type string - Status string
- Workflow
Type string
- datas
List<Get
Wedata Ops Workflows Data> - Record list.
- id String
- project
Id String - create
Time String - create
User StringUin - folder
Id String - key
Word String - modify
Time String - owner
Uin String - result
Output StringFile - sort
Item String - sort
Type String - status String
- workflow
Type String
- datas
Get
Wedata Ops Workflows Data[] - Record list.
- id string
- project
Id string - create
Time string - create
User stringUin - folder
Id string - key
Word string - modify
Time string - owner
Uin string - result
Output stringFile - sort
Item string - sort
Type string - status string
- workflow
Type string
- datas
Sequence[Get
Wedata Ops Workflows Data] - Record list.
- id str
- project_
id str - create_
time str - create_
user_ struin - folder_
id str - key_
word str - modify_
time str - owner_
uin str - result_
output_ strfile - sort_
item str - sort_
type str - status str
- workflow_
type str
- datas List<Property Map>
- Record list.
- id String
- project
Id String - create
Time String - create
User StringUin - folder
Id String - key
Word String - modify
Time String - owner
Uin String - result
Output StringFile - sort
Item String - sort
Type String - status String
- workflow
Type String
Supporting Types
GetWedataOpsWorkflowsData
- Create
Time string - Creation time, format yyyy-MM-dd HH:mm:ss.
- Folder
Id string - File ID.
- Folder
Name string - Owner
Uin string - Responsible person ID.
- Project
Id string - Project ID.
- Project
Name string - Status string
- Workflow status filter:
ALL_RUNNING: All scheduled,ALL_FREEZED: All paused,ALL_STOPPTED: All offline,PART_RUNNING: Partially scheduled,ALL_NO_RUNNING: All unscheduled,ALL_INVALID: All invalid. - Task
Count double - Update
Time string - Update
User stringUin - Workflow
Desc string - Workflow
Id string - Workflow
Name string - Workflow
Type string - Workflow type filter, supported values:
CycleorManual. By default, onlyCycleis queried.
- Create
Time string - Creation time, format yyyy-MM-dd HH:mm:ss.
- Folder
Id string - File ID.
- Folder
Name string - Owner
Uin string - Responsible person ID.
- Project
Id string - Project ID.
- Project
Name string - Status string
- Workflow status filter:
ALL_RUNNING: All scheduled,ALL_FREEZED: All paused,ALL_STOPPTED: All offline,PART_RUNNING: Partially scheduled,ALL_NO_RUNNING: All unscheduled,ALL_INVALID: All invalid. - Task
Count float64 - Update
Time string - Update
User stringUin - Workflow
Desc string - Workflow
Id string - Workflow
Name string - Workflow
Type string - Workflow type filter, supported values:
CycleorManual. By default, onlyCycleis queried.
- create
Time String - Creation time, format yyyy-MM-dd HH:mm:ss.
- folder
Id String - File ID.
- folder
Name String - owner
Uin String - Responsible person ID.
- project
Id String - Project ID.
- project
Name String - status String
- Workflow status filter:
ALL_RUNNING: All scheduled,ALL_FREEZED: All paused,ALL_STOPPTED: All offline,PART_RUNNING: Partially scheduled,ALL_NO_RUNNING: All unscheduled,ALL_INVALID: All invalid. - task
Count Double - update
Time String - update
User StringUin - workflow
Desc String - workflow
Id String - workflow
Name String - workflow
Type String - Workflow type filter, supported values:
CycleorManual. By default, onlyCycleis queried.
- create
Time string - Creation time, format yyyy-MM-dd HH:mm:ss.
- folder
Id string - File ID.
- folder
Name string - owner
Uin string - Responsible person ID.
- project
Id string - Project ID.
- project
Name string - status string
- Workflow status filter:
ALL_RUNNING: All scheduled,ALL_FREEZED: All paused,ALL_STOPPTED: All offline,PART_RUNNING: Partially scheduled,ALL_NO_RUNNING: All unscheduled,ALL_INVALID: All invalid. - task
Count number - update
Time string - update
User stringUin - workflow
Desc string - workflow
Id string - workflow
Name string - workflow
Type string - Workflow type filter, supported values:
CycleorManual. By default, onlyCycleis queried.
- create_
time str - Creation time, format yyyy-MM-dd HH:mm:ss.
- folder_
id str - File ID.
- folder_
name str - owner_
uin str - Responsible person ID.
- project_
id str - Project ID.
- project_
name str - status str
- Workflow status filter:
ALL_RUNNING: All scheduled,ALL_FREEZED: All paused,ALL_STOPPTED: All offline,PART_RUNNING: Partially scheduled,ALL_NO_RUNNING: All unscheduled,ALL_INVALID: All invalid. - task_
count float - update_
time str - update_
user_ struin - workflow_
desc str - workflow_
id str - workflow_
name str - workflow_
type str - Workflow type filter, supported values:
CycleorManual. By default, onlyCycleis queried.
- create
Time String - Creation time, format yyyy-MM-dd HH:mm:ss.
- folder
Id String - File ID.
- folder
Name String - owner
Uin String - Responsible person ID.
- project
Id String - Project ID.
- project
Name String - status String
- Workflow status filter:
ALL_RUNNING: All scheduled,ALL_FREEZED: All paused,ALL_STOPPTED: All offline,PART_RUNNING: Partially scheduled,ALL_NO_RUNNING: All unscheduled,ALL_INVALID: All invalid. - task
Count Number - update
Time String - update
User StringUin - workflow
Desc String - workflow
Id String - workflow
Name String - workflow
Type String - Workflow type filter, supported values:
CycleorManual. By default, onlyCycleis queried.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
