tencentcloud 1.82.68 published on Friday, Feb 6, 2026 by tencentcloudstack
tencentcloud 1.82.68 published on Friday, Feb 6, 2026 by tencentcloudstack
Use this data source to query detailed information of wedata trigger_workflow_run
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const triggerWorkflowRun = tencentcloud.getWedataTriggerWorkflowRun({
projectId: "1840731342293087232",
workflowExecutionId: "82c15b04-a6ef-4075-bed2-d20d23457297",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
trigger_workflow_run = tencentcloud.get_wedata_trigger_workflow_run(project_id="1840731342293087232",
workflow_execution_id="82c15b04-a6ef-4075-bed2-d20d23457297")
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.GetWedataTriggerWorkflowRun(ctx, &tencentcloud.GetWedataTriggerWorkflowRunArgs{
ProjectId: "1840731342293087232",
WorkflowExecutionId: "82c15b04-a6ef-4075-bed2-d20d23457297",
}, 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 triggerWorkflowRun = Tencentcloud.GetWedataTriggerWorkflowRun.Invoke(new()
{
ProjectId = "1840731342293087232",
WorkflowExecutionId = "82c15b04-a6ef-4075-bed2-d20d23457297",
});
});
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.GetWedataTriggerWorkflowRunArgs;
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 triggerWorkflowRun = TencentcloudFunctions.getWedataTriggerWorkflowRun(GetWedataTriggerWorkflowRunArgs.builder()
.projectId("1840731342293087232")
.workflowExecutionId("82c15b04-a6ef-4075-bed2-d20d23457297")
.build());
}
}
variables:
triggerWorkflowRun:
fn::invoke:
function: tencentcloud:getWedataTriggerWorkflowRun
arguments:
projectId: '1840731342293087232'
workflowExecutionId: 82c15b04-a6ef-4075-bed2-d20d23457297
Using getWedataTriggerWorkflowRun
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 getWedataTriggerWorkflowRun(args: GetWedataTriggerWorkflowRunArgs, opts?: InvokeOptions): Promise<GetWedataTriggerWorkflowRunResult>
function getWedataTriggerWorkflowRunOutput(args: GetWedataTriggerWorkflowRunOutputArgs, opts?: InvokeOptions): Output<GetWedataTriggerWorkflowRunResult>def get_wedata_trigger_workflow_run(filters: Optional[Sequence[GetWedataTriggerWorkflowRunFilter]] = None,
id: Optional[str] = None,
order_fields: Optional[Sequence[GetWedataTriggerWorkflowRunOrderField]] = None,
project_id: Optional[str] = None,
result_output_file: Optional[str] = None,
workflow_execution_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWedataTriggerWorkflowRunResult
def get_wedata_trigger_workflow_run_output(filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetWedataTriggerWorkflowRunFilterArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
order_fields: Optional[pulumi.Input[Sequence[pulumi.Input[GetWedataTriggerWorkflowRunOrderFieldArgs]]]] = None,
project_id: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
workflow_execution_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWedataTriggerWorkflowRunResult]func GetWedataTriggerWorkflowRun(ctx *Context, args *GetWedataTriggerWorkflowRunArgs, opts ...InvokeOption) (*GetWedataTriggerWorkflowRunResult, error)
func GetWedataTriggerWorkflowRunOutput(ctx *Context, args *GetWedataTriggerWorkflowRunOutputArgs, opts ...InvokeOption) GetWedataTriggerWorkflowRunResultOutput> Note: This function is named GetWedataTriggerWorkflowRun in the Go SDK.
public static class GetWedataTriggerWorkflowRun
{
public static Task<GetWedataTriggerWorkflowRunResult> InvokeAsync(GetWedataTriggerWorkflowRunArgs args, InvokeOptions? opts = null)
public static Output<GetWedataTriggerWorkflowRunResult> Invoke(GetWedataTriggerWorkflowRunInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetWedataTriggerWorkflowRunResult> getWedataTriggerWorkflowRun(GetWedataTriggerWorkflowRunArgs args, InvokeOptions options)
public static Output<GetWedataTriggerWorkflowRunResult> getWedataTriggerWorkflowRun(GetWedataTriggerWorkflowRunArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getWedataTriggerWorkflowRun:getWedataTriggerWorkflowRun
arguments:
# arguments dictionaryThe following arguments are supported:
- Project
Id string - Project ID.
- Workflow
Execution stringId - Workflow execution ID.
- Filters
List<Get
Wedata Trigger Workflow Run Filter> - Filter conditions.
- Id string
- Order
Fields List<GetWedata Trigger Workflow Run Order Field> - Sort conditions.
- Result
Output stringFile - Used to save results.
- Project
Id string - Project ID.
- Workflow
Execution stringId - Workflow execution ID.
- Filters
[]Get
Wedata Trigger Workflow Run Filter - Filter conditions.
- Id string
- Order
Fields []GetWedata Trigger Workflow Run Order Field - Sort conditions.
- Result
Output stringFile - Used to save results.
- project
Id String - Project ID.
- workflow
Execution StringId - Workflow execution ID.
- filters
List<Get
Wedata Trigger Workflow Run Filter> - Filter conditions.
- id String
- order
Fields List<GetWedata Trigger Workflow Run Order Field> - Sort conditions.
- result
Output StringFile - Used to save results.
- project
Id string - Project ID.
- workflow
Execution stringId - Workflow execution ID.
- filters
Get
Wedata Trigger Workflow Run Filter[] - Filter conditions.
- id string
- order
Fields GetWedata Trigger Workflow Run Order Field[] - Sort conditions.
- result
Output stringFile - Used to save results.
- project_
id str - Project ID.
- workflow_
execution_ strid - Workflow execution ID.
- filters
Sequence[Get
Wedata Trigger Workflow Run Filter] - Filter conditions.
- id str
- order_
fields Sequence[GetWedata Trigger Workflow Run Order Field] - Sort conditions.
- result_
output_ strfile - Used to save results.
- project
Id String - Project ID.
- workflow
Execution StringId - Workflow execution ID.
- filters List<Property Map>
- Filter conditions.
- id String
- order
Fields List<Property Map> - Sort conditions.
- result
Output StringFile - Used to save results.
getWedataTriggerWorkflowRun Result
The following output properties are available:
- Datas
List<Get
Wedata Trigger Workflow Run Data> - Workflow task information.
- Id string
- Project
Id string - Workflow
Execution stringId - Filters
List<Get
Wedata Trigger Workflow Run Filter> - Order
Fields List<GetWedata Trigger Workflow Run Order Field> - Result
Output stringFile
- Datas
[]Get
Wedata Trigger Workflow Run Data - Workflow task information.
- Id string
- Project
Id string - Workflow
Execution stringId - Filters
[]Get
Wedata Trigger Workflow Run Filter - Order
Fields []GetWedata Trigger Workflow Run Order Field - Result
Output stringFile
- datas
List<Get
Wedata Trigger Workflow Run Data> - Workflow task information.
- id String
- project
Id String - workflow
Execution StringId - filters
List<Get
Wedata Trigger Workflow Run Filter> - order
Fields List<GetWedata Trigger Workflow Run Order Field> - result
Output StringFile
- datas
Get
Wedata Trigger Workflow Run Data[] - Workflow task information.
- id string
- project
Id string - workflow
Execution stringId - filters
Get
Wedata Trigger Workflow Run Filter[] - order
Fields GetWedata Trigger Workflow Run Order Field[] - result
Output stringFile
- datas List<Property Map>
- Workflow task information.
- id String
- project
Id String - workflow
Execution StringId - filters List<Property Map>
- order
Fields List<Property Map> - result
Output StringFile
Supporting Types
GetWedataTriggerWorkflowRunData
GetWedataTriggerWorkflowRunDataBizStateEnumInfo
- Count double
- Label
Key string - Label
Value string
- Count float64
- Label
Key string - Label
Value string
- count Double
- label
Key String - label
Value String
- count number
- label
Key string - label
Value string
- count float
- label_
key str - label_
value str
- count Number
- label
Key String - label
Value String
GetWedataTriggerWorkflowRunDataTriggerTaskRun
- All
Cost stringTime - Create
Time string - Create
Uin string - Creater
Uin string - Cycle
Type string - Depend
On List<string>Lists - Dependence
Finished stringTime - Error
Code string - Error
Code stringStr - Execute
User stringName - Execute
User stringUin - Execution
End stringTime - Execution
Id string - Execution
Result string - Execution
Start stringTime - Execution
State string - Execution
Time string - Folder
Id string - Folder
Name string - Is
Latest boolExecution - Issue
Time string - Job
Id string - Left
Coordinate double - Pending
Start stringTime - Project
Id string - Project ID.
- Project
Name string - Queue
Cost stringTime - Queue
Start stringTime - Rerun
Times double - Resource
Group string - Resource
Group stringId - Resource
Group stringName - Retry
Times double - Run
Params string - Support
Rerun bool - Task
Execution stringState - Task
Id string - Task
Name string - Task
Type string - Task
Type stringExtensions - Task
Type doubleId - Task
Version stringId - Time
Zone string - Timezone string
- Top
Coordinate double - Trigger
Type string - Update
Time string - User
Name stringIn Charge - User
Uin stringIn Charge - Wait
Time string - Workflow
Execution stringId - Workflow execution ID.
- Workflow
Execution stringState - Workflow
Id string - Workflow
Name string - Workflow
Params string
- All
Cost stringTime - Create
Time string - Create
Uin string - Creater
Uin string - Cycle
Type string - Depend
On []stringLists - Dependence
Finished stringTime - Error
Code string - Error
Code stringStr - Execute
User stringName - Execute
User stringUin - Execution
End stringTime - Execution
Id string - Execution
Result string - Execution
Start stringTime - Execution
State string - Execution
Time string - Folder
Id string - Folder
Name string - Is
Latest boolExecution - Issue
Time string - Job
Id string - Left
Coordinate float64 - Pending
Start stringTime - Project
Id string - Project ID.
- Project
Name string - Queue
Cost stringTime - Queue
Start stringTime - Rerun
Times float64 - Resource
Group string - Resource
Group stringId - Resource
Group stringName - Retry
Times float64 - Run
Params string - Support
Rerun bool - Task
Execution stringState - Task
Id string - Task
Name string - Task
Type string - Task
Type stringExtensions - Task
Type float64Id - Task
Version stringId - Time
Zone string - Timezone string
- Top
Coordinate float64 - Trigger
Type string - Update
Time string - User
Name stringIn Charge - User
Uin stringIn Charge - Wait
Time string - Workflow
Execution stringId - Workflow execution ID.
- Workflow
Execution stringState - Workflow
Id string - Workflow
Name string - Workflow
Params string
- all
Cost StringTime - create
Time String - create
Uin String - creater
Uin String - cycle
Type String - depend
On List<String>Lists - dependence
Finished StringTime - error
Code String - error
Code StringStr - execute
User StringName - execute
User StringUin - execution
End StringTime - execution
Id String - execution
Result String - execution
Start StringTime - execution
State String - execution
Time String - folder
Id String - folder
Name String - is
Latest BooleanExecution - issue
Time String - job
Id String - left
Coordinate Double - pending
Start StringTime - project
Id String - Project ID.
- project
Name String - queue
Cost StringTime - queue
Start StringTime - rerun
Times Double - resource
Group String - resource
Group StringId - resource
Group StringName - retry
Times Double - run
Params String - support
Rerun Boolean - task
Execution StringState - task
Id String - task
Name String - task
Type String - task
Type StringExtensions - task
Type DoubleId - task
Version StringId - time
Zone String - timezone String
- top
Coordinate Double - trigger
Type String - update
Time String - user
Name StringIn Charge - user
Uin StringIn Charge - wait
Time String - workflow
Execution StringId - Workflow execution ID.
- workflow
Execution StringState - workflow
Id String - workflow
Name String - workflow
Params String
- all
Cost stringTime - create
Time string - create
Uin string - creater
Uin string - cycle
Type string - depend
On string[]Lists - dependence
Finished stringTime - error
Code string - error
Code stringStr - execute
User stringName - execute
User stringUin - execution
End stringTime - execution
Id string - execution
Result string - execution
Start stringTime - execution
State string - execution
Time string - folder
Id string - folder
Name string - is
Latest booleanExecution - issue
Time string - job
Id string - left
Coordinate number - pending
Start stringTime - project
Id string - Project ID.
- project
Name string - queue
Cost stringTime - queue
Start stringTime - rerun
Times number - resource
Group string - resource
Group stringId - resource
Group stringName - retry
Times number - run
Params string - support
Rerun boolean - task
Execution stringState - task
Id string - task
Name string - task
Type string - task
Type stringExtensions - task
Type numberId - task
Version stringId - time
Zone string - timezone string
- top
Coordinate number - trigger
Type string - update
Time string - user
Name stringIn Charge - user
Uin stringIn Charge - wait
Time string - workflow
Execution stringId - Workflow execution ID.
- workflow
Execution stringState - workflow
Id string - workflow
Name string - workflow
Params string
- all_
cost_ strtime - create_
time str - create_
uin str - creater_
uin str - cycle_
type str - depend_
on_ Sequence[str]lists - dependence_
finished_ strtime - error_
code str - error_
code_ strstr - execute_
user_ strname - execute_
user_ struin - execution_
end_ strtime - execution_
id str - execution_
result str - execution_
start_ strtime - execution_
state str - execution_
time str - folder_
id str - folder_
name str - is_
latest_ boolexecution - issue_
time str - job_
id str - left_
coordinate float - pending_
start_ strtime - project_
id str - Project ID.
- project_
name str - queue_
cost_ strtime - queue_
start_ strtime - rerun_
times float - resource_
group str - resource_
group_ strid - resource_
group_ strname - retry_
times float - run_
params str - support_
rerun bool - task_
execution_ strstate - task_
id str - task_
name str - task_
type str - task_
type_ strextensions - task_
type_ floatid - task_
version_ strid - time_
zone str - timezone str
- top_
coordinate float - trigger_
type str - update_
time str - user_
name_ strin_ charge - user_
uin_ strin_ charge - wait_
time str - workflow_
execution_ strid - Workflow execution ID.
- workflow_
execution_ strstate - workflow_
id str - workflow_
name str - workflow_
params str
- all
Cost StringTime - create
Time String - create
Uin String - creater
Uin String - cycle
Type String - depend
On List<String>Lists - dependence
Finished StringTime - error
Code String - error
Code StringStr - execute
User StringName - execute
User StringUin - execution
End StringTime - execution
Id String - execution
Result String - execution
Start StringTime - execution
State String - execution
Time String - folder
Id String - folder
Name String - is
Latest BooleanExecution - issue
Time String - job
Id String - left
Coordinate Number - pending
Start StringTime - project
Id String - Project ID.
- project
Name String - queue
Cost StringTime - queue
Start StringTime - rerun
Times Number - resource
Group String - resource
Group StringId - resource
Group StringName - retry
Times Number - run
Params String - support
Rerun Boolean - task
Execution StringState - task
Id String - task
Name String - task
Type String - task
Type StringExtensions - task
Type NumberId - task
Version StringId - time
Zone String - timezone String
- top
Coordinate Number - trigger
Type String - update
Time String - user
Name StringIn Charge - user
Uin StringIn Charge - wait
Time String - workflow
Execution StringId - Workflow execution ID.
- workflow
Execution StringState - workflow
Id String - workflow
Name String - workflow
Params String
GetWedataTriggerWorkflowRunDataTriggerWorkflowRun
- App
Id string - Create
Time string - Cycle
Type string - End
Time string - Error
Code stringStr - Execute
User stringName - Execute
User stringUin - Execution
Cost stringTime - Execution
End stringTime - Execution
Id string - Execution
Start stringTime - Execution
State string - Folder
Id string - Folder
Name string - Pending
Cost stringTime - Pending
Start stringTime - Planned
Scheduling stringTime - Project
Id string - Project ID.
- Queue
Cost stringTime - Queue
Start stringTime - Rerun
Times double - Selected
Task List<string>Ids - Support
Rerun bool - Trigger
Id string - Trigger
Type string - User
Name stringIn Charge - User
Uin stringIn Charge - Workflow
Id string - Workflow
Name string - Workflow
Params string - Workflow
Version stringId
- App
Id string - Create
Time string - Cycle
Type string - End
Time string - Error
Code stringStr - Execute
User stringName - Execute
User stringUin - Execution
Cost stringTime - Execution
End stringTime - Execution
Id string - Execution
Start stringTime - Execution
State string - Folder
Id string - Folder
Name string - Pending
Cost stringTime - Pending
Start stringTime - Planned
Scheduling stringTime - Project
Id string - Project ID.
- Queue
Cost stringTime - Queue
Start stringTime - Rerun
Times float64 - Selected
Task []stringIds - Support
Rerun bool - Trigger
Id string - Trigger
Type string - User
Name stringIn Charge - User
Uin stringIn Charge - Workflow
Id string - Workflow
Name string - Workflow
Params string - Workflow
Version stringId
- app
Id String - create
Time String - cycle
Type String - end
Time String - error
Code StringStr - execute
User StringName - execute
User StringUin - execution
Cost StringTime - execution
End StringTime - execution
Id String - execution
Start StringTime - execution
State String - folder
Id String - folder
Name String - pending
Cost StringTime - pending
Start StringTime - planned
Scheduling StringTime - project
Id String - Project ID.
- queue
Cost StringTime - queue
Start StringTime - rerun
Times Double - selected
Task List<String>Ids - support
Rerun Boolean - trigger
Id String - trigger
Type String - user
Name StringIn Charge - user
Uin StringIn Charge - workflow
Id String - workflow
Name String - workflow
Params String - workflow
Version StringId
- app
Id string - create
Time string - cycle
Type string - end
Time string - error
Code stringStr - execute
User stringName - execute
User stringUin - execution
Cost stringTime - execution
End stringTime - execution
Id string - execution
Start stringTime - execution
State string - folder
Id string - folder
Name string - pending
Cost stringTime - pending
Start stringTime - planned
Scheduling stringTime - project
Id string - Project ID.
- queue
Cost stringTime - queue
Start stringTime - rerun
Times number - selected
Task string[]Ids - support
Rerun boolean - trigger
Id string - trigger
Type string - user
Name stringIn Charge - user
Uin stringIn Charge - workflow
Id string - workflow
Name string - workflow
Params string - workflow
Version stringId
- app_
id str - create_
time str - cycle_
type str - end_
time str - error_
code_ strstr - execute_
user_ strname - execute_
user_ struin - execution_
cost_ strtime - execution_
end_ strtime - execution_
id str - execution_
start_ strtime - execution_
state str - folder_
id str - folder_
name str - pending_
cost_ strtime - pending_
start_ strtime - planned_
scheduling_ strtime - project_
id str - Project ID.
- queue_
cost_ strtime - queue_
start_ strtime - rerun_
times float - selected_
task_ Sequence[str]ids - support_
rerun bool - trigger_
id str - trigger_
type str - user_
name_ strin_ charge - user_
uin_ strin_ charge - workflow_
id str - workflow_
name str - workflow_
params str - workflow_
version_ strid
- app
Id String - create
Time String - cycle
Type String - end
Time String - error
Code StringStr - execute
User StringName - execute
User StringUin - execution
Cost StringTime - execution
End StringTime - execution
Id String - execution
Start StringTime - execution
State String - folder
Id String - folder
Name String - pending
Cost StringTime - pending
Start StringTime - planned
Scheduling StringTime - project
Id String - Project ID.
- queue
Cost StringTime - queue
Start StringTime - rerun
Times Number - selected
Task List<String>Ids - support
Rerun Boolean - trigger
Id String - trigger
Type String - user
Name StringIn Charge - user
Uin StringIn Charge - workflow
Id String - workflow
Name String - workflow
Params String - workflow
Version StringId
GetWedataTriggerWorkflowRunFilter
GetWedataTriggerWorkflowRunOrderField
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
tencentcloud 1.82.68 published on Friday, Feb 6, 2026 by tencentcloudstack
