tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
tencentcloud.getWedataTasks
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
Use this data source to query detailed information of wedata wedata_tasks
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const wedataTasks = tencentcloud.getWedataTasks({
projectId: "2905622749543821312",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
wedata_tasks = tencentcloud.get_wedata_tasks(project_id="2905622749543821312")
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.GetWedataTasks(ctx, &tencentcloud.GetWedataTasksArgs{
ProjectId: "2905622749543821312",
}, 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 wedataTasks = Tencentcloud.GetWedataTasks.Invoke(new()
{
ProjectId = "2905622749543821312",
});
});
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.GetWedataTasksArgs;
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 wedataTasks = TencentcloudFunctions.getWedataTasks(GetWedataTasksArgs.builder()
.projectId("2905622749543821312")
.build());
}
}
variables:
wedataTasks:
fn::invoke:
function: tencentcloud:getWedataTasks
arguments:
projectId: 2.9056227495438213e+18
Using getWedataTasks
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 getWedataTasks(args: GetWedataTasksArgs, opts?: InvokeOptions): Promise<GetWedataTasksResult>
function getWedataTasksOutput(args: GetWedataTasksOutputArgs, opts?: InvokeOptions): Output<GetWedataTasksResult>def get_wedata_tasks(bundle_id: Optional[str] = None,
create_times: Optional[Sequence[str]] = None,
create_user_uin: Optional[str] = None,
id: Optional[str] = None,
modify_times: Optional[Sequence[str]] = None,
owner_uin: Optional[str] = None,
project_id: Optional[str] = None,
result_output_file: Optional[str] = None,
status: Optional[str] = None,
submit: Optional[bool] = None,
task_name: Optional[str] = None,
task_type_id: Optional[float] = None,
workflow_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWedataTasksResult
def get_wedata_tasks_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,
modify_times: Optional[pulumi.Input[Sequence[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,
status: Optional[pulumi.Input[str]] = None,
submit: Optional[pulumi.Input[bool]] = None,
task_name: Optional[pulumi.Input[str]] = None,
task_type_id: Optional[pulumi.Input[float]] = None,
workflow_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWedataTasksResult]func GetWedataTasks(ctx *Context, args *GetWedataTasksArgs, opts ...InvokeOption) (*GetWedataTasksResult, error)
func GetWedataTasksOutput(ctx *Context, args *GetWedataTasksOutputArgs, opts ...InvokeOption) GetWedataTasksResultOutput> Note: This function is named GetWedataTasks in the Go SDK.
public static class GetWedataTasks
{
public static Task<GetWedataTasksResult> InvokeAsync(GetWedataTasksArgs args, InvokeOptions? opts = null)
public static Output<GetWedataTasksResult> Invoke(GetWedataTasksInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetWedataTasksResult> getWedataTasks(GetWedataTasksArgs args, InvokeOptions options)
public static Output<GetWedataTasksResult> getWedataTasks(GetWedataTasksArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getWedataTasks:getWedataTasks
arguments:
# arguments dictionaryThe following arguments are supported:
- Project
Id string - Project ID.
- Bundle
Id string - Bundle id.
- Create
Times List<string> - Creation time range (yyyy-MM-dd HH:MM:ss). Two time values must be provided in the array.
- Create
User stringUin - Creator ID.
- Id string
- Modify
Times List<string> - Modification time range (yyyy-MM-dd HH:mm:ss). Two time values must be provided in the array.
- Owner
Uin string - Owner ID.
- Result
Output stringFile - Used to save results.
- Status string
- Task Status:
- N: New
- Y: Scheduling
- F: Offline
- O: Paused
- T: Offlining
- INVALID: Invalid.
- Submit bool
- Submission status.
- Task
Name string - Task name.
- Task
Type doubleId - Task type.
- Workflow
Id string - Workflow ID.
- Project
Id string - Project ID.
- Bundle
Id string - Bundle id.
- Create
Times []string - Creation time range (yyyy-MM-dd HH:MM:ss). Two time values must be provided in the array.
- Create
User stringUin - Creator ID.
- Id string
- Modify
Times []string - Modification time range (yyyy-MM-dd HH:mm:ss). Two time values must be provided in the array.
- Owner
Uin string - Owner ID.
- Result
Output stringFile - Used to save results.
- Status string
- Task Status:
- N: New
- Y: Scheduling
- F: Offline
- O: Paused
- T: Offlining
- INVALID: Invalid.
- Submit bool
- Submission status.
- Task
Name string - Task name.
- Task
Type float64Id - Task type.
- Workflow
Id string - Workflow ID.
- project
Id String - Project ID.
- bundle
Id String - Bundle id.
- create
Times List<String> - Creation time range (yyyy-MM-dd HH:MM:ss). Two time values must be provided in the array.
- create
User StringUin - Creator ID.
- id String
- modify
Times List<String> - Modification time range (yyyy-MM-dd HH:mm:ss). Two time values must be provided in the array.
- owner
Uin String - Owner ID.
- result
Output StringFile - Used to save results.
- status String
- Task Status:
- N: New
- Y: Scheduling
- F: Offline
- O: Paused
- T: Offlining
- INVALID: Invalid.
- submit Boolean
- Submission status.
- task
Name String - Task name.
- task
Type DoubleId - Task type.
- workflow
Id String - Workflow ID.
- project
Id string - Project ID.
- bundle
Id string - Bundle id.
- create
Times string[] - Creation time range (yyyy-MM-dd HH:MM:ss). Two time values must be provided in the array.
- create
User stringUin - Creator ID.
- id string
- modify
Times string[] - Modification time range (yyyy-MM-dd HH:mm:ss). Two time values must be provided in the array.
- owner
Uin string - Owner ID.
- result
Output stringFile - Used to save results.
- status string
- Task Status:
- N: New
- Y: Scheduling
- F: Offline
- O: Paused
- T: Offlining
- INVALID: Invalid.
- submit boolean
- Submission status.
- task
Name string - Task name.
- task
Type numberId - Task type.
- workflow
Id string - Workflow ID.
- project_
id str - Project ID.
- bundle_
id str - Bundle id.
- create_
times Sequence[str] - Creation time range (yyyy-MM-dd HH:MM:ss). Two time values must be provided in the array.
- create_
user_ struin - Creator ID.
- id str
- modify_
times Sequence[str] - Modification time range (yyyy-MM-dd HH:mm:ss). Two time values must be provided in the array.
- owner_
uin str - Owner ID.
- result_
output_ strfile - Used to save results.
- status str
- Task Status:
- N: New
- Y: Scheduling
- F: Offline
- O: Paused
- T: Offlining
- INVALID: Invalid.
- submit bool
- Submission status.
- task_
name str - Task name.
- task_
type_ floatid - Task type.
- workflow_
id str - Workflow ID.
- project
Id String - Project ID.
- bundle
Id String - Bundle id.
- create
Times List<String> - Creation time range (yyyy-MM-dd HH:MM:ss). Two time values must be provided in the array.
- create
User StringUin - Creator ID.
- id String
- modify
Times List<String> - Modification time range (yyyy-MM-dd HH:mm:ss). Two time values must be provided in the array.
- owner
Uin String - Owner ID.
- result
Output StringFile - Used to save results.
- status String
- Task Status:
- N: New
- Y: Scheduling
- F: Offline
- O: Paused
- T: Offlining
- INVALID: Invalid.
- submit Boolean
- Submission status.
- task
Name String - Task name.
- task
Type NumberId - Task type.
- workflow
Id String - Workflow ID.
getWedataTasks Result
The following output properties are available:
- Datas
List<Get
Wedata Tasks Data> - Describes the task pagination information.
- Id string
- Project
Id string - Bundle
Id string - Create
Times List<string> - Create
User stringUin - Modify
Times List<string> - Owner
Uin string - Result
Output stringFile - Status string
- Submit bool
- Task
Name string - Task
Type doubleId - Workflow
Id string
- Datas
[]Get
Wedata Tasks Data - Describes the task pagination information.
- Id string
- Project
Id string - Bundle
Id string - Create
Times []string - Create
User stringUin - Modify
Times []string - Owner
Uin string - Result
Output stringFile - Status string
- Submit bool
- Task
Name string - Task
Type float64Id - Workflow
Id string
- datas
List<Get
Wedata Tasks Data> - Describes the task pagination information.
- id String
- project
Id String - bundle
Id String - create
Times List<String> - create
User StringUin - modify
Times List<String> - owner
Uin String - result
Output StringFile - status String
- submit Boolean
- task
Name String - task
Type DoubleId - workflow
Id String
- datas
Get
Wedata Tasks Data[] - Describes the task pagination information.
- id string
- project
Id string - bundle
Id string - create
Times string[] - create
User stringUin - modify
Times string[] - owner
Uin string - result
Output stringFile - status string
- submit boolean
- task
Name string - task
Type numberId - workflow
Id string
- datas
Sequence[Get
Wedata Tasks Data] - Describes the task pagination information.
- id str
- project_
id str - bundle_
id str - create_
times Sequence[str] - create_
user_ struin - modify_
times Sequence[str] - owner_
uin str - result_
output_ strfile - status str
- submit bool
- task_
name str - task_
type_ floatid - workflow_
id str
- datas List<Property Map>
- Describes the task pagination information.
- id String
- project
Id String - bundle
Id String - create
Times List<String> - create
User StringUin - modify
Times List<String> - owner
Uin String - result
Output StringFile - status String
- submit Boolean
- task
Name String - task
Type NumberId - workflow
Id String
Supporting Types
GetWedataTasksData
- Create
Time string - Creation time range (yyyy-MM-dd HH:MM:ss). Two time values must be provided in the array.
- Create
User stringUin - Creator ID.
- Last
Ops stringTime - Last
Ops stringUser Name - Last
Update stringTime - Last
Update stringUser Name - Owner
Uin string - Owner ID.
- Status string
- Task Status:
- N: New
- Y: Scheduling
- F: Offline
- O: Paused
- T: Offlining
- INVALID: Invalid.
- Submit bool
- Submission status.
- Task
Description string - Task
Id string - Task
Latest stringSubmit Version No - Task
Latest stringVersion No - Task
Name string - Task name.
- Task
Type doubleId - Task type.
- Update
User stringUin - Workflow
Id string - Workflow ID.
- Workflow
Name string
- Create
Time string - Creation time range (yyyy-MM-dd HH:MM:ss). Two time values must be provided in the array.
- Create
User stringUin - Creator ID.
- Last
Ops stringTime - Last
Ops stringUser Name - Last
Update stringTime - Last
Update stringUser Name - Owner
Uin string - Owner ID.
- Status string
- Task Status:
- N: New
- Y: Scheduling
- F: Offline
- O: Paused
- T: Offlining
- INVALID: Invalid.
- Submit bool
- Submission status.
- Task
Description string - Task
Id string - Task
Latest stringSubmit Version No - Task
Latest stringVersion No - Task
Name string - Task name.
- Task
Type float64Id - Task type.
- Update
User stringUin - Workflow
Id string - Workflow ID.
- Workflow
Name string
- create
Time String - Creation time range (yyyy-MM-dd HH:MM:ss). Two time values must be provided in the array.
- create
User StringUin - Creator ID.
- last
Ops StringTime - last
Ops StringUser Name - last
Update StringTime - last
Update StringUser Name - owner
Uin String - Owner ID.
- status String
- Task Status:
- N: New
- Y: Scheduling
- F: Offline
- O: Paused
- T: Offlining
- INVALID: Invalid.
- submit Boolean
- Submission status.
- task
Description String - task
Id String - task
Latest StringSubmit Version No - task
Latest StringVersion No - task
Name String - Task name.
- task
Type DoubleId - Task type.
- update
User StringUin - workflow
Id String - Workflow ID.
- workflow
Name String
- create
Time string - Creation time range (yyyy-MM-dd HH:MM:ss). Two time values must be provided in the array.
- create
User stringUin - Creator ID.
- last
Ops stringTime - last
Ops stringUser Name - last
Update stringTime - last
Update stringUser Name - owner
Uin string - Owner ID.
- status string
- Task Status:
- N: New
- Y: Scheduling
- F: Offline
- O: Paused
- T: Offlining
- INVALID: Invalid.
- submit boolean
- Submission status.
- task
Description string - task
Id string - task
Latest stringSubmit Version No - task
Latest stringVersion No - task
Name string - Task name.
- task
Type numberId - Task type.
- update
User stringUin - workflow
Id string - Workflow ID.
- workflow
Name string
- create_
time str - Creation time range (yyyy-MM-dd HH:MM:ss). Two time values must be provided in the array.
- create_
user_ struin - Creator ID.
- last_
ops_ strtime - last_
ops_ struser_ name - last_
update_ strtime - last_
update_ struser_ name - owner_
uin str - Owner ID.
- status str
- Task Status:
- N: New
- Y: Scheduling
- F: Offline
- O: Paused
- T: Offlining
- INVALID: Invalid.
- submit bool
- Submission status.
- task_
description str - task_
id str - task_
latest_ strsubmit_ version_ no - task_
latest_ strversion_ no - task_
name str - Task name.
- task_
type_ floatid - Task type.
- update_
user_ struin - workflow_
id str - Workflow ID.
- workflow_
name str
- create
Time String - Creation time range (yyyy-MM-dd HH:MM:ss). Two time values must be provided in the array.
- create
User StringUin - Creator ID.
- last
Ops StringTime - last
Ops StringUser Name - last
Update StringTime - last
Update StringUser Name - owner
Uin String - Owner ID.
- status String
- Task Status:
- N: New
- Y: Scheduling
- F: Offline
- O: Paused
- T: Offlining
- INVALID: Invalid.
- submit Boolean
- Submission status.
- task
Description String - task
Id String - task
Latest StringSubmit Version No - task
Latest StringVersion No - task
Name String - Task name.
- task
Type NumberId - Task type.
- update
User StringUin - workflow
Id String - Workflow ID.
- workflow
Name String
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
