---
sourceDocument: Zurich ServiceNow AI Platform Capabilities
sourceDocumentLink: https://www.servicenow.com/docs/r/zurich/servicenow-platform

 Release :

    - zurich

ft:locale :

    - en-US

ft:publication_title :

    - Zurich ServiceNow AI Platform Capabilities

ft:clusterId :

    - platcap

bundleId :

    - platcap

workflow :

    - Platform


---

# Introduction to Orchestration

# Introduction to Orchestration {#ariaid-title1}

* Release version: Zurich
* 
* Updated July 31, 2025
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 2 minutes to read

Summarize  
![AI sparkle icon](https://servicenow.com/docs/portal-asset/ai-sparkle-icon) Summarized using AI  
This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.  

## Summary of Introduction to Orchestration

Orchestration in ServiceNow automates multi-system tasks across remote services, servers, applications, and hardware, enabling rapid and reliable IT and business process management.
It supports collaboration by allowing subject matter experts to create reusable activities that multiple workflow developers can leverage, with clear visibility into dependencies and impacts of changes.
Orchestrations are designed for high reliability, incorporating human tasks to handle exceptions as needed.
Show full answer Show less  

## Key Features

* **Integration Capabilities:** Orchestration can interact directly with web services or through MID Servers to systems behind corporate firewalls, supporting diverse infrastructure and service types.
* **Extended Workflow Editor:** Includes activity packs with ready-to-use activities, an Activity Designer for custom activity creation without heavy scripting, scoped applications for activity pack creation, and a Databus to track data flow across activities.
* **Orchestration Core Applications:**
  * Client Software Distribution automates software delivery with out-of-box support for SCCM and partner solutions like JAMF for Macs.
  * Password Reset application enables user password resets in Active Directory and can extend to other systems.
  * ROI tracking tools to estimate costs, automate tasks, and monitor return on investment.
* **Wide System Automation Support:** Automates tasks such as employee onboarding, user access rights, server management, managed file transfers, and security operations orchestration.
* **Supported External Systems:** Orchestration works with any system exposing SOAP or REST web services, command-line accessible systems via SSH or PowerShell/WMI, proprietary services like Active Directory, Microsoft Exchange, InfoBlox, F5 Networks, accessible filesystems via SFTP, and databases with JDBC drivers.

## Orchestration Workflow Process

When an orchestration activity triggers within a workflow, it initiates Discovery probes that write records to the ECC Queue. The workflow pauses while the MID Server executes the probe. Once results return, the workflow resumes and analyzes outcomes to determine the next steps, allowing either continuation or exit based on results.  
Orchestration automates simple or complex multi-system tasks on remote services,
servers, applications, and hardware.
An Orchestration process can cross all management disciplines and interact with hosted
services and all types of infrastructure elements. These capabilities provide a powerful
system for managing IT and Business processes quickly and reliably.

Orchestrated solutions aide collaboration among teams by providing reusable data and
versioning for both the workflows and the activities within them. Subject matter experts can
create activities that are reusable to numerous workflow developers. When an activity
requires a change, developers can see the downstream implication of the change immediately
by knowing which workflows use the activity. Well-designed orchestrations never fail and
apply human tasks to address errors as they arise.

## Orchestration tools

Orchestration can make calls outside of a ServiceNow instance, directly to web services or through a MID Server to systems within corporate firewall. Orchestration also enables the creation reusable activities that wrapper Java Script functions for manipulating things inside the platform. Orchestration extends the [Workflow editor](https://www.servicenow.com/docs/access?context=workflow-editor&version=zurich&pubname=zurich-build-workflows&ft:locale=en-US) by providing these features:

* [Activity packs](https://www.servicenow.com/docs/CEfTJaImtVk27Z20y9BGCQ "The base Orchestration system includes packs of custom activities you can use to automate typical IT and business processes in your network.") containing ready-to-use activities.
* [Activity Designer](https://www.servicenow.com/docs/9O7V5PI5GDwQS6pYgINtFA "The Orchestration activity designer enables a user with either the workflow_admin or activity_creator and workflow_creator roles to construct reusable activities that suit an organization's business needs."), which enables developers to create custom activities without an over dependence to create scripts to orchestrate to third-party systems.
* Ability to create activity packs using [Scoped Applications](https://www.servicenow.com/docs/dZZlV41r72UnM4yuHUsCBQ "Custom activities run in their own scope, even if it is different from that of the workflow.").
* A [Databus](https://www.servicenow.com/docs/eq4bPG7dWqEaSzz7QxNlZg#t_ReuseDataInTheActivityDesigner "The Data tab in the Workflow Editor lists all custom activities used in the current workflow that produce data and displays that data for reuse in other custom activities.") for following the flow of data across orchestration activities.
{#r-orchestration-introduction__ul_jhv_r4x_wt}  
Orchestration Core provides entitlements to use specific applications:

[Client Software Distribution](https://www.servicenow.com/docs/CGp8DPApiYzm~l6kGANvdQ "The Client Software Distribution (CSD) application allows administrators to distribute software from the service catalog using third-party management systems.")
:   An application that automates software delivery from the Service Catalog. Provides OOB support for SCCM. Partner solutions support
    Macs using JAMF. Other third-party solutions provide support through the extension
    framework.

[Configuring Password Reset](https://www.servicenow.com/docs/TOiA0IoYsSSeBfVpiliemw "The Password Reset application enables an end user to reset or change a password using a self-service process. Alternatively, your organization can implement a process that requires a service desk agent to reset passwords for end users.")
:   An application for users to reset their password in Active Directory. It can expand
    to communicate with other third-party systems.

[Orchestration
ROI](https://www.servicenow.com/docs/L_U5cIU49jInMpS2xSMSeQ "The Orchestration ROI application allows you to estimate and compute cost savings for tasks in your system that could be automated with Orchestration.")
:   Enables users to evaluate estimated costs and actual costs for tasks, automate these
    tasks, and track the ROI of these tasks.

## Systems that Orchestration can automate

Orchestration can automate tasks such as employee onboarding, user access rights, server
management, managed file transfers, and
Security Operations Orchestration activities
. For example, you
might use the Active Directory and Exchange activities provided in the base Orchestration
system to set up network accounts and mailboxes for new employees.  
If Orchestration does not provide the activities you need for an integration, create the necessary activities using the templates in the [Orchestration Activity Designer](https://www.servicenow.com/docs/9O7V5PI5GDwQS6pYgINtFA "The Orchestration activity designer enables a user with either the workflow_admin or activity_creator and workflow_creator roles to construct reusable activities that suit an organization's business needs."). The external systems that Orchestration can automate for:

* Any system exposing web services ([SOAP,](https://www.servicenow.com/docs/~FzNvxEyU6BXfmLHItwXPg "Use this template to create a custom SOAP activity.") [REST](https://www.servicenow.com/docs/SJhrHGL4zwWyxe1Xagis3w#t_CreateARESTWebServiceActivity "Use this procedure to create a custom REST web service Orchestration activity."))
* Any system accessible from the command line (such as a UNIX system accessible through [SSH](https://www.servicenow.com/docs/ZD2Y8ZddvITZJfBS5SL0Zw#t_CreateAnSSHActivity "Create an activity that extracts data from a target host that uses the SSH network protocol."), a Windows system enabled for [PowerShell](https://www.servicenow.com/docs/7rw4KTFxur9Tncmnihh_qw#t_CreateAPowershellActivity "Create a custom PowerShell activity return data to a workflow from a host using Microsoft PowerShell.") remoting or WMI)
* Numerous proprietary services: Windows [Active Directory](https://www.servicenow.com/docs/Pg_TGX4bsTqWNBiENOm~KA "The Active Directory (AD) activity pack enables an administrator to create, delete, and manage objects in Windows Active Directory, such as users, groups, and computers, using a ServiceNow Orchestration workflow."), Microsoft [Exchange](https://www.servicenow.com/docs/~6H3~1_citO_xxpbd9id7g "The Exchange activity pack allows workflows to manage Microsoft Exchange mail systems.") mail servers, [InfoBlox](https://www.servicenow.com/docs/aEEcBo6sFlQj9fBABa4fqA "This activity pack supports Infoblox DDI management through ServiceNow Orchestration."), and [F5 Networks](https://www.servicenow.com/docs/goNwiSYW3v1kvSvUISIjKQ "Orchestration provides custom activities for configuring elements of an F5 load balancer, including pools, pool members, and the virtual servers contained in the pool.").  
  Note:  
  For a full list of Activity Pack service offerings, see [Orchestration Core Activity Packs](https://www.servicenow.com/docs/CEfTJaImtVk27Z20y9BGCQ "The base Orchestration system includes packs of custom activities you can use to automate typical IT and business processes in your network.").
* Any filesystem accessible by [SFTP](https://www.servicenow.com/docs/Gl~xWjZINFBZ215pPTKYGg#t_CreateAnSFTPActivity "Create an activity that executes basic SFTP commands on a remote server.")
* Any database with a compliant [JDBC](https://www.servicenow.com/docs/5I2hY5o3iOFEjRVHoy8xZA#t_CreateAJDBCActivity "Create a custom JDBC activity to automate SQL commands and stored procedure calls to relational databases from workflow.") driver
* Additional Activity Packs are also available with other ServiceNow products, such as Security Operations

{#r-orchestration-introduction__ul_vpl_qjr_dx} Figure 1. Orchestration capabilities

## Orchestration workflow

When an Orchestration activity starts within a workflow, Orchestration launches a [Discovery probes and sensors](https://www.servicenow.com/docs/access?context=c_DiscoveryProbesAndSensors&version=zurich&pubname=zurich-it-operations-management&ft:locale=en-US) and writes a probe record to the ECC Queue. The workflow pauses as the MID
Server picks up the request and executes the probe. When the probe reports back, the
workflow resumes as the results are analyzed. The workflow can exit or continue at this
point.  
Figure 2. Orchestration workflow

