tencentcloud.WedataWorkflow
Provides a resource to create a wedata wedata_workflow
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const wedataWorkflow = new tencentcloud.WedataWorkflow("wedata_workflow", {
projectId: "2905622749543821312",
workflowName: "test",
parentFolderPath: "/tfmika",
workflowType: "cycle",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
wedata_workflow = tencentcloud.WedataWorkflow("wedata_workflow",
project_id="2905622749543821312",
workflow_name="test",
parent_folder_path="/tfmika",
workflow_type="cycle")
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.NewWedataWorkflow(ctx, "wedata_workflow", &tencentcloud.WedataWorkflowArgs{
ProjectId: pulumi.String("2905622749543821312"),
WorkflowName: pulumi.String("test"),
ParentFolderPath: pulumi.String("/tfmika"),
WorkflowType: pulumi.String("cycle"),
})
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 wedataWorkflow = new Tencentcloud.WedataWorkflow("wedata_workflow", new()
{
ProjectId = "2905622749543821312",
WorkflowName = "test",
ParentFolderPath = "/tfmika",
WorkflowType = "cycle",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.tencentcloud.WedataWorkflow;
import com.pulumi.tencentcloud.WedataWorkflowArgs;
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) {
var wedataWorkflow = new WedataWorkflow("wedataWorkflow", WedataWorkflowArgs.builder()
.projectId("2905622749543821312")
.workflowName("test")
.parentFolderPath("/tfmika")
.workflowType("cycle")
.build());
}
}
resources:
wedataWorkflow:
type: tencentcloud:WedataWorkflow
name: wedata_workflow
properties:
projectId: 2.9056227495438213e+18
workflowName: test
parentFolderPath: /tfmika
workflowType: cycle
Create WedataWorkflow Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new WedataWorkflow(name: string, args: WedataWorkflowArgs, opts?: CustomResourceOptions);@overload
def WedataWorkflow(resource_name: str,
args: WedataWorkflowArgs,
opts: Optional[ResourceOptions] = None)
@overload
def WedataWorkflow(resource_name: str,
opts: Optional[ResourceOptions] = None,
parent_folder_path: Optional[str] = None,
project_id: Optional[str] = None,
workflow_name: Optional[str] = None,
bundle_id: Optional[str] = None,
bundle_info: Optional[str] = None,
owner_uin: Optional[str] = None,
wedata_workflow_id: Optional[str] = None,
workflow_desc: Optional[str] = None,
workflow_params: Optional[Sequence[WedataWorkflowWorkflowParamArgs]] = None,
workflow_scheduler_configuration: Optional[WedataWorkflowWorkflowSchedulerConfigurationArgs] = None,
workflow_type: Optional[str] = None)func NewWedataWorkflow(ctx *Context, name string, args WedataWorkflowArgs, opts ...ResourceOption) (*WedataWorkflow, error)public WedataWorkflow(string name, WedataWorkflowArgs args, CustomResourceOptions? opts = null)
public WedataWorkflow(String name, WedataWorkflowArgs args)
public WedataWorkflow(String name, WedataWorkflowArgs args, CustomResourceOptions options)
type: tencentcloud:WedataWorkflow
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args WedataWorkflowArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args WedataWorkflowArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args WedataWorkflowArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args WedataWorkflowArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args WedataWorkflowArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
WedataWorkflow Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The WedataWorkflow resource accepts the following input properties:
- Parent
Folder stringPath - Parent folder path.
- Project
Id string - Project id.
- Workflow
Name string - Workflow name.
- Bundle
Id string - Bundle Id.
- Bundle
Info string - Bundle Information.
- Owner
Uin string - Workflow Owner ID.
- Wedata
Workflow stringId - ID of the resource.
- Workflow
Desc string - Workflow description.
- Workflow
Params List<WedataWorkflow Workflow Param> - workflow parameter.
- Workflow
Scheduler WedataConfiguration Workflow Workflow Scheduler Configuration - Unified dispatch information.
- Workflow
Type string - Workflow type, value example: cycle cycle workflow;manual manual workflow, passed in cycle by default.
- Parent
Folder stringPath - Parent folder path.
- Project
Id string - Project id.
- Workflow
Name string - Workflow name.
- Bundle
Id string - Bundle Id.
- Bundle
Info string - Bundle Information.
- Owner
Uin string - Workflow Owner ID.
- Wedata
Workflow stringId - ID of the resource.
- Workflow
Desc string - Workflow description.
- Workflow
Params []WedataWorkflow Workflow Param Args - workflow parameter.
- Workflow
Scheduler WedataConfiguration Workflow Workflow Scheduler Configuration Args - Unified dispatch information.
- Workflow
Type string - Workflow type, value example: cycle cycle workflow;manual manual workflow, passed in cycle by default.
- parent
Folder StringPath - Parent folder path.
- project
Id String - Project id.
- workflow
Name String - Workflow name.
- bundle
Id String - Bundle Id.
- bundle
Info String - Bundle Information.
- owner
Uin String - Workflow Owner ID.
- wedata
Workflow StringId - ID of the resource.
- workflow
Desc String - Workflow description.
- workflow
Params List<WedataWorkflow Workflow Param> - workflow parameter.
- workflow
Scheduler WedataConfiguration Workflow Workflow Scheduler Configuration - Unified dispatch information.
- workflow
Type String - Workflow type, value example: cycle cycle workflow;manual manual workflow, passed in cycle by default.
- parent
Folder stringPath - Parent folder path.
- project
Id string - Project id.
- workflow
Name string - Workflow name.
- bundle
Id string - Bundle Id.
- bundle
Info string - Bundle Information.
- owner
Uin string - Workflow Owner ID.
- wedata
Workflow stringId - ID of the resource.
- workflow
Desc string - Workflow description.
- workflow
Params WedataWorkflow Workflow Param[] - workflow parameter.
- workflow
Scheduler WedataConfiguration Workflow Workflow Scheduler Configuration - Unified dispatch information.
- workflow
Type string - Workflow type, value example: cycle cycle workflow;manual manual workflow, passed in cycle by default.
- parent_
folder_ strpath - Parent folder path.
- project_
id str - Project id.
- workflow_
name str - Workflow name.
- bundle_
id str - Bundle Id.
- bundle_
info str - Bundle Information.
- owner_
uin str - Workflow Owner ID.
- wedata_
workflow_ strid - ID of the resource.
- workflow_
desc str - Workflow description.
- workflow_
params Sequence[WedataWorkflow Workflow Param Args] - workflow parameter.
- workflow_
scheduler_ Wedataconfiguration Workflow Workflow Scheduler Configuration Args - Unified dispatch information.
- workflow_
type str - Workflow type, value example: cycle cycle workflow;manual manual workflow, passed in cycle by default.
- parent
Folder StringPath - Parent folder path.
- project
Id String - Project id.
- workflow
Name String - Workflow name.
- bundle
Id String - Bundle Id.
- bundle
Info String - Bundle Information.
- owner
Uin String - Workflow Owner ID.
- wedata
Workflow StringId - ID of the resource.
- workflow
Desc String - Workflow description.
- workflow
Params List<Property Map> - workflow parameter.
- workflow
Scheduler Property MapConfiguration - Unified dispatch information.
- workflow
Type String - Workflow type, value example: cycle cycle workflow;manual manual workflow, passed in cycle by default.
Outputs
All input properties are implicitly available as output properties. Additionally, the WedataWorkflow resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Workflow
Id string - Workflow id.
- Id string
- The provider-assigned unique ID for this managed resource.
- Workflow
Id string - Workflow id.
- id String
- The provider-assigned unique ID for this managed resource.
- workflow
Id String - Workflow id.
- id string
- The provider-assigned unique ID for this managed resource.
- workflow
Id string - Workflow id.
- id str
- The provider-assigned unique ID for this managed resource.
- workflow_
id str - Workflow id.
- id String
- The provider-assigned unique ID for this managed resource.
- workflow
Id String - Workflow id.
Look up Existing WedataWorkflow Resource
Get an existing WedataWorkflow resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: WedataWorkflowState, opts?: CustomResourceOptions): WedataWorkflow@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
bundle_id: Optional[str] = None,
bundle_info: Optional[str] = None,
owner_uin: Optional[str] = None,
parent_folder_path: Optional[str] = None,
project_id: Optional[str] = None,
wedata_workflow_id: Optional[str] = None,
workflow_desc: Optional[str] = None,
workflow_id: Optional[str] = None,
workflow_name: Optional[str] = None,
workflow_params: Optional[Sequence[WedataWorkflowWorkflowParamArgs]] = None,
workflow_scheduler_configuration: Optional[WedataWorkflowWorkflowSchedulerConfigurationArgs] = None,
workflow_type: Optional[str] = None) -> WedataWorkflowfunc GetWedataWorkflow(ctx *Context, name string, id IDInput, state *WedataWorkflowState, opts ...ResourceOption) (*WedataWorkflow, error)public static WedataWorkflow Get(string name, Input<string> id, WedataWorkflowState? state, CustomResourceOptions? opts = null)public static WedataWorkflow get(String name, Output<String> id, WedataWorkflowState state, CustomResourceOptions options)resources: _: type: tencentcloud:WedataWorkflow get: id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Bundle
Id string - Bundle Id.
- Bundle
Info string - Bundle Information.
- Owner
Uin string - Workflow Owner ID.
- Parent
Folder stringPath - Parent folder path.
- Project
Id string - Project id.
- Wedata
Workflow stringId - ID of the resource.
- Workflow
Desc string - Workflow description.
- Workflow
Id string - Workflow id.
- Workflow
Name string - Workflow name.
- Workflow
Params List<WedataWorkflow Workflow Param> - workflow parameter.
- Workflow
Scheduler WedataConfiguration Workflow Workflow Scheduler Configuration - Unified dispatch information.
- Workflow
Type string - Workflow type, value example: cycle cycle workflow;manual manual workflow, passed in cycle by default.
- Bundle
Id string - Bundle Id.
- Bundle
Info string - Bundle Information.
- Owner
Uin string - Workflow Owner ID.
- Parent
Folder stringPath - Parent folder path.
- Project
Id string - Project id.
- Wedata
Workflow stringId - ID of the resource.
- Workflow
Desc string - Workflow description.
- Workflow
Id string - Workflow id.
- Workflow
Name string - Workflow name.
- Workflow
Params []WedataWorkflow Workflow Param Args - workflow parameter.
- Workflow
Scheduler WedataConfiguration Workflow Workflow Scheduler Configuration Args - Unified dispatch information.
- Workflow
Type string - Workflow type, value example: cycle cycle workflow;manual manual workflow, passed in cycle by default.
- bundle
Id String - Bundle Id.
- bundle
Info String - Bundle Information.
- owner
Uin String - Workflow Owner ID.
- parent
Folder StringPath - Parent folder path.
- project
Id String - Project id.
- wedata
Workflow StringId - ID of the resource.
- workflow
Desc String - Workflow description.
- workflow
Id String - Workflow id.
- workflow
Name String - Workflow name.
- workflow
Params List<WedataWorkflow Workflow Param> - workflow parameter.
- workflow
Scheduler WedataConfiguration Workflow Workflow Scheduler Configuration - Unified dispatch information.
- workflow
Type String - Workflow type, value example: cycle cycle workflow;manual manual workflow, passed in cycle by default.
- bundle
Id string - Bundle Id.
- bundle
Info string - Bundle Information.
- owner
Uin string - Workflow Owner ID.
- parent
Folder stringPath - Parent folder path.
- project
Id string - Project id.
- wedata
Workflow stringId - ID of the resource.
- workflow
Desc string - Workflow description.
- workflow
Id string - Workflow id.
- workflow
Name string - Workflow name.
- workflow
Params WedataWorkflow Workflow Param[] - workflow parameter.
- workflow
Scheduler WedataConfiguration Workflow Workflow Scheduler Configuration - Unified dispatch information.
- workflow
Type string - Workflow type, value example: cycle cycle workflow;manual manual workflow, passed in cycle by default.
- bundle_
id str - Bundle Id.
- bundle_
info str - Bundle Information.
- owner_
uin str - Workflow Owner ID.
- parent_
folder_ strpath - Parent folder path.
- project_
id str - Project id.
- wedata_
workflow_ strid - ID of the resource.
- workflow_
desc str - Workflow description.
- workflow_
id str - Workflow id.
- workflow_
name str - Workflow name.
- workflow_
params Sequence[WedataWorkflow Workflow Param Args] - workflow parameter.
- workflow_
scheduler_ Wedataconfiguration Workflow Workflow Scheduler Configuration Args - Unified dispatch information.
- workflow_
type str - Workflow type, value example: cycle cycle workflow;manual manual workflow, passed in cycle by default.
- bundle
Id String - Bundle Id.
- bundle
Info String - Bundle Information.
- owner
Uin String - Workflow Owner ID.
- parent
Folder StringPath - Parent folder path.
- project
Id String - Project id.
- wedata
Workflow StringId - ID of the resource.
- workflow
Desc String - Workflow description.
- workflow
Id String - Workflow id.
- workflow
Name String - Workflow name.
- workflow
Params List<Property Map> - workflow parameter.
- workflow
Scheduler Property MapConfiguration - Unified dispatch information.
- workflow
Type String - Workflow type, value example: cycle cycle workflow;manual manual workflow, passed in cycle by default.
Supporting Types
WedataWorkflowWorkflowParam, WedataWorkflowWorkflowParamArgs
- Param
Key string - Parameter name.
- Param
Value string - Parameter value.
- Param
Key string - Parameter name.
- Param
Value string - Parameter value.
- param
Key String - Parameter name.
- param
Value String - Parameter value.
- param
Key string - Parameter name.
- param
Value string - Parameter value.
- param_
key str - Parameter name.
- param_
value str - Parameter value.
- param
Key String - Parameter name.
- param
Value String - Parameter value.
WedataWorkflowWorkflowSchedulerConfiguration, WedataWorkflowWorkflowSchedulerConfigurationArgs
- Crontab
Expression string - Crontab expression.
- Cycle
Type string - Cycle type: Supported types are ONEOFF_CYCLE: One-time YEAR_CYCLE: Year MONTH_CYCLE: Month WEEK_CYCLE: Week DAY_CYCLE: Day HOUR_CYCLE: Hour MINUTE_CYCLE: Minute CRONTAB_CYCLE: crontab expression type.
- End
Time string - End time.
- Schedule
Time stringZone - time zone.
- Self
Depend string - Self-dependence, default value serial, values are: parallel, serial, orderly.
- Start
Time string - Start time.
- Calendar
Id string - calendar id.
- Calendar
Open string - Do you want to turn on calendar scheduling 1 on 0 off.
- Clear
Link bool - Workflows have cross-workflow dependencies and are scheduled using cron expressions. If you save unified scheduling, unsupported dependencies will be broken.
- Dependency
Workflow string - Workflow dependence, yes or no.
- Execution
End stringTime - Execution time right-closed interval, example: 23:59, only if the cycle type is MINUTE_CYCLE needs to be filled in.
- Execution
Start stringTime - Execution time left-closed interval, example: 00:00, only if the cycle type is MINUTE_CYCLE needs to be filled in.
- Main
Cyclic stringConfig Effective when ModifyCycleValue is 1, indicating the default modified upstream dependence-time dimension. The value is:
- CRONTAB
- DAY
- HOUR
- LIST_DAY
- LIST_HOUR
- LIST_MINUTE
- MONTH
- RANGE_DAY
- RANGE_HOUR
- RANGE_MINUTE
- WEEK
- YEAR
https://capi.woa.com/object/detail? product=wedata&env=api_dev&version=2025-08-06&name=WorkflowSchedulerConfigurationInfo.
- Modify
Cycle stringValue - 0: Do not modify 1: Change the upstream dependency configuration of the task to the default value.
- Subordinate
Cyclic stringConfig Effective when ModifyCycleValue is 1, which means that the default modified upstream dependency-instance range value is:
- ALL_DAY_OF_YEAR
- ALL_MONTH_OF_YEAR
- CURRENT
- CURRENT_DAY
- CURRENT_HOUR
- CURRENT_MINUTE
- CURRENT_MONTH
- CURRENT_WEEK
- CURRENT_YEAR
- PREVIOUS_BEGIN_OF_MONTH
- PREVIOUS_DAY
- PREVIOUS_DAY_LATER_OFFSET_HOUR
- PREVIOUS_DAY_LATER_OFFSET_MINUTE
- PREVIOUS_END_OF_MONTH
- PREVIOUS_FRIDAY
- PREVIOUS_HOUR
- PREVIOUS_HOUR_CYCLE
- PREVIOUS_HOUR_LATER_OFFSET_MINUTE
- PREVIOUS_MINUTE_CYCLE
- PREVIOUS_MONTH
- PREVIOUS_WEEK
- PREVIOUS_WEEKEND
- RECENT_DATE
https://capi.woa.com/object/detail? product=wedata&env=api_dev&version=2025-08-06&name=WorkflowSchedulerConfigurationInfo.
- Crontab
Expression string - Crontab expression.
- Cycle
Type string - Cycle type: Supported types are ONEOFF_CYCLE: One-time YEAR_CYCLE: Year MONTH_CYCLE: Month WEEK_CYCLE: Week DAY_CYCLE: Day HOUR_CYCLE: Hour MINUTE_CYCLE: Minute CRONTAB_CYCLE: crontab expression type.
- End
Time string - End time.
- Schedule
Time stringZone - time zone.
- Self
Depend string - Self-dependence, default value serial, values are: parallel, serial, orderly.
- Start
Time string - Start time.
- Calendar
Id string - calendar id.
- Calendar
Open string - Do you want to turn on calendar scheduling 1 on 0 off.
- Clear
Link bool - Workflows have cross-workflow dependencies and are scheduled using cron expressions. If you save unified scheduling, unsupported dependencies will be broken.
- Dependency
Workflow string - Workflow dependence, yes or no.
- Execution
End stringTime - Execution time right-closed interval, example: 23:59, only if the cycle type is MINUTE_CYCLE needs to be filled in.
- Execution
Start stringTime - Execution time left-closed interval, example: 00:00, only if the cycle type is MINUTE_CYCLE needs to be filled in.
- Main
Cyclic stringConfig Effective when ModifyCycleValue is 1, indicating the default modified upstream dependence-time dimension. The value is:
- CRONTAB
- DAY
- HOUR
- LIST_DAY
- LIST_HOUR
- LIST_MINUTE
- MONTH
- RANGE_DAY
- RANGE_HOUR
- RANGE_MINUTE
- WEEK
- YEAR
https://capi.woa.com/object/detail? product=wedata&env=api_dev&version=2025-08-06&name=WorkflowSchedulerConfigurationInfo.
- Modify
Cycle stringValue - 0: Do not modify 1: Change the upstream dependency configuration of the task to the default value.
- Subordinate
Cyclic stringConfig Effective when ModifyCycleValue is 1, which means that the default modified upstream dependency-instance range value is:
- ALL_DAY_OF_YEAR
- ALL_MONTH_OF_YEAR
- CURRENT
- CURRENT_DAY
- CURRENT_HOUR
- CURRENT_MINUTE
- CURRENT_MONTH
- CURRENT_WEEK
- CURRENT_YEAR
- PREVIOUS_BEGIN_OF_MONTH
- PREVIOUS_DAY
- PREVIOUS_DAY_LATER_OFFSET_HOUR
- PREVIOUS_DAY_LATER_OFFSET_MINUTE
- PREVIOUS_END_OF_MONTH
- PREVIOUS_FRIDAY
- PREVIOUS_HOUR
- PREVIOUS_HOUR_CYCLE
- PREVIOUS_HOUR_LATER_OFFSET_MINUTE
- PREVIOUS_MINUTE_CYCLE
- PREVIOUS_MONTH
- PREVIOUS_WEEK
- PREVIOUS_WEEKEND
- RECENT_DATE
https://capi.woa.com/object/detail? product=wedata&env=api_dev&version=2025-08-06&name=WorkflowSchedulerConfigurationInfo.
- crontab
Expression String - Crontab expression.
- cycle
Type String - Cycle type: Supported types are ONEOFF_CYCLE: One-time YEAR_CYCLE: Year MONTH_CYCLE: Month WEEK_CYCLE: Week DAY_CYCLE: Day HOUR_CYCLE: Hour MINUTE_CYCLE: Minute CRONTAB_CYCLE: crontab expression type.
- end
Time String - End time.
- schedule
Time StringZone - time zone.
- self
Depend String - Self-dependence, default value serial, values are: parallel, serial, orderly.
- start
Time String - Start time.
- calendar
Id String - calendar id.
- calendar
Open String - Do you want to turn on calendar scheduling 1 on 0 off.
- clear
Link Boolean - Workflows have cross-workflow dependencies and are scheduled using cron expressions. If you save unified scheduling, unsupported dependencies will be broken.
- dependency
Workflow String - Workflow dependence, yes or no.
- execution
End StringTime - Execution time right-closed interval, example: 23:59, only if the cycle type is MINUTE_CYCLE needs to be filled in.
- execution
Start StringTime - Execution time left-closed interval, example: 00:00, only if the cycle type is MINUTE_CYCLE needs to be filled in.
- main
Cyclic StringConfig Effective when ModifyCycleValue is 1, indicating the default modified upstream dependence-time dimension. The value is:
- CRONTAB
- DAY
- HOUR
- LIST_DAY
- LIST_HOUR
- LIST_MINUTE
- MONTH
- RANGE_DAY
- RANGE_HOUR
- RANGE_MINUTE
- WEEK
- YEAR
https://capi.woa.com/object/detail? product=wedata&env=api_dev&version=2025-08-06&name=WorkflowSchedulerConfigurationInfo.
- modify
Cycle StringValue - 0: Do not modify 1: Change the upstream dependency configuration of the task to the default value.
- subordinate
Cyclic StringConfig Effective when ModifyCycleValue is 1, which means that the default modified upstream dependency-instance range value is:
- ALL_DAY_OF_YEAR
- ALL_MONTH_OF_YEAR
- CURRENT
- CURRENT_DAY
- CURRENT_HOUR
- CURRENT_MINUTE
- CURRENT_MONTH
- CURRENT_WEEK
- CURRENT_YEAR
- PREVIOUS_BEGIN_OF_MONTH
- PREVIOUS_DAY
- PREVIOUS_DAY_LATER_OFFSET_HOUR
- PREVIOUS_DAY_LATER_OFFSET_MINUTE
- PREVIOUS_END_OF_MONTH
- PREVIOUS_FRIDAY
- PREVIOUS_HOUR
- PREVIOUS_HOUR_CYCLE
- PREVIOUS_HOUR_LATER_OFFSET_MINUTE
- PREVIOUS_MINUTE_CYCLE
- PREVIOUS_MONTH
- PREVIOUS_WEEK
- PREVIOUS_WEEKEND
- RECENT_DATE
https://capi.woa.com/object/detail? product=wedata&env=api_dev&version=2025-08-06&name=WorkflowSchedulerConfigurationInfo.
- crontab
Expression string - Crontab expression.
- cycle
Type string - Cycle type: Supported types are ONEOFF_CYCLE: One-time YEAR_CYCLE: Year MONTH_CYCLE: Month WEEK_CYCLE: Week DAY_CYCLE: Day HOUR_CYCLE: Hour MINUTE_CYCLE: Minute CRONTAB_CYCLE: crontab expression type.
- end
Time string - End time.
- schedule
Time stringZone - time zone.
- self
Depend string - Self-dependence, default value serial, values are: parallel, serial, orderly.
- start
Time string - Start time.
- calendar
Id string - calendar id.
- calendar
Open string - Do you want to turn on calendar scheduling 1 on 0 off.
- clear
Link boolean - Workflows have cross-workflow dependencies and are scheduled using cron expressions. If you save unified scheduling, unsupported dependencies will be broken.
- dependency
Workflow string - Workflow dependence, yes or no.
- execution
End stringTime - Execution time right-closed interval, example: 23:59, only if the cycle type is MINUTE_CYCLE needs to be filled in.
- execution
Start stringTime - Execution time left-closed interval, example: 00:00, only if the cycle type is MINUTE_CYCLE needs to be filled in.
- main
Cyclic stringConfig Effective when ModifyCycleValue is 1, indicating the default modified upstream dependence-time dimension. The value is:
- CRONTAB
- DAY
- HOUR
- LIST_DAY
- LIST_HOUR
- LIST_MINUTE
- MONTH
- RANGE_DAY
- RANGE_HOUR
- RANGE_MINUTE
- WEEK
- YEAR
https://capi.woa.com/object/detail? product=wedata&env=api_dev&version=2025-08-06&name=WorkflowSchedulerConfigurationInfo.
- modify
Cycle stringValue - 0: Do not modify 1: Change the upstream dependency configuration of the task to the default value.
- subordinate
Cyclic stringConfig Effective when ModifyCycleValue is 1, which means that the default modified upstream dependency-instance range value is:
- ALL_DAY_OF_YEAR
- ALL_MONTH_OF_YEAR
- CURRENT
- CURRENT_DAY
- CURRENT_HOUR
- CURRENT_MINUTE
- CURRENT_MONTH
- CURRENT_WEEK
- CURRENT_YEAR
- PREVIOUS_BEGIN_OF_MONTH
- PREVIOUS_DAY
- PREVIOUS_DAY_LATER_OFFSET_HOUR
- PREVIOUS_DAY_LATER_OFFSET_MINUTE
- PREVIOUS_END_OF_MONTH
- PREVIOUS_FRIDAY
- PREVIOUS_HOUR
- PREVIOUS_HOUR_CYCLE
- PREVIOUS_HOUR_LATER_OFFSET_MINUTE
- PREVIOUS_MINUTE_CYCLE
- PREVIOUS_MONTH
- PREVIOUS_WEEK
- PREVIOUS_WEEKEND
- RECENT_DATE
https://capi.woa.com/object/detail? product=wedata&env=api_dev&version=2025-08-06&name=WorkflowSchedulerConfigurationInfo.
- crontab_
expression str - Crontab expression.
- cycle_
type str - Cycle type: Supported types are ONEOFF_CYCLE: One-time YEAR_CYCLE: Year MONTH_CYCLE: Month WEEK_CYCLE: Week DAY_CYCLE: Day HOUR_CYCLE: Hour MINUTE_CYCLE: Minute CRONTAB_CYCLE: crontab expression type.
- end_
time str - End time.
- schedule_
time_ strzone - time zone.
- self_
depend str - Self-dependence, default value serial, values are: parallel, serial, orderly.
- start_
time str - Start time.
- calendar_
id str - calendar id.
- calendar_
open str - Do you want to turn on calendar scheduling 1 on 0 off.
- clear_
link bool - Workflows have cross-workflow dependencies and are scheduled using cron expressions. If you save unified scheduling, unsupported dependencies will be broken.
- dependency_
workflow str - Workflow dependence, yes or no.
- execution_
end_ strtime - Execution time right-closed interval, example: 23:59, only if the cycle type is MINUTE_CYCLE needs to be filled in.
- execution_
start_ strtime - Execution time left-closed interval, example: 00:00, only if the cycle type is MINUTE_CYCLE needs to be filled in.
- main_
cyclic_ strconfig Effective when ModifyCycleValue is 1, indicating the default modified upstream dependence-time dimension. The value is:
- CRONTAB
- DAY
- HOUR
- LIST_DAY
- LIST_HOUR
- LIST_MINUTE
- MONTH
- RANGE_DAY
- RANGE_HOUR
- RANGE_MINUTE
- WEEK
- YEAR
https://capi.woa.com/object/detail? product=wedata&env=api_dev&version=2025-08-06&name=WorkflowSchedulerConfigurationInfo.
- modify_
cycle_ strvalue - 0: Do not modify 1: Change the upstream dependency configuration of the task to the default value.
- subordinate_
cyclic_ strconfig Effective when ModifyCycleValue is 1, which means that the default modified upstream dependency-instance range value is:
- ALL_DAY_OF_YEAR
- ALL_MONTH_OF_YEAR
- CURRENT
- CURRENT_DAY
- CURRENT_HOUR
- CURRENT_MINUTE
- CURRENT_MONTH
- CURRENT_WEEK
- CURRENT_YEAR
- PREVIOUS_BEGIN_OF_MONTH
- PREVIOUS_DAY
- PREVIOUS_DAY_LATER_OFFSET_HOUR
- PREVIOUS_DAY_LATER_OFFSET_MINUTE
- PREVIOUS_END_OF_MONTH
- PREVIOUS_FRIDAY
- PREVIOUS_HOUR
- PREVIOUS_HOUR_CYCLE
- PREVIOUS_HOUR_LATER_OFFSET_MINUTE
- PREVIOUS_MINUTE_CYCLE
- PREVIOUS_MONTH
- PREVIOUS_WEEK
- PREVIOUS_WEEKEND
- RECENT_DATE
https://capi.woa.com/object/detail? product=wedata&env=api_dev&version=2025-08-06&name=WorkflowSchedulerConfigurationInfo.
- crontab
Expression String - Crontab expression.
- cycle
Type String - Cycle type: Supported types are ONEOFF_CYCLE: One-time YEAR_CYCLE: Year MONTH_CYCLE: Month WEEK_CYCLE: Week DAY_CYCLE: Day HOUR_CYCLE: Hour MINUTE_CYCLE: Minute CRONTAB_CYCLE: crontab expression type.
- end
Time String - End time.
- schedule
Time StringZone - time zone.
- self
Depend String - Self-dependence, default value serial, values are: parallel, serial, orderly.
- start
Time String - Start time.
- calendar
Id String - calendar id.
- calendar
Open String - Do you want to turn on calendar scheduling 1 on 0 off.
- clear
Link Boolean - Workflows have cross-workflow dependencies and are scheduled using cron expressions. If you save unified scheduling, unsupported dependencies will be broken.
- dependency
Workflow String - Workflow dependence, yes or no.
- execution
End StringTime - Execution time right-closed interval, example: 23:59, only if the cycle type is MINUTE_CYCLE needs to be filled in.
- execution
Start StringTime - Execution time left-closed interval, example: 00:00, only if the cycle type is MINUTE_CYCLE needs to be filled in.
- main
Cyclic StringConfig Effective when ModifyCycleValue is 1, indicating the default modified upstream dependence-time dimension. The value is:
- CRONTAB
- DAY
- HOUR
- LIST_DAY
- LIST_HOUR
- LIST_MINUTE
- MONTH
- RANGE_DAY
- RANGE_HOUR
- RANGE_MINUTE
- WEEK
- YEAR
https://capi.woa.com/object/detail? product=wedata&env=api_dev&version=2025-08-06&name=WorkflowSchedulerConfigurationInfo.
- modify
Cycle StringValue - 0: Do not modify 1: Change the upstream dependency configuration of the task to the default value.
- subordinate
Cyclic StringConfig Effective when ModifyCycleValue is 1, which means that the default modified upstream dependency-instance range value is:
- ALL_DAY_OF_YEAR
- ALL_MONTH_OF_YEAR
- CURRENT
- CURRENT_DAY
- CURRENT_HOUR
- CURRENT_MINUTE
- CURRENT_MONTH
- CURRENT_WEEK
- CURRENT_YEAR
- PREVIOUS_BEGIN_OF_MONTH
- PREVIOUS_DAY
- PREVIOUS_DAY_LATER_OFFSET_HOUR
- PREVIOUS_DAY_LATER_OFFSET_MINUTE
- PREVIOUS_END_OF_MONTH
- PREVIOUS_FRIDAY
- PREVIOUS_HOUR
- PREVIOUS_HOUR_CYCLE
- PREVIOUS_HOUR_LATER_OFFSET_MINUTE
- PREVIOUS_MINUTE_CYCLE
- PREVIOUS_MONTH
- PREVIOUS_WEEK
- PREVIOUS_WEEKEND
- RECENT_DATE
https://capi.woa.com/object/detail? product=wedata&env=api_dev&version=2025-08-06&name=WorkflowSchedulerConfigurationInfo.
Import
wedata wedata_workflow can be imported using the id, e.g.
$ pulumi import tencentcloud:index/wedataWorkflow:WedataWorkflow wedata_workflow wedata_workflow_id
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
