SAP Integration Suite · Arazzo Workflow

SAP Integration Suite Package Deployment Drift

Version 1.0.0

Compare a package's design-time artifacts against what is deployed in the runtime to surface drift.

1 workflow 3 source APIs 1 provider
View Spec View on GitHub API ManagementCloud IntegrationEnterprise IntegrationEvent MeshiPaaSSAPSAP BTPArazzoWorkflows

Provider

sap-integration-suite

Workflows

package-deployment-drift
Read a package's design-time artifact version and compare it to runtime artifacts.
Resolves a package and a design-time artifact version, then lists runtime artifacts so the deployed version can be compared against the design-time version.
4 steps inputs: artifactId, artifactVersion, packageId outputs: deployedVersion, designVersion, runtimeArtifacts
1
getPackage
Read the integration package to confirm it exists.
2
listDesignArtifacts
List the design-time artifacts within the package.
3
getDesignArtifact
Read the specific design-time artifact to capture its design-time version.
4
listRuntimeArtifacts
List runtime artifacts, scoped by id, so the deployed version can be compared against the design-time version.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: SAP Integration Suite Package Deployment Drift
  summary: Compare a package's design-time artifacts against what is deployed in the runtime to surface drift.
  description: >-
    A governance workflow that surfaces drift between what is designed and what
    is running. It reads the target integration package, lists the design-time
    artifacts it contains, reads a specific design-time artifact to capture its
    current version, and then lists the runtime artifacts so a caller can
    compare the deployed version against the design-time version. Every step
    spells out its request inline so the flow can be read and executed without
    opening the underlying OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: integrationFlowsApi
  url: ../openapi/sap-integration-suite-integration-flows-api-openapi.yml
  type: openapi
- name: integrationPackagesApi
  url: ../openapi/sap-integration-suite-integration-packages-api-openapi.yml
  type: openapi
- name: runtimeArtifactsApi
  url: ../openapi/sap-integration-suite-runtime-artifacts-api-openapi.yml
  type: openapi
workflows:
- workflowId: package-deployment-drift
  summary: Read a package's design-time artifact version and compare it to runtime artifacts.
  description: >-
    Resolves a package and a design-time artifact version, then lists runtime
    artifacts so the deployed version can be compared against the design-time
    version.
  inputs:
    type: object
    required:
    - packageId
    - artifactId
    - artifactVersion
    properties:
      packageId:
        type: string
        description: Identifier of the integration package to inspect.
      artifactId:
        type: string
        description: Identifier of the design-time artifact to compare.
      artifactVersion:
        type: string
        description: Version of the design-time artifact (e.g. "active").
  steps:
  - stepId: getPackage
    description: Read the integration package to confirm it exists.
    operationId: getIntegrationPackage
    parameters:
    - name: Id
      in: path
      value: $inputs.packageId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      packageName: $response.body#/d/Name
  - stepId: listDesignArtifacts
    description: List the design-time artifacts within the package.
    operationId: listIntegrationDesigntimeArtifacts
    parameters:
    - name: Id
      in: path
      value: $inputs.packageId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      designArtifacts: $response.body#/d/results
  - stepId: getDesignArtifact
    description: Read the specific design-time artifact to capture its design-time version.
    operationId: getIntegrationDesigntimeArtifact
    parameters:
    - name: Id
      in: path
      value: $inputs.artifactId
    - name: Version
      in: path
      value: $inputs.artifactVersion
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      designVersion: $response.body#/d/Version
  - stepId: listRuntimeArtifacts
    description: >-
      List runtime artifacts, scoped by id, so the deployed version can be
      compared against the design-time version.
    operationId: listRuntimeArtifacts
    parameters:
    - name: $filter
      in: query
      value: "Id eq '$inputs.artifactId'"
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      runtimeArtifacts: $response.body#/d/results
      deployedVersion: $response.body#/d/results/0/Version
  outputs:
    designVersion: $steps.getDesignArtifact.outputs.designVersion
    deployedVersion: $steps.listRuntimeArtifacts.outputs.deployedVersion
    runtimeArtifacts: $steps.listRuntimeArtifacts.outputs.runtimeArtifacts

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/sap-integration-suite-package-deployment-drift-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.