tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
tencentcloud.getWedataOpsWorkflow
Start a Neo task
Explain and create a tencentcloud.getWedataOpsWorkflow resource
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
Use this data source to query detailed information of wedata ops workflow
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const wedataOpsWorkflow = tencentcloud.getWedataOpsWorkflow({
projectId: "2905622749543821312",
workflowId: "f328ab83-62e1-4b0a-9a18-a79b42722792",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
wedata_ops_workflow = tencentcloud.get_wedata_ops_workflow(project_id="2905622749543821312",
workflow_id="f328ab83-62e1-4b0a-9a18-a79b42722792")
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.GetWedataOpsWorkflow(ctx, &tencentcloud.GetWedataOpsWorkflowArgs{
ProjectId: "2905622749543821312",
WorkflowId: "f328ab83-62e1-4b0a-9a18-a79b42722792",
}, 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 wedataOpsWorkflow = Tencentcloud.GetWedataOpsWorkflow.Invoke(new()
{
ProjectId = "2905622749543821312",
WorkflowId = "f328ab83-62e1-4b0a-9a18-a79b42722792",
});
});
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.GetWedataOpsWorkflowArgs;
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 wedataOpsWorkflow = TencentcloudFunctions.getWedataOpsWorkflow(GetWedataOpsWorkflowArgs.builder()
.projectId("2905622749543821312")
.workflowId("f328ab83-62e1-4b0a-9a18-a79b42722792")
.build());
}
}
variables:
wedataOpsWorkflow:
fn::invoke:
function: tencentcloud:getWedataOpsWorkflow
arguments:
projectId: '2905622749543821312'
workflowId: f328ab83-62e1-4b0a-9a18-a79b42722792
Using getWedataOpsWorkflow
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 getWedataOpsWorkflow(args: GetWedataOpsWorkflowArgs, opts?: InvokeOptions): Promise<GetWedataOpsWorkflowResult>
function getWedataOpsWorkflowOutput(args: GetWedataOpsWorkflowOutputArgs, opts?: InvokeOptions): Output<GetWedataOpsWorkflowResult>def get_wedata_ops_workflow(id: Optional[str] = None,
project_id: Optional[str] = None,
result_output_file: Optional[str] = None,
workflow_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWedataOpsWorkflowResult
def get_wedata_ops_workflow_output(id: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
workflow_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWedataOpsWorkflowResult]func GetWedataOpsWorkflow(ctx *Context, args *GetWedataOpsWorkflowArgs, opts ...InvokeOption) (*GetWedataOpsWorkflowResult, error)
func GetWedataOpsWorkflowOutput(ctx *Context, args *GetWedataOpsWorkflowOutputArgs, opts ...InvokeOption) GetWedataOpsWorkflowResultOutput> Note: This function is named GetWedataOpsWorkflow in the Go SDK.
public static class GetWedataOpsWorkflow
{
public static Task<GetWedataOpsWorkflowResult> InvokeAsync(GetWedataOpsWorkflowArgs args, InvokeOptions? opts = null)
public static Output<GetWedataOpsWorkflowResult> Invoke(GetWedataOpsWorkflowInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetWedataOpsWorkflowResult> getWedataOpsWorkflow(GetWedataOpsWorkflowArgs args, InvokeOptions options)
public static Output<GetWedataOpsWorkflowResult> getWedataOpsWorkflow(GetWedataOpsWorkflowArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getWedataOpsWorkflow:getWedataOpsWorkflow
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.
- Project
Id string - Project ID.
- Workflow
Id string - Workflow ID.
- Id string
- Result
Output stringFile - Used to save results.
- project
Id String - Project ID.
- workflow
Id String - Workflow ID.
- id String
- result
Output StringFile - Used to save results.
- project
Id string - Project ID.
- workflow
Id string - Workflow ID.
- id string
- result
Output stringFile - Used to save results.
- project_
id str - Project ID.
- workflow_
id str - Workflow ID.
- id str
- result_
output_ strfile - Used to save results.
- project
Id String - Project ID.
- workflow
Id String - Workflow ID.
- id String
- result
Output StringFile - Used to save results.
getWedataOpsWorkflow Result
The following output properties are available:
- Datas
List<Get
Wedata Ops Workflow Data> - Workflow scheduling details.
- Id string
- Project
Id string - Workflow
Id string - Result
Output stringFile
- Datas
[]Get
Wedata Ops Workflow Data - Workflow scheduling details.
- Id string
- Project
Id string - Workflow
Id string - Result
Output stringFile
- datas
List<Get
Wedata Ops Workflow Data> - Workflow scheduling details.
- id String
- project
Id String - workflow
Id String - result
Output StringFile
- datas
Get
Wedata Ops Workflow Data[] - Workflow scheduling details.
- id string
- project
Id string - workflow
Id string - result
Output stringFile
- datas
Sequence[Get
Wedata Ops Workflow Data] - Workflow scheduling details.
- id str
- project_
id str - workflow_
id str - result_
output_ strfile
- datas List<Property Map>
- Workflow scheduling details.
- id String
- project
Id String - workflow
Id String - result
Output StringFile
Supporting Types
GetWedataOpsWorkflowData
- Create
Time string - Create
User stringUin - Cycle
Type string - End
Time string - First
Submit stringTime - Folder
Id string - Instance
Init stringStrategy - Latest
Submit stringTime - Owner
Uin string - Scheduler
Desc string - Start
Time string - Startup
Time double - Status string
- Update
Time string - Workflow
Desc string - Workflow
Id string - Workflow ID.
- Workflow
Name string - Workflow
Type string
- Create
Time string - Create
User stringUin - Cycle
Type string - End
Time string - First
Submit stringTime - Folder
Id string - Instance
Init stringStrategy - Latest
Submit stringTime - Owner
Uin string - Scheduler
Desc string - Start
Time string - Startup
Time float64 - Status string
- Update
Time string - Workflow
Desc string - Workflow
Id string - Workflow ID.
- Workflow
Name string - Workflow
Type string
- create
Time String - create
User StringUin - cycle
Type String - end
Time String - first
Submit StringTime - folder
Id String - instance
Init StringStrategy - latest
Submit StringTime - owner
Uin String - scheduler
Desc String - start
Time String - startup
Time Double - status String
- update
Time String - workflow
Desc String - workflow
Id String - Workflow ID.
- workflow
Name String - workflow
Type String
- create
Time string - create
User stringUin - cycle
Type string - end
Time string - first
Submit stringTime - folder
Id string - instance
Init stringStrategy - latest
Submit stringTime - owner
Uin string - scheduler
Desc string - start
Time string - startup
Time number - status string
- update
Time string - workflow
Desc string - workflow
Id string - Workflow ID.
- workflow
Name string - workflow
Type string
- create_
time str - create_
user_ struin - cycle_
type str - end_
time str - first_
submit_ strtime - folder_
id str - instance_
init_ strstrategy - latest_
submit_ strtime - owner_
uin str - scheduler_
desc str - start_
time str - startup_
time float - status str
- update_
time str - workflow_
desc str - workflow_
id str - Workflow ID.
- workflow_
name str - workflow_
type str
- create
Time String - create
User StringUin - cycle
Type String - end
Time String - first
Submit StringTime - folder
Id String - instance
Init StringStrategy - latest
Submit StringTime - owner
Uin String - scheduler
Desc String - start
Time String - startup
Time Number - status String
- update
Time String - workflow
Desc String - workflow
Id String - Workflow ID.
- workflow
Name String - workflow
Type 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
