published on Thursday, May 7, 2026 by rootlyhq
published on Thursday, May 7, 2026 by rootlyhq
Import
rootly.WorkflowSimple can be imported using the import command.
$ pulumi import rootly:index/workflowSimple:WorkflowSimple primary a816421c-6ceb-481a-87c4-585e47451f24
Or using an import block.
Locate the resource id in the web app, or retrieve it by listing resources through the API if it’s not visible in the web app.
HCL can be generated from the import block using the -generate-config-out flag.
pulumi preview -generate-config-out=generated.tf
Create WorkflowSimple Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new WorkflowSimple(name: string, args?: WorkflowSimpleArgs, opts?: CustomResourceOptions);@overload
def WorkflowSimple(resource_name: str,
args: Optional[WorkflowSimpleArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def WorkflowSimple(resource_name: str,
opts: Optional[ResourceOptions] = None,
cause_ids: Optional[Sequence[str]] = None,
command: Optional[str] = None,
command_feedback_enabled: Optional[bool] = None,
continuously_repeat: Optional[bool] = None,
description: Optional[str] = None,
enabled: Optional[bool] = None,
environment_ids: Optional[Sequence[str]] = None,
functionality_ids: Optional[Sequence[str]] = None,
group_ids: Optional[Sequence[str]] = None,
incident_role_ids: Optional[Sequence[str]] = None,
incident_type_ids: Optional[Sequence[str]] = None,
locked: Optional[bool] = None,
name: Optional[str] = None,
position: Optional[int] = None,
repeat_condition_duration_since_first_run: Optional[str] = None,
repeat_condition_number_of_repeats: Optional[int] = None,
repeat_every_duration: Optional[str] = None,
repeat_ons: Optional[Sequence[str]] = None,
service_ids: Optional[Sequence[str]] = None,
severity_ids: Optional[Sequence[str]] = None,
slug: Optional[str] = None,
sub_status_ids: Optional[Sequence[str]] = None,
trigger_params: Optional[WorkflowSimpleTriggerParamsArgs] = None,
wait: Optional[str] = None,
workflow_group_id: Optional[str] = None)func NewWorkflowSimple(ctx *Context, name string, args *WorkflowSimpleArgs, opts ...ResourceOption) (*WorkflowSimple, error)public WorkflowSimple(string name, WorkflowSimpleArgs? args = null, CustomResourceOptions? opts = null)
public WorkflowSimple(String name, WorkflowSimpleArgs args)
public WorkflowSimple(String name, WorkflowSimpleArgs args, CustomResourceOptions options)
type: rootly:WorkflowSimple
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 WorkflowSimpleArgs
- 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 WorkflowSimpleArgs
- 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 WorkflowSimpleArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args WorkflowSimpleArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args WorkflowSimpleArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var workflowSimpleResource = new Rootly.WorkflowSimple("workflowSimpleResource", new()
{
CauseIds = new[]
{
"string",
},
Command = "string",
CommandFeedbackEnabled = false,
ContinuouslyRepeat = false,
Description = "string",
Enabled = false,
EnvironmentIds = new[]
{
"string",
},
FunctionalityIds = new[]
{
"string",
},
GroupIds = new[]
{
"string",
},
IncidentRoleIds = new[]
{
"string",
},
IncidentTypeIds = new[]
{
"string",
},
Locked = false,
Name = "string",
Position = 0,
RepeatConditionDurationSinceFirstRun = "string",
RepeatConditionNumberOfRepeats = 0,
RepeatEveryDuration = "string",
RepeatOns = new[]
{
"string",
},
ServiceIds = new[]
{
"string",
},
SeverityIds = new[]
{
"string",
},
Slug = "string",
SubStatusIds = new[]
{
"string",
},
TriggerParams = new Rootly.Inputs.WorkflowSimpleTriggerParamsArgs
{
TriggerType = "string",
Triggers = new[]
{
"string",
},
},
Wait = "string",
WorkflowGroupId = "string",
});
example, err := rootly.NewWorkflowSimple(ctx, "workflowSimpleResource", &rootly.WorkflowSimpleArgs{
CauseIds: pulumi.StringArray{
pulumi.String("string"),
},
Command: pulumi.String("string"),
CommandFeedbackEnabled: pulumi.Bool(false),
ContinuouslyRepeat: pulumi.Bool(false),
Description: pulumi.String("string"),
Enabled: pulumi.Bool(false),
EnvironmentIds: pulumi.StringArray{
pulumi.String("string"),
},
FunctionalityIds: pulumi.StringArray{
pulumi.String("string"),
},
GroupIds: pulumi.StringArray{
pulumi.String("string"),
},
IncidentRoleIds: pulumi.StringArray{
pulumi.String("string"),
},
IncidentTypeIds: pulumi.StringArray{
pulumi.String("string"),
},
Locked: pulumi.Bool(false),
Name: pulumi.String("string"),
Position: pulumi.Int(0),
RepeatConditionDurationSinceFirstRun: pulumi.String("string"),
RepeatConditionNumberOfRepeats: pulumi.Int(0),
RepeatEveryDuration: pulumi.String("string"),
RepeatOns: pulumi.StringArray{
pulumi.String("string"),
},
ServiceIds: pulumi.StringArray{
pulumi.String("string"),
},
SeverityIds: pulumi.StringArray{
pulumi.String("string"),
},
Slug: pulumi.String("string"),
SubStatusIds: pulumi.StringArray{
pulumi.String("string"),
},
TriggerParams: &rootly.WorkflowSimpleTriggerParamsArgs{
TriggerType: pulumi.String("string"),
Triggers: pulumi.StringArray{
pulumi.String("string"),
},
},
Wait: pulumi.String("string"),
WorkflowGroupId: pulumi.String("string"),
})
var workflowSimpleResource = new WorkflowSimple("workflowSimpleResource", WorkflowSimpleArgs.builder()
.causeIds("string")
.command("string")
.commandFeedbackEnabled(false)
.continuouslyRepeat(false)
.description("string")
.enabled(false)
.environmentIds("string")
.functionalityIds("string")
.groupIds("string")
.incidentRoleIds("string")
.incidentTypeIds("string")
.locked(false)
.name("string")
.position(0)
.repeatConditionDurationSinceFirstRun("string")
.repeatConditionNumberOfRepeats(0)
.repeatEveryDuration("string")
.repeatOns("string")
.serviceIds("string")
.severityIds("string")
.slug("string")
.subStatusIds("string")
.triggerParams(WorkflowSimpleTriggerParamsArgs.builder()
.triggerType("string")
.triggers("string")
.build())
.wait("string")
.workflowGroupId("string")
.build());
workflow_simple_resource = rootly.WorkflowSimple("workflowSimpleResource",
cause_ids=["string"],
command="string",
command_feedback_enabled=False,
continuously_repeat=False,
description="string",
enabled=False,
environment_ids=["string"],
functionality_ids=["string"],
group_ids=["string"],
incident_role_ids=["string"],
incident_type_ids=["string"],
locked=False,
name="string",
position=0,
repeat_condition_duration_since_first_run="string",
repeat_condition_number_of_repeats=0,
repeat_every_duration="string",
repeat_ons=["string"],
service_ids=["string"],
severity_ids=["string"],
slug="string",
sub_status_ids=["string"],
trigger_params={
"trigger_type": "string",
"triggers": ["string"],
},
wait="string",
workflow_group_id="string")
const workflowSimpleResource = new rootly.WorkflowSimple("workflowSimpleResource", {
causeIds: ["string"],
command: "string",
commandFeedbackEnabled: false,
continuouslyRepeat: false,
description: "string",
enabled: false,
environmentIds: ["string"],
functionalityIds: ["string"],
groupIds: ["string"],
incidentRoleIds: ["string"],
incidentTypeIds: ["string"],
locked: false,
name: "string",
position: 0,
repeatConditionDurationSinceFirstRun: "string",
repeatConditionNumberOfRepeats: 0,
repeatEveryDuration: "string",
repeatOns: ["string"],
serviceIds: ["string"],
severityIds: ["string"],
slug: "string",
subStatusIds: ["string"],
triggerParams: {
triggerType: "string",
triggers: ["string"],
},
wait: "string",
workflowGroupId: "string",
});
type: rootly:WorkflowSimple
properties:
causeIds:
- string
command: string
commandFeedbackEnabled: false
continuouslyRepeat: false
description: string
enabled: false
environmentIds:
- string
functionalityIds:
- string
groupIds:
- string
incidentRoleIds:
- string
incidentTypeIds:
- string
locked: false
name: string
position: 0
repeatConditionDurationSinceFirstRun: string
repeatConditionNumberOfRepeats: 0
repeatEveryDuration: string
repeatOns:
- string
serviceIds:
- string
severityIds:
- string
slug: string
subStatusIds:
- string
triggerParams:
triggerType: string
triggers:
- string
wait: string
workflowGroupId: string
WorkflowSimple 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 WorkflowSimple resource accepts the following input properties:
- Cause
Ids List<string> - Command string
- Workflow command
- Command
Feedback boolEnabled - This will notify you back when the workflow is starting. Value must be one of true or false
- Continuously
Repeat bool - When continuously repeat is true, repeat workflows aren't automatically stopped when conditions aren't met. This setting won't override your conditions set by repeatconditiondurationsincefirstrun and repeatconditionnumberof_repeats parameters.. Value must be one of true or false
- Description string
- The description of the workflow
- Enabled bool
- Environment
Ids List<string> - Functionality
Ids List<string> - Group
Ids List<string> - Incident
Role List<string>Ids - Incident
Type List<string>Ids - Locked bool
- Restricts workflow edits to admins when turned on. Only admins can set this field.. Value must be one of true or false
- Name string
- The title of the workflow
- Position int
- The order which the workflow should run with other workflows.
- Repeat
Condition stringDuration Since First Run - The workflow will stop repeating if its runtime since it's first workflow run exceeds the duration set in this field
- Repeat
Condition intNumber Of Repeats - The workflow will stop repeating if the number of repeats exceeds the value set in this field
- Repeat
Every stringDuration - Repeat workflow every duration
- Repeat
Ons List<string> - Repeat on weekdays. Value must be one of
S,M,T,W,R,F,U. - Service
Ids List<string> - Severity
Ids List<string> - Slug string
- The slug of the workflow
- Sub
Status List<string>Ids - Trigger
Params WorkflowSimple Trigger Params - Wait string
- Wait this duration before executing
- Workflow
Group stringId - The group this workflow belongs to.
- Cause
Ids []string - Command string
- Workflow command
- Command
Feedback boolEnabled - This will notify you back when the workflow is starting. Value must be one of true or false
- Continuously
Repeat bool - When continuously repeat is true, repeat workflows aren't automatically stopped when conditions aren't met. This setting won't override your conditions set by repeatconditiondurationsincefirstrun and repeatconditionnumberof_repeats parameters.. Value must be one of true or false
- Description string
- The description of the workflow
- Enabled bool
- Environment
Ids []string - Functionality
Ids []string - Group
Ids []string - Incident
Role []stringIds - Incident
Type []stringIds - Locked bool
- Restricts workflow edits to admins when turned on. Only admins can set this field.. Value must be one of true or false
- Name string
- The title of the workflow
- Position int
- The order which the workflow should run with other workflows.
- Repeat
Condition stringDuration Since First Run - The workflow will stop repeating if its runtime since it's first workflow run exceeds the duration set in this field
- Repeat
Condition intNumber Of Repeats - The workflow will stop repeating if the number of repeats exceeds the value set in this field
- Repeat
Every stringDuration - Repeat workflow every duration
- Repeat
Ons []string - Repeat on weekdays. Value must be one of
S,M,T,W,R,F,U. - Service
Ids []string - Severity
Ids []string - Slug string
- The slug of the workflow
- Sub
Status []stringIds - Trigger
Params WorkflowSimple Trigger Params Args - Wait string
- Wait this duration before executing
- Workflow
Group stringId - The group this workflow belongs to.
- cause
Ids List<String> - command String
- Workflow command
- command
Feedback BooleanEnabled - This will notify you back when the workflow is starting. Value must be one of true or false
- continuously
Repeat Boolean - When continuously repeat is true, repeat workflows aren't automatically stopped when conditions aren't met. This setting won't override your conditions set by repeatconditiondurationsincefirstrun and repeatconditionnumberof_repeats parameters.. Value must be one of true or false
- description String
- The description of the workflow
- enabled Boolean
- environment
Ids List<String> - functionality
Ids List<String> - group
Ids List<String> - incident
Role List<String>Ids - incident
Type List<String>Ids - locked Boolean
- Restricts workflow edits to admins when turned on. Only admins can set this field.. Value must be one of true or false
- name String
- The title of the workflow
- position Integer
- The order which the workflow should run with other workflows.
- repeat
Condition StringDuration Since First Run - The workflow will stop repeating if its runtime since it's first workflow run exceeds the duration set in this field
- repeat
Condition IntegerNumber Of Repeats - The workflow will stop repeating if the number of repeats exceeds the value set in this field
- repeat
Every StringDuration - Repeat workflow every duration
- repeat
Ons List<String> - Repeat on weekdays. Value must be one of
S,M,T,W,R,F,U. - service
Ids List<String> - severity
Ids List<String> - slug String
- The slug of the workflow
- sub
Status List<String>Ids - trigger
Params WorkflowSimple Trigger Params - wait_ String
- Wait this duration before executing
- workflow
Group StringId - The group this workflow belongs to.
- cause
Ids string[] - command string
- Workflow command
- command
Feedback booleanEnabled - This will notify you back when the workflow is starting. Value must be one of true or false
- continuously
Repeat boolean - When continuously repeat is true, repeat workflows aren't automatically stopped when conditions aren't met. This setting won't override your conditions set by repeatconditiondurationsincefirstrun and repeatconditionnumberof_repeats parameters.. Value must be one of true or false
- description string
- The description of the workflow
- enabled boolean
- environment
Ids string[] - functionality
Ids string[] - group
Ids string[] - incident
Role string[]Ids - incident
Type string[]Ids - locked boolean
- Restricts workflow edits to admins when turned on. Only admins can set this field.. Value must be one of true or false
- name string
- The title of the workflow
- position number
- The order which the workflow should run with other workflows.
- repeat
Condition stringDuration Since First Run - The workflow will stop repeating if its runtime since it's first workflow run exceeds the duration set in this field
- repeat
Condition numberNumber Of Repeats - The workflow will stop repeating if the number of repeats exceeds the value set in this field
- repeat
Every stringDuration - Repeat workflow every duration
- repeat
Ons string[] - Repeat on weekdays. Value must be one of
S,M,T,W,R,F,U. - service
Ids string[] - severity
Ids string[] - slug string
- The slug of the workflow
- sub
Status string[]Ids - trigger
Params WorkflowSimple Trigger Params - wait string
- Wait this duration before executing
- workflow
Group stringId - The group this workflow belongs to.
- cause_
ids Sequence[str] - command str
- Workflow command
- command_
feedback_ boolenabled - This will notify you back when the workflow is starting. Value must be one of true or false
- continuously_
repeat bool - When continuously repeat is true, repeat workflows aren't automatically stopped when conditions aren't met. This setting won't override your conditions set by repeatconditiondurationsincefirstrun and repeatconditionnumberof_repeats parameters.. Value must be one of true or false
- description str
- The description of the workflow
- enabled bool
- environment_
ids Sequence[str] - functionality_
ids Sequence[str] - group_
ids Sequence[str] - incident_
role_ Sequence[str]ids - incident_
type_ Sequence[str]ids - locked bool
- Restricts workflow edits to admins when turned on. Only admins can set this field.. Value must be one of true or false
- name str
- The title of the workflow
- position int
- The order which the workflow should run with other workflows.
- repeat_
condition_ strduration_ since_ first_ run - The workflow will stop repeating if its runtime since it's first workflow run exceeds the duration set in this field
- repeat_
condition_ intnumber_ of_ repeats - The workflow will stop repeating if the number of repeats exceeds the value set in this field
- repeat_
every_ strduration - Repeat workflow every duration
- repeat_
ons Sequence[str] - Repeat on weekdays. Value must be one of
S,M,T,W,R,F,U. - service_
ids Sequence[str] - severity_
ids Sequence[str] - slug str
- The slug of the workflow
- sub_
status_ Sequence[str]ids - trigger_
params WorkflowSimple Trigger Params Args - wait str
- Wait this duration before executing
- workflow_
group_ strid - The group this workflow belongs to.
- cause
Ids List<String> - command String
- Workflow command
- command
Feedback BooleanEnabled - This will notify you back when the workflow is starting. Value must be one of true or false
- continuously
Repeat Boolean - When continuously repeat is true, repeat workflows aren't automatically stopped when conditions aren't met. This setting won't override your conditions set by repeatconditiondurationsincefirstrun and repeatconditionnumberof_repeats parameters.. Value must be one of true or false
- description String
- The description of the workflow
- enabled Boolean
- environment
Ids List<String> - functionality
Ids List<String> - group
Ids List<String> - incident
Role List<String>Ids - incident
Type List<String>Ids - locked Boolean
- Restricts workflow edits to admins when turned on. Only admins can set this field.. Value must be one of true or false
- name String
- The title of the workflow
- position Number
- The order which the workflow should run with other workflows.
- repeat
Condition StringDuration Since First Run - The workflow will stop repeating if its runtime since it's first workflow run exceeds the duration set in this field
- repeat
Condition NumberNumber Of Repeats - The workflow will stop repeating if the number of repeats exceeds the value set in this field
- repeat
Every StringDuration - Repeat workflow every duration
- repeat
Ons List<String> - Repeat on weekdays. Value must be one of
S,M,T,W,R,F,U. - service
Ids List<String> - severity
Ids List<String> - slug String
- The slug of the workflow
- sub
Status List<String>Ids - trigger
Params Property Map - wait String
- Wait this duration before executing
- workflow
Group StringId - The group this workflow belongs to.
Outputs
All input properties are implicitly available as output properties. Additionally, the WorkflowSimple resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing WorkflowSimple Resource
Get an existing WorkflowSimple 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?: WorkflowSimpleState, opts?: CustomResourceOptions): WorkflowSimple@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
cause_ids: Optional[Sequence[str]] = None,
command: Optional[str] = None,
command_feedback_enabled: Optional[bool] = None,
continuously_repeat: Optional[bool] = None,
description: Optional[str] = None,
enabled: Optional[bool] = None,
environment_ids: Optional[Sequence[str]] = None,
functionality_ids: Optional[Sequence[str]] = None,
group_ids: Optional[Sequence[str]] = None,
incident_role_ids: Optional[Sequence[str]] = None,
incident_type_ids: Optional[Sequence[str]] = None,
locked: Optional[bool] = None,
name: Optional[str] = None,
position: Optional[int] = None,
repeat_condition_duration_since_first_run: Optional[str] = None,
repeat_condition_number_of_repeats: Optional[int] = None,
repeat_every_duration: Optional[str] = None,
repeat_ons: Optional[Sequence[str]] = None,
service_ids: Optional[Sequence[str]] = None,
severity_ids: Optional[Sequence[str]] = None,
slug: Optional[str] = None,
sub_status_ids: Optional[Sequence[str]] = None,
trigger_params: Optional[WorkflowSimpleTriggerParamsArgs] = None,
wait: Optional[str] = None,
workflow_group_id: Optional[str] = None) -> WorkflowSimplefunc GetWorkflowSimple(ctx *Context, name string, id IDInput, state *WorkflowSimpleState, opts ...ResourceOption) (*WorkflowSimple, error)public static WorkflowSimple Get(string name, Input<string> id, WorkflowSimpleState? state, CustomResourceOptions? opts = null)public static WorkflowSimple get(String name, Output<String> id, WorkflowSimpleState state, CustomResourceOptions options)resources: _: type: rootly:WorkflowSimple 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.
- Cause
Ids List<string> - Command string
- Workflow command
- Command
Feedback boolEnabled - This will notify you back when the workflow is starting. Value must be one of true or false
- Continuously
Repeat bool - When continuously repeat is true, repeat workflows aren't automatically stopped when conditions aren't met. This setting won't override your conditions set by repeatconditiondurationsincefirstrun and repeatconditionnumberof_repeats parameters.. Value must be one of true or false
- Description string
- The description of the workflow
- Enabled bool
- Environment
Ids List<string> - Functionality
Ids List<string> - Group
Ids List<string> - Incident
Role List<string>Ids - Incident
Type List<string>Ids - Locked bool
- Restricts workflow edits to admins when turned on. Only admins can set this field.. Value must be one of true or false
- Name string
- The title of the workflow
- Position int
- The order which the workflow should run with other workflows.
- Repeat
Condition stringDuration Since First Run - The workflow will stop repeating if its runtime since it's first workflow run exceeds the duration set in this field
- Repeat
Condition intNumber Of Repeats - The workflow will stop repeating if the number of repeats exceeds the value set in this field
- Repeat
Every stringDuration - Repeat workflow every duration
- Repeat
Ons List<string> - Repeat on weekdays. Value must be one of
S,M,T,W,R,F,U. - Service
Ids List<string> - Severity
Ids List<string> - Slug string
- The slug of the workflow
- Sub
Status List<string>Ids - Trigger
Params WorkflowSimple Trigger Params - Wait string
- Wait this duration before executing
- Workflow
Group stringId - The group this workflow belongs to.
- Cause
Ids []string - Command string
- Workflow command
- Command
Feedback boolEnabled - This will notify you back when the workflow is starting. Value must be one of true or false
- Continuously
Repeat bool - When continuously repeat is true, repeat workflows aren't automatically stopped when conditions aren't met. This setting won't override your conditions set by repeatconditiondurationsincefirstrun and repeatconditionnumberof_repeats parameters.. Value must be one of true or false
- Description string
- The description of the workflow
- Enabled bool
- Environment
Ids []string - Functionality
Ids []string - Group
Ids []string - Incident
Role []stringIds - Incident
Type []stringIds - Locked bool
- Restricts workflow edits to admins when turned on. Only admins can set this field.. Value must be one of true or false
- Name string
- The title of the workflow
- Position int
- The order which the workflow should run with other workflows.
- Repeat
Condition stringDuration Since First Run - The workflow will stop repeating if its runtime since it's first workflow run exceeds the duration set in this field
- Repeat
Condition intNumber Of Repeats - The workflow will stop repeating if the number of repeats exceeds the value set in this field
- Repeat
Every stringDuration - Repeat workflow every duration
- Repeat
Ons []string - Repeat on weekdays. Value must be one of
S,M,T,W,R,F,U. - Service
Ids []string - Severity
Ids []string - Slug string
- The slug of the workflow
- Sub
Status []stringIds - Trigger
Params WorkflowSimple Trigger Params Args - Wait string
- Wait this duration before executing
- Workflow
Group stringId - The group this workflow belongs to.
- cause
Ids List<String> - command String
- Workflow command
- command
Feedback BooleanEnabled - This will notify you back when the workflow is starting. Value must be one of true or false
- continuously
Repeat Boolean - When continuously repeat is true, repeat workflows aren't automatically stopped when conditions aren't met. This setting won't override your conditions set by repeatconditiondurationsincefirstrun and repeatconditionnumberof_repeats parameters.. Value must be one of true or false
- description String
- The description of the workflow
- enabled Boolean
- environment
Ids List<String> - functionality
Ids List<String> - group
Ids List<String> - incident
Role List<String>Ids - incident
Type List<String>Ids - locked Boolean
- Restricts workflow edits to admins when turned on. Only admins can set this field.. Value must be one of true or false
- name String
- The title of the workflow
- position Integer
- The order which the workflow should run with other workflows.
- repeat
Condition StringDuration Since First Run - The workflow will stop repeating if its runtime since it's first workflow run exceeds the duration set in this field
- repeat
Condition IntegerNumber Of Repeats - The workflow will stop repeating if the number of repeats exceeds the value set in this field
- repeat
Every StringDuration - Repeat workflow every duration
- repeat
Ons List<String> - Repeat on weekdays. Value must be one of
S,M,T,W,R,F,U. - service
Ids List<String> - severity
Ids List<String> - slug String
- The slug of the workflow
- sub
Status List<String>Ids - trigger
Params WorkflowSimple Trigger Params - wait_ String
- Wait this duration before executing
- workflow
Group StringId - The group this workflow belongs to.
- cause
Ids string[] - command string
- Workflow command
- command
Feedback booleanEnabled - This will notify you back when the workflow is starting. Value must be one of true or false
- continuously
Repeat boolean - When continuously repeat is true, repeat workflows aren't automatically stopped when conditions aren't met. This setting won't override your conditions set by repeatconditiondurationsincefirstrun and repeatconditionnumberof_repeats parameters.. Value must be one of true or false
- description string
- The description of the workflow
- enabled boolean
- environment
Ids string[] - functionality
Ids string[] - group
Ids string[] - incident
Role string[]Ids - incident
Type string[]Ids - locked boolean
- Restricts workflow edits to admins when turned on. Only admins can set this field.. Value must be one of true or false
- name string
- The title of the workflow
- position number
- The order which the workflow should run with other workflows.
- repeat
Condition stringDuration Since First Run - The workflow will stop repeating if its runtime since it's first workflow run exceeds the duration set in this field
- repeat
Condition numberNumber Of Repeats - The workflow will stop repeating if the number of repeats exceeds the value set in this field
- repeat
Every stringDuration - Repeat workflow every duration
- repeat
Ons string[] - Repeat on weekdays. Value must be one of
S,M,T,W,R,F,U. - service
Ids string[] - severity
Ids string[] - slug string
- The slug of the workflow
- sub
Status string[]Ids - trigger
Params WorkflowSimple Trigger Params - wait string
- Wait this duration before executing
- workflow
Group stringId - The group this workflow belongs to.
- cause_
ids Sequence[str] - command str
- Workflow command
- command_
feedback_ boolenabled - This will notify you back when the workflow is starting. Value must be one of true or false
- continuously_
repeat bool - When continuously repeat is true, repeat workflows aren't automatically stopped when conditions aren't met. This setting won't override your conditions set by repeatconditiondurationsincefirstrun and repeatconditionnumberof_repeats parameters.. Value must be one of true or false
- description str
- The description of the workflow
- enabled bool
- environment_
ids Sequence[str] - functionality_
ids Sequence[str] - group_
ids Sequence[str] - incident_
role_ Sequence[str]ids - incident_
type_ Sequence[str]ids - locked bool
- Restricts workflow edits to admins when turned on. Only admins can set this field.. Value must be one of true or false
- name str
- The title of the workflow
- position int
- The order which the workflow should run with other workflows.
- repeat_
condition_ strduration_ since_ first_ run - The workflow will stop repeating if its runtime since it's first workflow run exceeds the duration set in this field
- repeat_
condition_ intnumber_ of_ repeats - The workflow will stop repeating if the number of repeats exceeds the value set in this field
- repeat_
every_ strduration - Repeat workflow every duration
- repeat_
ons Sequence[str] - Repeat on weekdays. Value must be one of
S,M,T,W,R,F,U. - service_
ids Sequence[str] - severity_
ids Sequence[str] - slug str
- The slug of the workflow
- sub_
status_ Sequence[str]ids - trigger_
params WorkflowSimple Trigger Params Args - wait str
- Wait this duration before executing
- workflow_
group_ strid - The group this workflow belongs to.
- cause
Ids List<String> - command String
- Workflow command
- command
Feedback BooleanEnabled - This will notify you back when the workflow is starting. Value must be one of true or false
- continuously
Repeat Boolean - When continuously repeat is true, repeat workflows aren't automatically stopped when conditions aren't met. This setting won't override your conditions set by repeatconditiondurationsincefirstrun and repeatconditionnumberof_repeats parameters.. Value must be one of true or false
- description String
- The description of the workflow
- enabled Boolean
- environment
Ids List<String> - functionality
Ids List<String> - group
Ids List<String> - incident
Role List<String>Ids - incident
Type List<String>Ids - locked Boolean
- Restricts workflow edits to admins when turned on. Only admins can set this field.. Value must be one of true or false
- name String
- The title of the workflow
- position Number
- The order which the workflow should run with other workflows.
- repeat
Condition StringDuration Since First Run - The workflow will stop repeating if its runtime since it's first workflow run exceeds the duration set in this field
- repeat
Condition NumberNumber Of Repeats - The workflow will stop repeating if the number of repeats exceeds the value set in this field
- repeat
Every StringDuration - Repeat workflow every duration
- repeat
Ons List<String> - Repeat on weekdays. Value must be one of
S,M,T,W,R,F,U. - service
Ids List<String> - severity
Ids List<String> - slug String
- The slug of the workflow
- sub
Status List<String>Ids - trigger
Params Property Map - wait String
- Wait this duration before executing
- workflow
Group StringId - The group this workflow belongs to.
Supporting Types
WorkflowSimpleTriggerParams, WorkflowSimpleTriggerParamsArgs
- Trigger
Type string - Value must be one of
simple. - Triggers List<string>
- Actions that trigger the workflow. Value must be one of
slackCommand.
- Trigger
Type string - Value must be one of
simple. - Triggers []string
- Actions that trigger the workflow. Value must be one of
slackCommand.
- trigger
Type String - Value must be one of
simple. - triggers List<String>
- Actions that trigger the workflow. Value must be one of
slackCommand.
- trigger
Type string - Value must be one of
simple. - triggers string[]
- Actions that trigger the workflow. Value must be one of
slackCommand.
- trigger_
type str - Value must be one of
simple. - triggers Sequence[str]
- Actions that trigger the workflow. Value must be one of
slackCommand.
- trigger
Type String - Value must be one of
simple. - triggers List<String>
- Actions that trigger the workflow. Value must be one of
slackCommand.
Package Details
- Repository
- rootly rootlyhq/pulumi-rootly
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
rootlyTerraform Provider.
published on Thursday, May 7, 2026 by rootlyhq
