Overview
Thestart_incident_workflow tool manually starts a workflow instance for a specific incident. This allows you to execute automated workflow steps on-demand, even if the workflow wasn’t triggered automatically.
Parameters
The unique identifier of the incident workflow to start.Example:
"PZYX123"Reference to the incident on which to start the workflow.
An optional identifier to help differentiate between workflow executions. This is useful for tracking or debugging purposes.Example:
"manual-trigger-001"Response
Returns the created incident workflow instance.The unique identifier of the incident workflow instance
Always returns
"incident_workflow_instance"Reference to the incident on which the workflow was started
Example Usage
Use Cases
- Manual workflow execution - Trigger workflows that weren’t automatically started
- Test workflows - Verify workflow behavior on specific incidents
- Re-run workflows - Execute workflows again if needed
- Incident response - Manually kick off escalation or notification workflows
- Compliance - Ensure required workflows are executed on critical incidents
Response Example
Important Notes
- Workflows must be enabled to be started manually
- The incident must exist and be accessible
- Some workflow actions may only execute once per incident
- Check workflow step configuration to understand what will happen
Related Tools
- List Incident Workflows - View available workflows
- Get Incident Workflow - View workflow details before triggering
- Get Incident - View incident details
- Manage Incidents - Modify incident status or assignment