Schema for an incident declared or updated trigger.

Hierarchy

  • IncidentSavedTriggerWrapper

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
incidentSavedTrigger: IncidentSavedTrigger

Trigger a workflow when an incident is declared or updated.

startStepNames?: string[]

Names of existing workflow steps that run first after a trigger fires.

Generated using TypeDoc