ServiceNow · Arazzo Workflow
ServiceNow Link Configuration Item to Incident
Version 1.0.0
Find a CI by name in a CMDB class, fetch its full record, then attach it to an incident.
View Spec
View on GitHub
AutomationCloud ServicesDigital WorkflowsEnterprise PlatformITSMProcessesT1Workflow-AutomationWorkflowsArazzoWorkflows
Provider
Workflows
link-ci-to-incident
Locate a CMDB configuration item and attach it to an incident.
Finds a CI by name within a CMDB class, reads its full record, and links it to an incident as the affected configuration item.
1
findCi
List configuration items in the CMDB class filtered by name, returning at most one match.
2
getCi
Fetch the matched configuration item's full record to confirm its details before linking.
3
linkToIncident
Patch the incident to reference the configuration item as its affected CI via the Table API.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.