published on Thursday, Jul 30, 2026 by rootlyhq
published on Thursday, Jul 30, 2026 by rootlyhq
Import
rootly.WorkflowActionItemFormFieldCondition can be imported using the import command.
$ pulumi import rootly:index/workflowActionItemFormFieldCondition:WorkflowActionItemFormFieldCondition 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 WorkflowActionItemFormFieldCondition Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new WorkflowActionItemFormFieldCondition(name: string, args: WorkflowActionItemFormFieldConditionArgs, opts?: CustomResourceOptions);@overload
def WorkflowActionItemFormFieldCondition(resource_name: str,
args: WorkflowActionItemFormFieldConditionArgs,
opts: Optional[ResourceOptions] = None)
@overload
def WorkflowActionItemFormFieldCondition(resource_name: str,
opts: Optional[ResourceOptions] = None,
workflow_id: Optional[str] = None,
form_field_id: Optional[str] = None,
selected_group_ids: Optional[Sequence[str]] = None,
selected_cause_ids: Optional[Sequence[str]] = None,
selected_environment_ids: Optional[Sequence[str]] = None,
selected_functionality_ids: Optional[Sequence[str]] = None,
action_item_condition: Optional[str] = None,
selected_incident_type_ids: Optional[Sequence[str]] = None,
selected_option_ids: Optional[Sequence[str]] = None,
selected_service_ids: Optional[Sequence[str]] = None,
selected_user_ids: Optional[Sequence[int]] = None,
values: Optional[Sequence[str]] = None,
selected_catalog_entity_ids: Optional[Sequence[str]] = None)func NewWorkflowActionItemFormFieldCondition(ctx *Context, name string, args WorkflowActionItemFormFieldConditionArgs, opts ...ResourceOption) (*WorkflowActionItemFormFieldCondition, error)public WorkflowActionItemFormFieldCondition(string name, WorkflowActionItemFormFieldConditionArgs args, CustomResourceOptions? opts = null)
public WorkflowActionItemFormFieldCondition(String name, WorkflowActionItemFormFieldConditionArgs args)
public WorkflowActionItemFormFieldCondition(String name, WorkflowActionItemFormFieldConditionArgs args, CustomResourceOptions options)
type: rootly:WorkflowActionItemFormFieldCondition
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "rootly_workflow_action_item_form_field_condition" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args WorkflowActionItemFormFieldConditionArgs
- 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 WorkflowActionItemFormFieldConditionArgs
- 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 WorkflowActionItemFormFieldConditionArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args WorkflowActionItemFormFieldConditionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args WorkflowActionItemFormFieldConditionArgs
- 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 workflowActionItemFormFieldConditionResource = new Rootly.WorkflowActionItemFormFieldCondition("workflowActionItemFormFieldConditionResource", new()
{
WorkflowId = "string",
FormFieldId = "string",
SelectedGroupIds = new[]
{
"string",
},
SelectedCauseIds = new[]
{
"string",
},
SelectedEnvironmentIds = new[]
{
"string",
},
SelectedFunctionalityIds = new[]
{
"string",
},
ActionItemCondition = "string",
SelectedIncidentTypeIds = new[]
{
"string",
},
SelectedOptionIds = new[]
{
"string",
},
SelectedServiceIds = new[]
{
"string",
},
SelectedUserIds = new[]
{
0,
},
Values = new[]
{
"string",
},
SelectedCatalogEntityIds = new[]
{
"string",
},
});
example, err := rootly.NewWorkflowActionItemFormFieldCondition(ctx, "workflowActionItemFormFieldConditionResource", &rootly.WorkflowActionItemFormFieldConditionArgs{
WorkflowId: pulumi.String("string"),
FormFieldId: pulumi.String("string"),
SelectedGroupIds: pulumi.StringArray{
pulumi.String("string"),
},
SelectedCauseIds: pulumi.StringArray{
pulumi.String("string"),
},
SelectedEnvironmentIds: pulumi.StringArray{
pulumi.String("string"),
},
SelectedFunctionalityIds: pulumi.StringArray{
pulumi.String("string"),
},
ActionItemCondition: pulumi.String("string"),
SelectedIncidentTypeIds: pulumi.StringArray{
pulumi.String("string"),
},
SelectedOptionIds: pulumi.StringArray{
pulumi.String("string"),
},
SelectedServiceIds: pulumi.StringArray{
pulumi.String("string"),
},
SelectedUserIds: pulumi.IntArray{
pulumi.Int(0),
},
Values: pulumi.StringArray{
pulumi.String("string"),
},
SelectedCatalogEntityIds: pulumi.StringArray{
pulumi.String("string"),
},
})
resource "rootly_workflow_action_item_form_field_condition" "workflowActionItemFormFieldConditionResource" {
lifecycle {
create_before_destroy = true
}
workflow_id = "string"
form_field_id = "string"
selected_group_ids = ["string"]
selected_cause_ids = ["string"]
selected_environment_ids = ["string"]
selected_functionality_ids = ["string"]
action_item_condition = "string"
selected_incident_type_ids = ["string"]
selected_option_ids = ["string"]
selected_service_ids = ["string"]
selected_user_ids = [0]
values = ["string"]
selected_catalog_entity_ids = ["string"]
}
var workflowActionItemFormFieldConditionResource = new WorkflowActionItemFormFieldCondition("workflowActionItemFormFieldConditionResource", WorkflowActionItemFormFieldConditionArgs.builder()
.workflowId("string")
.formFieldId("string")
.selectedGroupIds("string")
.selectedCauseIds("string")
.selectedEnvironmentIds("string")
.selectedFunctionalityIds("string")
.actionItemCondition("string")
.selectedIncidentTypeIds("string")
.selectedOptionIds("string")
.selectedServiceIds("string")
.selectedUserIds(0)
.values("string")
.selectedCatalogEntityIds("string")
.build());
workflow_action_item_form_field_condition_resource = rootly.WorkflowActionItemFormFieldCondition("workflowActionItemFormFieldConditionResource",
workflow_id="string",
form_field_id="string",
selected_group_ids=["string"],
selected_cause_ids=["string"],
selected_environment_ids=["string"],
selected_functionality_ids=["string"],
action_item_condition="string",
selected_incident_type_ids=["string"],
selected_option_ids=["string"],
selected_service_ids=["string"],
selected_user_ids=[0],
values=["string"],
selected_catalog_entity_ids=["string"])
const workflowActionItemFormFieldConditionResource = new rootly.WorkflowActionItemFormFieldCondition("workflowActionItemFormFieldConditionResource", {
workflowId: "string",
formFieldId: "string",
selectedGroupIds: ["string"],
selectedCauseIds: ["string"],
selectedEnvironmentIds: ["string"],
selectedFunctionalityIds: ["string"],
actionItemCondition: "string",
selectedIncidentTypeIds: ["string"],
selectedOptionIds: ["string"],
selectedServiceIds: ["string"],
selectedUserIds: [0],
values: ["string"],
selectedCatalogEntityIds: ["string"],
});
type: rootly:WorkflowActionItemFormFieldCondition
properties:
actionItemCondition: string
formFieldId: string
selectedCatalogEntityIds:
- string
selectedCauseIds:
- string
selectedEnvironmentIds:
- string
selectedFunctionalityIds:
- string
selectedGroupIds:
- string
selectedIncidentTypeIds:
- string
selectedOptionIds:
- string
selectedServiceIds:
- string
selectedUserIds:
- 0
values:
- string
workflowId: string
WorkflowActionItemFormFieldCondition 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 WorkflowActionItemFormFieldCondition resource accepts the following input properties:
- Form
Field stringId - The custom field for this condition
- Workflow
Id string - The workflow for this condition
- Action
Item stringCondition - The trigger condition. Value must be one of
IS,IS NOT,ANY,CONTAINS,CONTAINS_ALL,CONTAINS_NONE,NONE,SET,UNSET. - Selected
Catalog List<string>Entity Ids - Selected
Cause List<string>Ids - Selected
Environment List<string>Ids - Selected
Functionality List<string>Ids - Selected
Group List<string>Ids - Selected
Incident List<string>Type Ids - Selected
Option List<string>Ids - Selected
Service List<string>Ids - Selected
User List<int>Ids - Values List<string>
- Form
Field stringId - The custom field for this condition
- Workflow
Id string - The workflow for this condition
- Action
Item stringCondition - The trigger condition. Value must be one of
IS,IS NOT,ANY,CONTAINS,CONTAINS_ALL,CONTAINS_NONE,NONE,SET,UNSET. - Selected
Catalog []stringEntity Ids - Selected
Cause []stringIds - Selected
Environment []stringIds - Selected
Functionality []stringIds - Selected
Group []stringIds - Selected
Incident []stringType Ids - Selected
Option []stringIds - Selected
Service []stringIds - Selected
User []intIds - Values []string
- form_
field_ stringid - The custom field for this condition
- workflow_
id string - The workflow for this condition
- action_
item_ stringcondition - The trigger condition. Value must be one of
IS,IS NOT,ANY,CONTAINS,CONTAINS_ALL,CONTAINS_NONE,NONE,SET,UNSET. - selected_
catalog_ list(string)entity_ ids - selected_
cause_ list(string)ids - selected_
environment_ list(string)ids - selected_
functionality_ list(string)ids - selected_
group_ list(string)ids - selected_
incident_ list(string)type_ ids - selected_
option_ list(string)ids - selected_
service_ list(string)ids - selected_
user_ list(number)ids - values list(string)
- form
Field StringId - The custom field for this condition
- workflow
Id String - The workflow for this condition
- action
Item StringCondition - The trigger condition. Value must be one of
IS,IS NOT,ANY,CONTAINS,CONTAINS_ALL,CONTAINS_NONE,NONE,SET,UNSET. - selected
Catalog List<String>Entity Ids - selected
Cause List<String>Ids - selected
Environment List<String>Ids - selected
Functionality List<String>Ids - selected
Group List<String>Ids - selected
Incident List<String>Type Ids - selected
Option List<String>Ids - selected
Service List<String>Ids - selected
User List<Integer>Ids - values List<String>
- form
Field stringId - The custom field for this condition
- workflow
Id string - The workflow for this condition
- action
Item stringCondition - The trigger condition. Value must be one of
IS,IS NOT,ANY,CONTAINS,CONTAINS_ALL,CONTAINS_NONE,NONE,SET,UNSET. - selected
Catalog string[]Entity Ids - selected
Cause string[]Ids - selected
Environment string[]Ids - selected
Functionality string[]Ids - selected
Group string[]Ids - selected
Incident string[]Type Ids - selected
Option string[]Ids - selected
Service string[]Ids - selected
User number[]Ids - values string[]
- form_
field_ strid - The custom field for this condition
- workflow_
id str - The workflow for this condition
- action_
item_ strcondition - The trigger condition. Value must be one of
IS,IS NOT,ANY,CONTAINS,CONTAINS_ALL,CONTAINS_NONE,NONE,SET,UNSET. - selected_
catalog_ Sequence[str]entity_ ids - selected_
cause_ Sequence[str]ids - selected_
environment_ Sequence[str]ids - selected_
functionality_ Sequence[str]ids - selected_
group_ Sequence[str]ids - selected_
incident_ Sequence[str]type_ ids - selected_
option_ Sequence[str]ids - selected_
service_ Sequence[str]ids - selected_
user_ Sequence[int]ids - values Sequence[str]
- form
Field StringId - The custom field for this condition
- workflow
Id String - The workflow for this condition
- action
Item StringCondition - The trigger condition. Value must be one of
IS,IS NOT,ANY,CONTAINS,CONTAINS_ALL,CONTAINS_NONE,NONE,SET,UNSET. - selected
Catalog List<String>Entity Ids - selected
Cause List<String>Ids - selected
Environment List<String>Ids - selected
Functionality List<String>Ids - selected
Group List<String>Ids - selected
Incident List<String>Type Ids - selected
Option List<String>Ids - selected
Service List<String>Ids - selected
User List<Number>Ids - values List<String>
Outputs
All input properties are implicitly available as output properties. Additionally, the WorkflowActionItemFormFieldCondition 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 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 WorkflowActionItemFormFieldCondition Resource
Get an existing WorkflowActionItemFormFieldCondition 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?: WorkflowActionItemFormFieldConditionState, opts?: CustomResourceOptions): WorkflowActionItemFormFieldCondition@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
action_item_condition: Optional[str] = None,
form_field_id: Optional[str] = None,
selected_catalog_entity_ids: Optional[Sequence[str]] = None,
selected_cause_ids: Optional[Sequence[str]] = None,
selected_environment_ids: Optional[Sequence[str]] = None,
selected_functionality_ids: Optional[Sequence[str]] = None,
selected_group_ids: Optional[Sequence[str]] = None,
selected_incident_type_ids: Optional[Sequence[str]] = None,
selected_option_ids: Optional[Sequence[str]] = None,
selected_service_ids: Optional[Sequence[str]] = None,
selected_user_ids: Optional[Sequence[int]] = None,
values: Optional[Sequence[str]] = None,
workflow_id: Optional[str] = None) -> WorkflowActionItemFormFieldConditionfunc GetWorkflowActionItemFormFieldCondition(ctx *Context, name string, id IDInput, state *WorkflowActionItemFormFieldConditionState, opts ...ResourceOption) (*WorkflowActionItemFormFieldCondition, error)public static WorkflowActionItemFormFieldCondition Get(string name, Input<string> id, WorkflowActionItemFormFieldConditionState? state, CustomResourceOptions? opts = null)public static WorkflowActionItemFormFieldCondition get(String name, Output<String> id, WorkflowActionItemFormFieldConditionState state, CustomResourceOptions options)resources: _: type: rootly:WorkflowActionItemFormFieldCondition get: id: ${id}import {
to = rootly_workflow_action_item_form_field_condition.example
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.
- Action
Item stringCondition - The trigger condition. Value must be one of
IS,IS NOT,ANY,CONTAINS,CONTAINS_ALL,CONTAINS_NONE,NONE,SET,UNSET. - Form
Field stringId - The custom field for this condition
- Selected
Catalog List<string>Entity Ids - Selected
Cause List<string>Ids - Selected
Environment List<string>Ids - Selected
Functionality List<string>Ids - Selected
Group List<string>Ids - Selected
Incident List<string>Type Ids - Selected
Option List<string>Ids - Selected
Service List<string>Ids - Selected
User List<int>Ids - Values List<string>
- Workflow
Id string - The workflow for this condition
- Action
Item stringCondition - The trigger condition. Value must be one of
IS,IS NOT,ANY,CONTAINS,CONTAINS_ALL,CONTAINS_NONE,NONE,SET,UNSET. - Form
Field stringId - The custom field for this condition
- Selected
Catalog []stringEntity Ids - Selected
Cause []stringIds - Selected
Environment []stringIds - Selected
Functionality []stringIds - Selected
Group []stringIds - Selected
Incident []stringType Ids - Selected
Option []stringIds - Selected
Service []stringIds - Selected
User []intIds - Values []string
- Workflow
Id string - The workflow for this condition
- action_
item_ stringcondition - The trigger condition. Value must be one of
IS,IS NOT,ANY,CONTAINS,CONTAINS_ALL,CONTAINS_NONE,NONE,SET,UNSET. - form_
field_ stringid - The custom field for this condition
- selected_
catalog_ list(string)entity_ ids - selected_
cause_ list(string)ids - selected_
environment_ list(string)ids - selected_
functionality_ list(string)ids - selected_
group_ list(string)ids - selected_
incident_ list(string)type_ ids - selected_
option_ list(string)ids - selected_
service_ list(string)ids - selected_
user_ list(number)ids - values list(string)
- workflow_
id string - The workflow for this condition
- action
Item StringCondition - The trigger condition. Value must be one of
IS,IS NOT,ANY,CONTAINS,CONTAINS_ALL,CONTAINS_NONE,NONE,SET,UNSET. - form
Field StringId - The custom field for this condition
- selected
Catalog List<String>Entity Ids - selected
Cause List<String>Ids - selected
Environment List<String>Ids - selected
Functionality List<String>Ids - selected
Group List<String>Ids - selected
Incident List<String>Type Ids - selected
Option List<String>Ids - selected
Service List<String>Ids - selected
User List<Integer>Ids - values List<String>
- workflow
Id String - The workflow for this condition
- action
Item stringCondition - The trigger condition. Value must be one of
IS,IS NOT,ANY,CONTAINS,CONTAINS_ALL,CONTAINS_NONE,NONE,SET,UNSET. - form
Field stringId - The custom field for this condition
- selected
Catalog string[]Entity Ids - selected
Cause string[]Ids - selected
Environment string[]Ids - selected
Functionality string[]Ids - selected
Group string[]Ids - selected
Incident string[]Type Ids - selected
Option string[]Ids - selected
Service string[]Ids - selected
User number[]Ids - values string[]
- workflow
Id string - The workflow for this condition
- action_
item_ strcondition - The trigger condition. Value must be one of
IS,IS NOT,ANY,CONTAINS,CONTAINS_ALL,CONTAINS_NONE,NONE,SET,UNSET. - form_
field_ strid - The custom field for this condition
- selected_
catalog_ Sequence[str]entity_ ids - selected_
cause_ Sequence[str]ids - selected_
environment_ Sequence[str]ids - selected_
functionality_ Sequence[str]ids - selected_
group_ Sequence[str]ids - selected_
incident_ Sequence[str]type_ ids - selected_
option_ Sequence[str]ids - selected_
service_ Sequence[str]ids - selected_
user_ Sequence[int]ids - values Sequence[str]
- workflow_
id str - The workflow for this condition
- action
Item StringCondition - The trigger condition. Value must be one of
IS,IS NOT,ANY,CONTAINS,CONTAINS_ALL,CONTAINS_NONE,NONE,SET,UNSET. - form
Field StringId - The custom field for this condition
- selected
Catalog List<String>Entity Ids - selected
Cause List<String>Ids - selected
Environment List<String>Ids - selected
Functionality List<String>Ids - selected
Group List<String>Ids - selected
Incident List<String>Type Ids - selected
Option List<String>Ids - selected
Service List<String>Ids - selected
User List<Number>Ids - values List<String>
- workflow
Id String - The workflow for this condition
Package Details
- Repository
- rootly rootlyhq/pulumi-rootly
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
rootlyTerraform Provider.
published on Thursday, Jul 30, 2026 by rootlyhq