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 PlatformIT Service ManagementITSMProcessesT1Workflow 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
listCmdbInstances
List configuration items in the CMDB class filtered by name, returning at most one match.
2
getCi
getCmdbInstance
Fetch the matched configuration item's full record to confirm its details before linking.
3
linkToIncident
patchRecord
Patch the incident to reference the configuration item as its affected CI via the Table API.
Source API Descriptions
openapi