Skip to main content
Version: 8.8

Blueprints

Use these blueprints to quickly implement common Camunda–ServiceNow integration scenarios.

Camunda ServiceNow integration blueprint

Download the blueprint from the Camunda Marketplace and import it directly into Camunda Modeler.
It provides pre-configured processes demonstrating best practices, reusable patterns, and realistic business use cases.

Supported integration patterns

TypeNamePurposeExampleCamunda ConnectorsServiceNow Spoke
ManageManage ServiceNow data entriesExecute CRUD (Create, Read, Update, Delete) operations on any ServiceNow table.Create or modify a change request in ServiceNow.ServiceNow Outbound ConnectorNot needed
Create ServiceNow IncidentRaise business errors from BPMN models that trigger ServiceNow incidents.Create or modify a change request in ServiceNow.ServiceNow Incident HandlerNot needed
OrchestrationStart Camunda ProcessStart a Camunda orchestration process from a ServiceNow Flow.Trigger an end-to-end orchestration for employee onboarding.Not neededCamunda Spoke → Start Process
Orchestrate ServiceNow FlowsTrigger a ServiceNow Flow within a Camunda orchestration and correlate using the ServiceNow sys_id.Interrupt a Camunda orchestration for an approval process executed in ServiceNow.ServiceNow Flow StarterCamunda Spoke → Correlate Message
Orchestrate ServiceNow Data ManagementTrigger a ServiceNow Flow when a dataset changes as part of a Camunda orchestration.Updating a dataset that triggers a flow for further processing.ServiceNow Outbound ConnectorCamunda Spoke → Correlate Message
Orchestrate ServiceNow User TaskCreate a ServiceNow User Task from a Camunda orchestration. Users interact with the orchestration through this task.Create a ServiceNow Catalog item for a user who needs to provide additional information.ServiceNow Outbound ConnectorCamunda Spoke → Correlate Message