SAP Integration Suite · Arazzo Workflow
SAP Integration Suite Deploy Flow From Package
Version 1.0.0
Discover an integration flow inside a package, deploy it, and poll the runtime until it starts.
View Spec
View on GitHub
API ManagementCloud IntegrationEnterprise IntegrationEvent MeshiPaaSSAPSAP BTPArazzoWorkflows
Provider
Workflows
deploy-flow-from-package
Locate an integration flow in a package, deploy it, and wait for it to start.
Resolves a package, finds the named design-time integration flow artifact within it, deploys that artifact, and polls the runtime artifact until it reaches a STARTED status.
1
getPackage
Confirm the target integration package exists before inspecting its contents.
2
listArtifacts
List the design-time artifacts in the package to verify the flow is present.
3
getArtifact
Read the specific design-time artifact to confirm its version before deploying.
4
deployArtifact
Trigger deployment of the design-time artifact to the runtime. The OData write requires the X-CSRF-Token header supplied as an input.
5
pollRuntime
Poll the runtime artifact until it reports STARTED. A status of ERROR ends the poll and routes to the failure branch.
6
reportError
Re-read the runtime artifact to capture the final error details when the deployment lands in an ERROR state.
Source API Descriptions
openapi
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.