circle-info
Squadcast is now SolarWinds Incident Response

V3WorkflowsWorkflowTrigger

Example Usage

import { V3WorkflowsWorkflowTrigger } from "@solarwinds/squadcast-sdk-typescript/models";

let value: V3WorkflowsWorkflowTrigger = "incident_note_added";

Values

"incident_triggered" | "incident_acknowledged" | "incident_resolved" | "incident_reassigned" | "incident_tag_updated" | "incident_priority_updated" | "incident_note_added"

Last updated