Viewing docs for incident 7.0.0
published on Friday, Sep 11, 2026 by incident-io
published on Friday, Sep 11, 2026 by incident-io
Viewing docs for incident 7.0.0
published on Friday, Sep 11, 2026 by incident-io
published on Friday, Sep 11, 2026 by incident-io
Use this data source to retrieve the full configuration of an existing workflow by ID.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as incident from "@pulumi/incident";
// Reference an existing workflow by its ID, to read back its full configuration.
const autoassignIncidentLead = incident.getWorkflow({
id: "01HY0QGB4M1XKGQGKQD0N9MHKG",
});
export const autoassignIncidentLeadSteps = autoassignIncidentLead.then(autoassignIncidentLead => autoassignIncidentLead.steps);
import pulumi
import pulumi_incident as incident
# Reference an existing workflow by its ID, to read back its full configuration.
autoassign_incident_lead = incident.get_workflow(id="01HY0QGB4M1XKGQGKQD0N9MHKG")
pulumi.export("autoassignIncidentLeadSteps", autoassign_incident_lead.steps)
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/incident/v7/incident"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
// Reference an existing workflow by its ID, to read back its full configuration.
autoassignIncidentLead, err := incident.LookupWorkflow(ctx, &incident.LookupWorkflowArgs{
Id: "01HY0QGB4M1XKGQGKQD0N9MHKG",
}, nil)
if err != nil {
return err
}
ctx.Export("autoassignIncidentLeadSteps", autoassignIncidentLead.Steps)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Incident = Pulumi.Incident;
return await Deployment.RunAsync(() =>
{
// Reference an existing workflow by its ID, to read back its full configuration.
var autoassignIncidentLead = Incident.GetWorkflow.Invoke(new()
{
Id = "01HY0QGB4M1XKGQGKQD0N9MHKG",
});
return new Dictionary<string, object?>
{
["autoassignIncidentLeadSteps"] = autoassignIncidentLead.Apply(getWorkflowResult => getWorkflowResult.Steps),
};
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.incident.IncidentFunctions;
import com.pulumi.incident.inputs.GetWorkflowArgs;
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) {
// Reference an existing workflow by its ID, to read back its full configuration.
final var autoassignIncidentLead = IncidentFunctions.getWorkflow(GetWorkflowArgs.builder()
.id("01HY0QGB4M1XKGQGKQD0N9MHKG")
.build());
ctx.export("autoassignIncidentLeadSteps", autoassignIncidentLead.steps());
}
}
variables:
# Reference an existing workflow by its ID, to read back its full configuration.
autoassignIncidentLead:
fn::invoke:
function: incident:getWorkflow
arguments:
id: 01HY0QGB4M1XKGQGKQD0N9MHKG
outputs:
# The full definition is available, so you can (for example) reuse the steps of a
# workflow that was built in the dashboard.
autoassignIncidentLeadSteps: ${autoassignIncidentLead.steps}
Example coming soon!
Using getWorkflow
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 getWorkflow(args: GetWorkflowArgs, opts?: InvokeOptions): Promise<GetWorkflowResult>
function getWorkflowOutput(args: GetWorkflowOutputArgs, opts?: InvokeOutputOptions): Output<GetWorkflowResult>def get_workflow(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWorkflowResult
def get_workflow_output(id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetWorkflowResult]func LookupWorkflow(ctx *Context, args *LookupWorkflowArgs, opts ...InvokeOption) (*LookupWorkflowResult, error)
func LookupWorkflowOutput(ctx *Context, args *LookupWorkflowOutputArgs, opts ...InvokeOption) LookupWorkflowResultOutput> Note: This function is named LookupWorkflow in the Go SDK.
public static class GetWorkflow
{
public static Task<GetWorkflowResult> InvokeAsync(GetWorkflowArgs args, InvokeOptions? opts = null)
public static Output<GetWorkflowResult> Invoke(GetWorkflowInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetWorkflowResult> Invoke(GetWorkflowInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetWorkflowResult> getWorkflow(GetWorkflowArgs args, InvokeOptions options)
public static Output<GetWorkflowResult> getWorkflow(GetWorkflowArgs args, InvokeOptions options)
public static Output<GetWorkflowResult> getWorkflow(GetWorkflowArgs args, InvokeOutputOptions options)
fn::invoke:
function: incident:index/getWorkflow:getWorkflow
arguments:
# arguments dictionarydata "incident_get_workflow" "name" {
# arguments
}The following arguments are supported:
- Id string
- Unique identifier for the workflow
- Id string
- Unique identifier for the workflow
- id string
- Unique identifier for the workflow
- id String
- Unique identifier for the workflow
- id string
- Unique identifier for the workflow
- id str
- Unique identifier for the workflow
- id String
- Unique identifier for the workflow
getWorkflow Result
The following output properties are available:
- Condition
Groups List<GetWorkflow Condition Group> - The condition groups to apply in this filter. Only one group needs to be satisfied for the filter to pass.
- Continue
On boolStep Error - Whether to continue executing the workflow if a step fails
- Delay
Get
Workflow Delay - Configuration controlling workflow delay behaviour
- Expressions
List<Get
Workflow Expression> - Expressions that make variables available in the scope
- Folder string
- Folder to display the workflow in
- Form
Fields List<GetWorkflow Form Field> - User-configured form fields available in the workflow scope (manual triggers only)
- Id string
- Unique identifier for the workflow
- Include
Private boolEscalations - Include
Private boolIncidents - Name string
- Once
Fors List<string> - Owning
Team List<string>Ids - Private
Incident stringScope - Runs
On List<string>Incident Modes - Runs
On stringIncidents - Shortform string
- State string
- Steps
List<Get
Workflow Step> - Trigger string
- Condition
Groups []GetWorkflow Condition Group - The condition groups to apply in this filter. Only one group needs to be satisfied for the filter to pass.
- Continue
On boolStep Error - Whether to continue executing the workflow if a step fails
- Delay
Get
Workflow Delay - Configuration controlling workflow delay behaviour
- Expressions
[]Get
Workflow Expression - Expressions that make variables available in the scope
- Folder string
- Folder to display the workflow in
- Form
Fields []GetWorkflow Form Field - User-configured form fields available in the workflow scope (manual triggers only)
- Id string
- Unique identifier for the workflow
- Include
Private boolEscalations - Include
Private boolIncidents - Name string
- Once
Fors []string - Owning
Team []stringIds - Private
Incident stringScope - Runs
On []stringIncident Modes - Runs
On stringIncidents - Shortform string
- State string
- Steps
[]Get
Workflow Step - Trigger string
- condition_
groups list(object) - The condition groups to apply in this filter. Only one group needs to be satisfied for the filter to pass.
- continue_
on_ boolstep_ error - Whether to continue executing the workflow if a step fails
- delay object
- Configuration controlling workflow delay behaviour
- expressions list(object)
- Expressions that make variables available in the scope
- folder string
- Folder to display the workflow in
- form_
fields list(object) - User-configured form fields available in the workflow scope (manual triggers only)
- id string
- Unique identifier for the workflow
- include_
private_ boolescalations - include_
private_ boolincidents - name string
- once_
fors list(string) - owning_
team_ list(string)ids - private_
incident_ stringscope - runs_
on_ list(string)incident_ modes - runs_
on_ stringincidents - shortform string
- state string
- steps list(object)
- trigger string
- condition
Groups List<GetWorkflow Condition Group> - The condition groups to apply in this filter. Only one group needs to be satisfied for the filter to pass.
- continue
On BooleanStep Error - Whether to continue executing the workflow if a step fails
- delay
Get
Workflow Delay - Configuration controlling workflow delay behaviour
- expressions
List<Get
Workflow Expression> - Expressions that make variables available in the scope
- folder String
- Folder to display the workflow in
- form
Fields List<GetWorkflow Form Field> - User-configured form fields available in the workflow scope (manual triggers only)
- id String
- Unique identifier for the workflow
- include
Private BooleanEscalations - include
Private BooleanIncidents - name String
- once
Fors List<String> - owning
Team List<String>Ids - private
Incident StringScope - runs
On List<String>Incident Modes - runs
On StringIncidents - shortform String
- state String
- steps
List<Get
Workflow Step> - trigger String
- condition
Groups GetWorkflow Condition Group[] - The condition groups to apply in this filter. Only one group needs to be satisfied for the filter to pass.
- continue
On booleanStep Error - Whether to continue executing the workflow if a step fails
- delay
Get
Workflow Delay - Configuration controlling workflow delay behaviour
- expressions
Get
Workflow Expression[] - Expressions that make variables available in the scope
- folder string
- Folder to display the workflow in
- form
Fields GetWorkflow Form Field[] - User-configured form fields available in the workflow scope (manual triggers only)
- id string
- Unique identifier for the workflow
- include
Private booleanEscalations - include
Private booleanIncidents - name string
- once
Fors string[] - owning
Team string[]Ids - private
Incident stringScope - runs
On string[]Incident Modes - runs
On stringIncidents - shortform string
- state string
- steps
Get
Workflow Step[] - trigger string
- condition_
groups Sequence[GetWorkflow Condition Group] - The condition groups to apply in this filter. Only one group needs to be satisfied for the filter to pass.
- continue_
on_ boolstep_ error - Whether to continue executing the workflow if a step fails
- delay
Get
Workflow Delay - Configuration controlling workflow delay behaviour
- expressions
Sequence[Get
Workflow Expression] - Expressions that make variables available in the scope
- folder str
- Folder to display the workflow in
- form_
fields Sequence[GetWorkflow Form Field] - User-configured form fields available in the workflow scope (manual triggers only)
- id str
- Unique identifier for the workflow
- include_
private_ boolescalations - include_
private_ boolincidents - name str
- once_
fors Sequence[str] - owning_
team_ Sequence[str]ids - private_
incident_ strscope - runs_
on_ Sequence[str]incident_ modes - runs_
on_ strincidents - shortform str
- state str
- steps
Sequence[Get
Workflow Step] - trigger str
- condition
Groups List<Property Map> - The condition groups to apply in this filter. Only one group needs to be satisfied for the filter to pass.
- continue
On BooleanStep Error - Whether to continue executing the workflow if a step fails
- delay Property Map
- Configuration controlling workflow delay behaviour
- expressions List<Property Map>
- Expressions that make variables available in the scope
- folder String
- Folder to display the workflow in
- form
Fields List<Property Map> - User-configured form fields available in the workflow scope (manual triggers only)
- id String
- Unique identifier for the workflow
- include
Private BooleanEscalations - include
Private BooleanIncidents - name String
- once
Fors List<String> - owning
Team List<String>Ids - private
Incident StringScope - runs
On List<String>Incident Modes - runs
On StringIncidents - shortform String
- state String
- steps List<Property Map>
- trigger String
Supporting Types
GetWorkflowConditionGroup
- Conditions
List<Get
Workflow Condition Group Condition> - All conditions in this list must be satisfied for the group to be satisfied
- Conditions
[]Get
Workflow Condition Group Condition - All conditions in this list must be satisfied for the group to be satisfied
- conditions list(object)
- All conditions in this list must be satisfied for the group to be satisfied
- conditions
List<Get
Workflow Condition Group Condition> - All conditions in this list must be satisfied for the group to be satisfied
- conditions
Get
Workflow Condition Group Condition[] - All conditions in this list must be satisfied for the group to be satisfied
- conditions
Sequence[Get
Workflow Condition Group Condition] - All conditions in this list must be satisfied for the group to be satisfied
- conditions List<Property Map>
- All conditions in this list must be satisfied for the group to be satisfied
GetWorkflowConditionGroupCondition
- Operation string
- Param
Bindings List<GetWorkflow Condition Group Condition Param Binding> - Bindings for the operation parameters
- Subject string
- Operation string
- Param
Bindings []GetWorkflow Condition Group Condition Param Binding - Bindings for the operation parameters
- Subject string
- operation string
- param_
bindings list(object) - Bindings for the operation parameters
- subject string
- operation String
- param
Bindings List<GetWorkflow Condition Group Condition Param Binding> - Bindings for the operation parameters
- subject String
- operation string
- param
Bindings GetWorkflow Condition Group Condition Param Binding[] - Bindings for the operation parameters
- subject string
- operation str
- param_
bindings Sequence[GetWorkflow Condition Group Condition Param Binding] - Bindings for the operation parameters
- subject str
- operation String
- param
Bindings List<Property Map> - Bindings for the operation parameters
- subject String
GetWorkflowConditionGroupConditionParamBinding
- Array
Values List<GetWorkflow Condition Group Condition Param Binding Array Value> - If array*value is set, this helps render the values
- Expression
Ref string - Value
Get
Workflow Condition Group Condition Param Binding Value - Value
Literal string - Value
Reference string - Values List<string>
- Array
Values []GetWorkflow Condition Group Condition Param Binding Array Value - If array*value is set, this helps render the values
- Expression
Ref string - Value
Get
Workflow Condition Group Condition Param Binding Value - Value
Literal string - Value
Reference string - Values []string
- array_
values list(object) - If array*value is set, this helps render the values
- expression_
ref string - value object
- value_
literal string - value_
reference string - values list(string)
- array
Values List<GetWorkflow Condition Group Condition Param Binding Array Value> - If array*value is set, this helps render the values
- expression
Ref String - value
Get
Workflow Condition Group Condition Param Binding Value - value
Literal String - value
Reference String - values List<String>
- array
Values GetWorkflow Condition Group Condition Param Binding Array Value[] - If array*value is set, this helps render the values
- expression
Ref string - value
Get
Workflow Condition Group Condition Param Binding Value - value
Literal string - value
Reference string - values string[]
- array_
values Sequence[GetWorkflow Condition Group Condition Param Binding Array Value] - If array*value is set, this helps render the values
- expression_
ref str - value
Get
Workflow Condition Group Condition Param Binding Value - value_
literal str - value_
reference str - values Sequence[str]
- array
Values List<Property Map> - If array*value is set, this helps render the values
- expression
Ref String - value Property Map
- value
Literal String - value
Reference String - values List<String>
GetWorkflowConditionGroupConditionParamBindingArrayValue
GetWorkflowConditionGroupConditionParamBindingValue
GetWorkflowDelay
- Conditions
Apply boolOver Delay - If this workflow is delayed, whether the conditions should be rechecked between trigger firing and execution
- For
Seconds double - Delay in seconds between trigger firing and running the workflow
- Conditions
Apply boolOver Delay - If this workflow is delayed, whether the conditions should be rechecked between trigger firing and execution
- For
Seconds float64 - Delay in seconds between trigger firing and running the workflow
- conditions_
apply_ boolover_ delay - If this workflow is delayed, whether the conditions should be rechecked between trigger firing and execution
- for_
seconds number - Delay in seconds between trigger firing and running the workflow
- conditions
Apply BooleanOver Delay - If this workflow is delayed, whether the conditions should be rechecked between trigger firing and execution
- for
Seconds Double - Delay in seconds between trigger firing and running the workflow
- conditions
Apply booleanOver Delay - If this workflow is delayed, whether the conditions should be rechecked between trigger firing and execution
- for
Seconds number - Delay in seconds between trigger firing and running the workflow
- conditions_
apply_ boolover_ delay - If this workflow is delayed, whether the conditions should be rechecked between trigger firing and execution
- for_
seconds float - Delay in seconds between trigger firing and running the workflow
- conditions
Apply BooleanOver Delay - If this workflow is delayed, whether the conditions should be rechecked between trigger firing and execution
- for
Seconds Number - Delay in seconds between trigger firing and running the workflow
GetWorkflowExpression
- Else
Branch GetWorkflow Expression Else Branch - Label string
- The human readable label of the expression
- Operations
List<Get
Workflow Expression Operation> - Reference string
- A short ID that can be used to reference the expression
- Root
Reference string - The root reference for this expression (i.e. where the expression starts)
- Else
Branch GetWorkflow Expression Else Branch - Label string
- The human readable label of the expression
- Operations
[]Get
Workflow Expression Operation - Reference string
- A short ID that can be used to reference the expression
- Root
Reference string - The root reference for this expression (i.e. where the expression starts)
- else_
branch object - label string
- The human readable label of the expression
- operations list(object)
- reference string
- A short ID that can be used to reference the expression
- root_
reference string - The root reference for this expression (i.e. where the expression starts)
- else
Branch GetWorkflow Expression Else Branch - label String
- The human readable label of the expression
- operations
List<Get
Workflow Expression Operation> - reference String
- A short ID that can be used to reference the expression
- root
Reference String - The root reference for this expression (i.e. where the expression starts)
- else
Branch GetWorkflow Expression Else Branch - label string
- The human readable label of the expression
- operations
Get
Workflow Expression Operation[] - reference string
- A short ID that can be used to reference the expression
- root
Reference string - The root reference for this expression (i.e. where the expression starts)
- else_
branch GetWorkflow Expression Else Branch - label str
- The human readable label of the expression
- operations
Sequence[Get
Workflow Expression Operation] - reference str
- A short ID that can be used to reference the expression
- root_
reference str - The root reference for this expression (i.e. where the expression starts)
- else
Branch Property Map - label String
- The human readable label of the expression
- operations List<Property Map>
- reference String
- A short ID that can be used to reference the expression
- root
Reference String - The root reference for this expression (i.e. where the expression starts)
GetWorkflowExpressionElseBranch
GetWorkflowExpressionElseBranchResult
- Array
Values List<GetWorkflow Expression Else Branch Result Array Value> - If array*value is set, this helps render the values
- Expression
Ref string - Value
Get
Workflow Expression Else Branch Result Value - Value
Literal string - Value
Reference string - Values List<string>
- Array
Values []GetWorkflow Expression Else Branch Result Array Value - If array*value is set, this helps render the values
- Expression
Ref string - Value
Get
Workflow Expression Else Branch Result Value - Value
Literal string - Value
Reference string - Values []string
- array_
values list(object) - If array*value is set, this helps render the values
- expression_
ref string - value object
- value_
literal string - value_
reference string - values list(string)
- array
Values List<GetWorkflow Expression Else Branch Result Array Value> - If array*value is set, this helps render the values
- expression
Ref String - value
Get
Workflow Expression Else Branch Result Value - value
Literal String - value
Reference String - values List<String>
- array
Values GetWorkflow Expression Else Branch Result Array Value[] - If array*value is set, this helps render the values
- expression
Ref string - value
Get
Workflow Expression Else Branch Result Value - value
Literal string - value
Reference string - values string[]
- array_
values Sequence[GetWorkflow Expression Else Branch Result Array Value] - If array*value is set, this helps render the values
- expression_
ref str - value
Get
Workflow Expression Else Branch Result Value - value_
literal str - value_
reference str - values Sequence[str]
- array
Values List<Property Map> - If array*value is set, this helps render the values
- expression
Ref String - value Property Map
- value
Literal String - value
Reference String - values List<String>
GetWorkflowExpressionElseBranchResultArrayValue
GetWorkflowExpressionElseBranchResultValue
GetWorkflowExpressionOperation
- Branches
Get
Workflow Expression Operation Branches - Cast
Get
Workflow Expression Operation Cast - The cast target of this operation, set when the operation type is
cast - Concatenate
Get
Workflow Expression Operation Concatenate - Filter
Get
Workflow Expression Operation Filter -
Get
Workflow Expression Operation Navigate - Operation
Type string - The type of the operation. Possible values are:
navigate,filter,concatenate,count,min,max,sum,random,first,parse,branches,cast. - Parse
Get
Workflow Expression Operation Parse
- Branches
Get
Workflow Expression Operation Branches - Cast
Get
Workflow Expression Operation Cast - The cast target of this operation, set when the operation type is
cast - Concatenate
Get
Workflow Expression Operation Concatenate - Filter
Get
Workflow Expression Operation Filter -
Get
Workflow Expression Operation Navigate - Operation
Type string - The type of the operation. Possible values are:
navigate,filter,concatenate,count,min,max,sum,random,first,parse,branches,cast. - Parse
Get
Workflow Expression Operation Parse
- branches object
- cast object
- The cast target of this operation, set when the operation type is
cast - concatenate object
- filter object
- object
- operation_
type string - The type of the operation. Possible values are:
navigate,filter,concatenate,count,min,max,sum,random,first,parse,branches,cast. - parse object
- branches
Get
Workflow Expression Operation Branches - cast
Get
Workflow Expression Operation Cast - The cast target of this operation, set when the operation type is
cast - concatenate
Get
Workflow Expression Operation Concatenate - filter
Get
Workflow Expression Operation Filter -
Get
Workflow Expression Operation Navigate - operation
Type String - The type of the operation. Possible values are:
navigate,filter,concatenate,count,min,max,sum,random,first,parse,branches,cast. - parse
Get
Workflow Expression Operation Parse
- branches
Get
Workflow Expression Operation Branches - cast
Get
Workflow Expression Operation Cast - The cast target of this operation, set when the operation type is
cast - concatenate
Get
Workflow Expression Operation Concatenate - filter
Get
Workflow Expression Operation Filter -
Get
Workflow Expression Operation Navigate - operation
Type string - The type of the operation. Possible values are:
navigate,filter,concatenate,count,min,max,sum,random,first,parse,branches,cast. - parse
Get
Workflow Expression Operation Parse
- branches
Get
Workflow Expression Operation Branches - cast
Get
Workflow Expression Operation Cast - The cast target of this operation, set when the operation type is
cast - concatenate
Get
Workflow Expression Operation Concatenate - filter
Get
Workflow Expression Operation Filter -
Get
Workflow Expression Operation Navigate - operation_
type str - The type of the operation. Possible values are:
navigate,filter,concatenate,count,min,max,sum,random,first,parse,branches,cast. - parse
Get
Workflow Expression Operation Parse
- branches Property Map
- cast Property Map
- The cast target of this operation, set when the operation type is
cast - concatenate Property Map
- filter Property Map
- Property Map
- operation
Type String - The type of the operation. Possible values are:
navigate,filter,concatenate,count,min,max,sum,random,first,parse,branches,cast. - parse Property Map
GetWorkflowExpressionOperationBranches
- Branches
List<Get
Workflow Expression Operation Branches Branch> - The branches to apply for this operation
- Returns
Get
Workflow Expression Operation Branches Returns
- Branches
[]Get
Workflow Expression Operation Branches Branch - The branches to apply for this operation
- Returns
Get
Workflow Expression Operation Branches Returns
- branches list(object)
- The branches to apply for this operation
- returns object
- branches
List<Get
Workflow Expression Operation Branches Branch> - The branches to apply for this operation
- returns
Get
Workflow Expression Operation Branches Returns
- branches
Get
Workflow Expression Operation Branches Branch[] - The branches to apply for this operation
- returns
Get
Workflow Expression Operation Branches Returns
- branches
Sequence[Get
Workflow Expression Operation Branches Branch] - The branches to apply for this operation
- returns
Get
Workflow Expression Operation Branches Returns
- branches List<Property Map>
- The branches to apply for this operation
- returns Property Map
GetWorkflowExpressionOperationBranchesBranch
- Condition
Groups List<GetWorkflow Expression Operation Branches Branch Condition Group> - The condition groups to apply in this filter. Only one group needs to be satisfied for the filter to pass.
- Result
Get
Workflow Expression Operation Branches Branch Result
- Condition
Groups []GetWorkflow Expression Operation Branches Branch Condition Group - The condition groups to apply in this filter. Only one group needs to be satisfied for the filter to pass.
- Result
Get
Workflow Expression Operation Branches Branch Result
- condition_
groups list(object) - The condition groups to apply in this filter. Only one group needs to be satisfied for the filter to pass.
- result object
- condition
Groups List<GetWorkflow Expression Operation Branches Branch Condition Group> - The condition groups to apply in this filter. Only one group needs to be satisfied for the filter to pass.
- result
Get
Workflow Expression Operation Branches Branch Result
- condition
Groups GetWorkflow Expression Operation Branches Branch Condition Group[] - The condition groups to apply in this filter. Only one group needs to be satisfied for the filter to pass.
- result
Get
Workflow Expression Operation Branches Branch Result
- condition_
groups Sequence[GetWorkflow Expression Operation Branches Branch Condition Group] - The condition groups to apply in this filter. Only one group needs to be satisfied for the filter to pass.
- result
Get
Workflow Expression Operation Branches Branch Result
- condition
Groups List<Property Map> - The condition groups to apply in this filter. Only one group needs to be satisfied for the filter to pass.
- result Property Map
GetWorkflowExpressionOperationBranchesBranchConditionGroup
- Conditions
List<Get
Workflow Expression Operation Branches Branch Condition Group Condition> - All conditions in this list must be satisfied for the group to be satisfied
- Conditions
[]Get
Workflow Expression Operation Branches Branch Condition Group Condition - All conditions in this list must be satisfied for the group to be satisfied
- conditions list(object)
- All conditions in this list must be satisfied for the group to be satisfied
- conditions
List<Get
Workflow Expression Operation Branches Branch Condition Group Condition> - All conditions in this list must be satisfied for the group to be satisfied
- conditions
Get
Workflow Expression Operation Branches Branch Condition Group Condition[] - All conditions in this list must be satisfied for the group to be satisfied
- conditions
Sequence[Get
Workflow Expression Operation Branches Branch Condition Group Condition] - All conditions in this list must be satisfied for the group to be satisfied
- conditions List<Property Map>
- All conditions in this list must be satisfied for the group to be satisfied
GetWorkflowExpressionOperationBranchesBranchConditionGroupCondition
- Operation string
- Param
Bindings List<GetWorkflow Expression Operation Branches Branch Condition Group Condition Param Binding> - Bindings for the operation parameters
- Subject string
- Operation string
- Param
Bindings []GetWorkflow Expression Operation Branches Branch Condition Group Condition Param Binding - Bindings for the operation parameters
- Subject string
- operation string
- param_
bindings list(object) - Bindings for the operation parameters
- subject string
- operation String
- param
Bindings List<GetWorkflow Expression Operation Branches Branch Condition Group Condition Param Binding> - Bindings for the operation parameters
- subject String
- operation string
- param
Bindings GetWorkflow Expression Operation Branches Branch Condition Group Condition Param Binding[] - Bindings for the operation parameters
- subject string
- operation str
- param_
bindings Sequence[GetWorkflow Expression Operation Branches Branch Condition Group Condition Param Binding] - Bindings for the operation parameters
- subject str
- operation String
- param
Bindings List<Property Map> - Bindings for the operation parameters
- subject String
GetWorkflowExpressionOperationBranchesBranchConditionGroupConditionParamBinding
- Array
Values List<GetWorkflow Expression Operation Branches Branch Condition Group Condition Param Binding Array Value> - If array*value is set, this helps render the values
- Expression
Ref string - Value
Get
Workflow Expression Operation Branches Branch Condition Group Condition Param Binding Value - Value
Literal string - Value
Reference string - Values List<string>
- Array
Values []GetWorkflow Expression Operation Branches Branch Condition Group Condition Param Binding Array Value - If array*value is set, this helps render the values
- Expression
Ref string - Value
Get
Workflow Expression Operation Branches Branch Condition Group Condition Param Binding Value - Value
Literal string - Value
Reference string - Values []string
- array_
values list(object) - If array*value is set, this helps render the values
- expression_
ref string - value object
- value_
literal string - value_
reference string - values list(string)
- array
Values List<GetWorkflow Expression Operation Branches Branch Condition Group Condition Param Binding Array Value> - If array*value is set, this helps render the values
- expression
Ref String - value
Get
Workflow Expression Operation Branches Branch Condition Group Condition Param Binding Value - value
Literal String - value
Reference String - values List<String>
- array
Values GetWorkflow Expression Operation Branches Branch Condition Group Condition Param Binding Array Value[] - If array*value is set, this helps render the values
- expression
Ref string - value
Get
Workflow Expression Operation Branches Branch Condition Group Condition Param Binding Value - value
Literal string - value
Reference string - values string[]
- array_
values Sequence[GetWorkflow Expression Operation Branches Branch Condition Group Condition Param Binding Array Value] - If array*value is set, this helps render the values
- expression_
ref str - value
Get
Workflow Expression Operation Branches Branch Condition Group Condition Param Binding Value - value_
literal str - value_
reference str - values Sequence[str]
- array
Values List<Property Map> - If array*value is set, this helps render the values
- expression
Ref String - value Property Map
- value
Literal String - value
Reference String - values List<String>
GetWorkflowExpressionOperationBranchesBranchConditionGroupConditionParamBindingArrayValue
GetWorkflowExpressionOperationBranchesBranchConditionGroupConditionParamBindingValue
GetWorkflowExpressionOperationBranchesBranchResult
- Array
Values List<GetWorkflow Expression Operation Branches Branch Result Array Value> - If array*value is set, this helps render the values
- Expression
Ref string - Value
Get
Workflow Expression Operation Branches Branch Result Value - Value
Literal string - Value
Reference string - Values List<string>
- Array
Values []GetWorkflow Expression Operation Branches Branch Result Array Value - If array*value is set, this helps render the values
- Expression
Ref string - Value
Get
Workflow Expression Operation Branches Branch Result Value - Value
Literal string - Value
Reference string - Values []string
- array_
values list(object) - If array*value is set, this helps render the values
- expression_
ref string - value object
- value_
literal string - value_
reference string - values list(string)
- array
Values List<GetWorkflow Expression Operation Branches Branch Result Array Value> - If array*value is set, this helps render the values
- expression
Ref String - value
Get
Workflow Expression Operation Branches Branch Result Value - value
Literal String - value
Reference String - values List<String>
- array
Values GetWorkflow Expression Operation Branches Branch Result Array Value[] - If array*value is set, this helps render the values
- expression
Ref string - value
Get
Workflow Expression Operation Branches Branch Result Value - value
Literal string - value
Reference string - values string[]
- array_
values Sequence[GetWorkflow Expression Operation Branches Branch Result Array Value] - If array*value is set, this helps render the values
- expression_
ref str - value
Get
Workflow Expression Operation Branches Branch Result Value - value_
literal str - value_
reference str - values Sequence[str]
- array
Values List<Property Map> - If array*value is set, this helps render the values
- expression
Ref String - value Property Map
- value
Literal String - value
Reference String - values List<String>
GetWorkflowExpressionOperationBranchesBranchResultArrayValue
GetWorkflowExpressionOperationBranchesBranchResultValue
GetWorkflowExpressionOperationBranchesReturns
GetWorkflowExpressionOperationCast
GetWorkflowExpressionOperationCastReturns
GetWorkflowExpressionOperationConcatenate
- Reference string
- The reference within the scope to concatenate with
- Reference string
- The reference within the scope to concatenate with
- reference string
- The reference within the scope to concatenate with
- reference String
- The reference within the scope to concatenate with
- reference string
- The reference within the scope to concatenate with
- reference str
- The reference within the scope to concatenate with
- reference String
- The reference within the scope to concatenate with
GetWorkflowExpressionOperationFilter
- Condition
Groups List<GetWorkflow Expression Operation Filter Condition Group> - The condition groups to apply in this filter. Only one group needs to be satisfied for the filter to pass.
- Condition
Groups []GetWorkflow Expression Operation Filter Condition Group - The condition groups to apply in this filter. Only one group needs to be satisfied for the filter to pass.
- condition_
groups list(object) - The condition groups to apply in this filter. Only one group needs to be satisfied for the filter to pass.
- condition
Groups List<GetWorkflow Expression Operation Filter Condition Group> - The condition groups to apply in this filter. Only one group needs to be satisfied for the filter to pass.
- condition
Groups GetWorkflow Expression Operation Filter Condition Group[] - The condition groups to apply in this filter. Only one group needs to be satisfied for the filter to pass.
- condition_
groups Sequence[GetWorkflow Expression Operation Filter Condition Group] - The condition groups to apply in this filter. Only one group needs to be satisfied for the filter to pass.
- condition
Groups List<Property Map> - The condition groups to apply in this filter. Only one group needs to be satisfied for the filter to pass.
GetWorkflowExpressionOperationFilterConditionGroup
- Conditions
List<Get
Workflow Expression Operation Filter Condition Group Condition> - All conditions in this list must be satisfied for the group to be satisfied
- Conditions
[]Get
Workflow Expression Operation Filter Condition Group Condition - All conditions in this list must be satisfied for the group to be satisfied
- conditions list(object)
- All conditions in this list must be satisfied for the group to be satisfied
- conditions
List<Get
Workflow Expression Operation Filter Condition Group Condition> - All conditions in this list must be satisfied for the group to be satisfied
- conditions
Get
Workflow Expression Operation Filter Condition Group Condition[] - All conditions in this list must be satisfied for the group to be satisfied
- conditions
Sequence[Get
Workflow Expression Operation Filter Condition Group Condition] - All conditions in this list must be satisfied for the group to be satisfied
- conditions List<Property Map>
- All conditions in this list must be satisfied for the group to be satisfied
GetWorkflowExpressionOperationFilterConditionGroupCondition
- Operation string
- Param
Bindings List<GetWorkflow Expression Operation Filter Condition Group Condition Param Binding> - Bindings for the operation parameters
- Subject string
- Operation string
- Param
Bindings []GetWorkflow Expression Operation Filter Condition Group Condition Param Binding - Bindings for the operation parameters
- Subject string
- operation string
- param_
bindings list(object) - Bindings for the operation parameters
- subject string
- operation String
- param
Bindings List<GetWorkflow Expression Operation Filter Condition Group Condition Param Binding> - Bindings for the operation parameters
- subject String
- operation string
- param
Bindings GetWorkflow Expression Operation Filter Condition Group Condition Param Binding[] - Bindings for the operation parameters
- subject string
- operation str
- param_
bindings Sequence[GetWorkflow Expression Operation Filter Condition Group Condition Param Binding] - Bindings for the operation parameters
- subject str
- operation String
- param
Bindings List<Property Map> - Bindings for the operation parameters
- subject String
GetWorkflowExpressionOperationFilterConditionGroupConditionParamBinding
- Array
Values List<GetWorkflow Expression Operation Filter Condition Group Condition Param Binding Array Value> - If array*value is set, this helps render the values
- Expression
Ref string - Value
Get
Workflow Expression Operation Filter Condition Group Condition Param Binding Value - Value
Literal string - Value
Reference string - Values List<string>
- Array
Values []GetWorkflow Expression Operation Filter Condition Group Condition Param Binding Array Value - If array*value is set, this helps render the values
- Expression
Ref string - Value
Get
Workflow Expression Operation Filter Condition Group Condition Param Binding Value - Value
Literal string - Value
Reference string - Values []string
- array_
values list(object) - If array*value is set, this helps render the values
- expression_
ref string - value object
- value_
literal string - value_
reference string - values list(string)
- array
Values List<GetWorkflow Expression Operation Filter Condition Group Condition Param Binding Array Value> - If array*value is set, this helps render the values
- expression
Ref String - value
Get
Workflow Expression Operation Filter Condition Group Condition Param Binding Value - value
Literal String - value
Reference String - values List<String>
- array
Values GetWorkflow Expression Operation Filter Condition Group Condition Param Binding Array Value[] - If array*value is set, this helps render the values
- expression
Ref string - value
Get
Workflow Expression Operation Filter Condition Group Condition Param Binding Value - value
Literal string - value
Reference string - values string[]
- array_
values Sequence[GetWorkflow Expression Operation Filter Condition Group Condition Param Binding Array Value] - If array*value is set, this helps render the values
- expression_
ref str - value
Get
Workflow Expression Operation Filter Condition Group Condition Param Binding Value - value_
literal str - value_
reference str - values Sequence[str]
- array
Values List<Property Map> - If array*value is set, this helps render the values
- expression
Ref String - value Property Map
- value
Literal String - value
Reference String - values List<String>
GetWorkflowExpressionOperationFilterConditionGroupConditionParamBindingArrayValue
GetWorkflowExpressionOperationFilterConditionGroupConditionParamBindingValue
GetWorkflowExpressionOperationNavigate
- Reference string
- The reference within the scope to navigate to
- Reference string
- The reference within the scope to navigate to
- reference string
- The reference within the scope to navigate to
- reference String
- The reference within the scope to navigate to
- reference string
- The reference within the scope to navigate to
- reference str
- The reference within the scope to navigate to
- reference String
- The reference within the scope to navigate to
GetWorkflowExpressionOperationParse
- Returns
Get
Workflow Expression Operation Parse Returns - Source string
- Source expression that is evaluated to a result
- Returns
Get
Workflow Expression Operation Parse Returns - Source string
- Source expression that is evaluated to a result
- returns
Get
Workflow Expression Operation Parse Returns - source String
- Source expression that is evaluated to a result
- returns
Get
Workflow Expression Operation Parse Returns - source string
- Source expression that is evaluated to a result
- returns
Get
Workflow Expression Operation Parse Returns - source str
- Source expression that is evaluated to a result
- returns Property Map
- source String
- Source expression that is evaluated to a result
GetWorkflowExpressionOperationParseReturns
GetWorkflowFormField
- Array bool
- Whether this field holds a list of values rather than a single value
- Description string
- Optional help text shown beneath the field
- Id string
- Stable identifier for this form field, preserved across versions
- Key string
- The key used to reference this field in the workflow scope
- Required bool
- Whether this field must be filled in when running the workflow
- Title string
- Human readable title shown in the form
- Type string
- The engine resource type of this field
- Array bool
- Whether this field holds a list of values rather than a single value
- Description string
- Optional help text shown beneath the field
- Id string
- Stable identifier for this form field, preserved across versions
- Key string
- The key used to reference this field in the workflow scope
- Required bool
- Whether this field must be filled in when running the workflow
- Title string
- Human readable title shown in the form
- Type string
- The engine resource type of this field
- array bool
- Whether this field holds a list of values rather than a single value
- description string
- Optional help text shown beneath the field
- id string
- Stable identifier for this form field, preserved across versions
- key string
- The key used to reference this field in the workflow scope
- required bool
- Whether this field must be filled in when running the workflow
- title string
- Human readable title shown in the form
- type string
- The engine resource type of this field
- array Boolean
- Whether this field holds a list of values rather than a single value
- description String
- Optional help text shown beneath the field
- id String
- Stable identifier for this form field, preserved across versions
- key String
- The key used to reference this field in the workflow scope
- required Boolean
- Whether this field must be filled in when running the workflow
- title String
- Human readable title shown in the form
- type String
- The engine resource type of this field
- array boolean
- Whether this field holds a list of values rather than a single value
- description string
- Optional help text shown beneath the field
- id string
- Stable identifier for this form field, preserved across versions
- key string
- The key used to reference this field in the workflow scope
- required boolean
- Whether this field must be filled in when running the workflow
- title string
- Human readable title shown in the form
- type string
- The engine resource type of this field
- array bool
- Whether this field holds a list of values rather than a single value
- description str
- Optional help text shown beneath the field
- id str
- Stable identifier for this form field, preserved across versions
- key str
- The key used to reference this field in the workflow scope
- required bool
- Whether this field must be filled in when running the workflow
- title str
- Human readable title shown in the form
- type str
- The engine resource type of this field
- array Boolean
- Whether this field holds a list of values rather than a single value
- description String
- Optional help text shown beneath the field
- id String
- Stable identifier for this form field, preserved across versions
- key String
- The key used to reference this field in the workflow scope
- required Boolean
- Whether this field must be filled in when running the workflow
- title String
- Human readable title shown in the form
- type String
- The engine resource type of this field
GetWorkflowStep
- For
Each string - Id string
- Name string
- Param
Bindings List<GetWorkflow Step Param Binding> - Bindings for the operation parameters
- For
Each string - Id string
- Name string
- Param
Bindings []GetWorkflow Step Param Binding - Bindings for the operation parameters
- for_
each string - id string
- name string
- param_
bindings list(object) - Bindings for the operation parameters
- for
Each String - id String
- name String
- param
Bindings List<GetWorkflow Step Param Binding> - Bindings for the operation parameters
- for
Each string - id string
- name string
- param
Bindings GetWorkflow Step Param Binding[] - Bindings for the operation parameters
- for_
each str - id str
- name str
- param_
bindings Sequence[GetWorkflow Step Param Binding] - Bindings for the operation parameters
- for
Each String - id String
- name String
- param
Bindings List<Property Map> - Bindings for the operation parameters
GetWorkflowStepParamBinding
- Array
Values List<GetWorkflow Step Param Binding Array Value> - If array*value is set, this helps render the values
- Expression
Ref string - Value
Get
Workflow Step Param Binding Value - Value
Literal string - Value
Reference string - Values List<string>
- Array
Values []GetWorkflow Step Param Binding Array Value - If array*value is set, this helps render the values
- Expression
Ref string - Value
Get
Workflow Step Param Binding Value - Value
Literal string - Value
Reference string - Values []string
- array_
values list(object) - If array*value is set, this helps render the values
- expression_
ref string - value object
- value_
literal string - value_
reference string - values list(string)
- array
Values List<GetWorkflow Step Param Binding Array Value> - If array*value is set, this helps render the values
- expression
Ref String - value
Get
Workflow Step Param Binding Value - value
Literal String - value
Reference String - values List<String>
- array
Values GetWorkflow Step Param Binding Array Value[] - If array*value is set, this helps render the values
- expression
Ref string - value
Get
Workflow Step Param Binding Value - value
Literal string - value
Reference string - values string[]
- array_
values Sequence[GetWorkflow Step Param Binding Array Value] - If array*value is set, this helps render the values
- expression_
ref str - value
Get
Workflow Step Param Binding Value - value_
literal str - value_
reference str - values Sequence[str]
- array
Values List<Property Map> - If array*value is set, this helps render the values
- expression
Ref String - value Property Map
- value
Literal String - value
Reference String - values List<String>
GetWorkflowStepParamBindingArrayValue
GetWorkflowStepParamBindingValue
Package Details
- Repository
- incident incident-io/terraform-provider-incident
- License
- Notes
- This Pulumi package is based on the
incidentTerraform Provider.
Viewing docs for incident 7.0.0
published on Friday, Sep 11, 2026 by incident-io
published on Friday, Sep 11, 2026 by incident-io