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 ops trigger workflow.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const opsTriggerWorkflow = tencentcloud.getWedataOpsTriggerWorkflow({
projectId: "3108707295180644352",
workflowId: "b41e8d13-905a-4006-9d05-1fe180338f59",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
ops_trigger_workflow = tencentcloud.get_wedata_ops_trigger_workflow(project_id="3108707295180644352",
workflow_id="b41e8d13-905a-4006-9d05-1fe180338f59")
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.GetWedataOpsTriggerWorkflow(ctx, &tencentcloud.GetWedataOpsTriggerWorkflowArgs{
ProjectId: "3108707295180644352",
WorkflowId: "b41e8d13-905a-4006-9d05-1fe180338f59",
}, 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 opsTriggerWorkflow = Tencentcloud.GetWedataOpsTriggerWorkflow.Invoke(new()
{
ProjectId = "3108707295180644352",
WorkflowId = "b41e8d13-905a-4006-9d05-1fe180338f59",
});
});
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.GetWedataOpsTriggerWorkflowArgs;
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 opsTriggerWorkflow = TencentcloudFunctions.getWedataOpsTriggerWorkflow(GetWedataOpsTriggerWorkflowArgs.builder()
.projectId("3108707295180644352")
.workflowId("b41e8d13-905a-4006-9d05-1fe180338f59")
.build());
}
}
variables:
opsTriggerWorkflow:
fn::invoke:
function: tencentcloud:getWedataOpsTriggerWorkflow
arguments:
projectId: '3108707295180644352'
workflowId: b41e8d13-905a-4006-9d05-1fe180338f59
Using getWedataOpsTriggerWorkflow
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 getWedataOpsTriggerWorkflow(args: GetWedataOpsTriggerWorkflowArgs, opts?: InvokeOptions): Promise<GetWedataOpsTriggerWorkflowResult>
function getWedataOpsTriggerWorkflowOutput(args: GetWedataOpsTriggerWorkflowOutputArgs, opts?: InvokeOptions): Output<GetWedataOpsTriggerWorkflowResult>def get_wedata_ops_trigger_workflow(id: Optional[str] = None,
project_id: Optional[str] = None,
result_output_file: Optional[str] = None,
workflow_execution_id: Optional[str] = None,
workflow_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWedataOpsTriggerWorkflowResult
def get_wedata_ops_trigger_workflow_output(id: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
workflow_execution_id: Optional[pulumi.Input[str]] = None,
workflow_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWedataOpsTriggerWorkflowResult]func GetWedataOpsTriggerWorkflow(ctx *Context, args *GetWedataOpsTriggerWorkflowArgs, opts ...InvokeOption) (*GetWedataOpsTriggerWorkflowResult, error)
func GetWedataOpsTriggerWorkflowOutput(ctx *Context, args *GetWedataOpsTriggerWorkflowOutputArgs, opts ...InvokeOption) GetWedataOpsTriggerWorkflowResultOutput> Note: This function is named GetWedataOpsTriggerWorkflow in the Go SDK.
public static class GetWedataOpsTriggerWorkflow
{
public static Task<GetWedataOpsTriggerWorkflowResult> InvokeAsync(GetWedataOpsTriggerWorkflowArgs args, InvokeOptions? opts = null)
public static Output<GetWedataOpsTriggerWorkflowResult> Invoke(GetWedataOpsTriggerWorkflowInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetWedataOpsTriggerWorkflowResult> getWedataOpsTriggerWorkflow(GetWedataOpsTriggerWorkflowArgs args, InvokeOptions options)
public static Output<GetWedataOpsTriggerWorkflowResult> getWedataOpsTriggerWorkflow(GetWedataOpsTriggerWorkflowArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getWedataOpsTriggerWorkflow:getWedataOpsTriggerWorkflow
arguments:
# arguments dictionaryThe following arguments are supported:
- Project
Id string - Project ID.
- Workflow
Id string - Workflow ID.
- Id string
- Result
Output stringFile - Used to save results.
- Workflow
Execution stringId - Workflow execution ID.
- Project
Id string - Project ID.
- Workflow
Id string - Workflow ID.
- Id string
- Result
Output stringFile - Used to save results.
- Workflow
Execution stringId - Workflow execution ID.
- project
Id String - Project ID.
- workflow
Id String - Workflow ID.
- id String
- result
Output StringFile - Used to save results.
- workflow
Execution StringId - Workflow execution ID.
- project
Id string - Project ID.
- workflow
Id string - Workflow ID.
- id string
- result
Output stringFile - Used to save results.
- workflow
Execution stringId - Workflow execution ID.
- project_
id str - Project ID.
- workflow_
id str - Workflow ID.
- id str
- result_
output_ strfile - Used to save results.
- workflow_
execution_ strid - Workflow execution ID.
- project
Id String - Project ID.
- workflow
Id String - Workflow ID.
- id String
- result
Output StringFile - Used to save results.
- workflow
Execution StringId - Workflow execution ID.
getWedataOpsTriggerWorkflow Result
The following output properties are available:
- Datas
List<Get
Wedata Ops Trigger Workflow Data> - Workflow task information.
- Id string
- Project
Id string - Workflow
Id string - Result
Output stringFile - Workflow
Execution stringId
- Datas
[]Get
Wedata Ops Trigger Workflow Data - Workflow task information.
- Id string
- Project
Id string - Workflow
Id string - Result
Output stringFile - Workflow
Execution stringId
- datas
List<Get
Wedata Ops Trigger Workflow Data> - Workflow task information.
- id String
- project
Id String - workflow
Id String - result
Output StringFile - workflow
Execution StringId
- datas
Get
Wedata Ops Trigger Workflow Data[] - Workflow task information.
- id string
- project
Id string - workflow
Id string - result
Output stringFile - workflow
Execution stringId
- datas
Sequence[Get
Wedata Ops Trigger Workflow Data] - Workflow task information.
- id str
- project_
id str - workflow_
id str - result_
output_ strfile - workflow_
execution_ strid
- datas List<Property Map>
- Workflow task information.
- id String
- project
Id String - workflow
Id String - result
Output StringFile - workflow
Execution StringId
Supporting Types
GetWedataOpsTriggerWorkflowData
GetWedataOpsTriggerWorkflowDataTriggerTask
- Execution
Start stringTime - Execution
State string - Folder
Id string - Folder
Name string - Project
Id string - Project ID.
- Project
Name string - Task
Id string - Task
Name string - Task
Type string - Task
Type doubleId - User
Name stringIn Charge - User
Uin stringIn Charge - Workflow
Id string - Workflow ID.
- Workflow
Name string
- Execution
Start stringTime - Execution
State string - Folder
Id string - Folder
Name string - Project
Id string - Project ID.
- Project
Name string - Task
Id string - Task
Name string - Task
Type string - Task
Type float64Id - User
Name stringIn Charge - User
Uin stringIn Charge - Workflow
Id string - Workflow ID.
- Workflow
Name string
- execution
Start StringTime - execution
State String - folder
Id String - folder
Name String - project
Id String - Project ID.
- project
Name String - task
Id String - task
Name String - task
Type String - task
Type DoubleId - user
Name StringIn Charge - user
Uin StringIn Charge - workflow
Id String - Workflow ID.
- workflow
Name String
- execution
Start stringTime - execution
State string - folder
Id string - folder
Name string - project
Id string - Project ID.
- project
Name string - task
Id string - task
Name string - task
Type string - task
Type numberId - user
Name stringIn Charge - user
Uin stringIn Charge - workflow
Id string - Workflow ID.
- workflow
Name string
- execution_
start_ strtime - execution_
state str - folder_
id str - folder_
name str - project_
id str - Project ID.
- project_
name str - task_
id str - task_
name str - task_
type str - task_
type_ floatid - user_
name_ strin_ charge - user_
uin_ strin_ charge - workflow_
id str - Workflow ID.
- workflow_
name str
- execution
Start StringTime - execution
State String - folder
Id String - folder
Name String - project
Id String - Project ID.
- project
Name String - task
Id String - task
Name String - task
Type String - task
Type NumberId - user
Name StringIn Charge - user
Uin StringIn Charge - workflow
Id String - Workflow ID.
- workflow
Name String
GetWedataOpsTriggerWorkflowDataTriggerTaskLink
- Downstream
Task stringId - Link
Id string - Upstream
Task stringId - Workflow
Id string - Workflow ID.
- Workflow
Version stringId
- Downstream
Task stringId - Link
Id string - Upstream
Task stringId - Workflow
Id string - Workflow ID.
- Workflow
Version stringId
- downstream
Task StringId - link
Id String - upstream
Task StringId - workflow
Id String - Workflow ID.
- workflow
Version StringId
- downstream
Task stringId - link
Id string - upstream
Task stringId - workflow
Id string - Workflow ID.
- workflow
Version stringId
- downstream_
task_ strid - link_
id str - upstream_
task_ strid - workflow_
id str - Workflow ID.
- workflow_
version_ strid
- downstream
Task StringId - link
Id String - upstream
Task StringId - workflow
Id String - Workflow ID.
- workflow
Version StringId
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
