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
getIntegrationPackage
Confirm the target integration package exists before inspecting its contents.
2
listArtifacts
listIntegrationDesigntimeArtifacts
List the design-time artifacts in the package to verify the flow is present.
3
getArtifact
getIntegrationDesigntimeArtifact
Read the specific design-time artifact to confirm its version before deploying.
4
deployArtifact
deployIntegrationDesigntimeArtifact
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
getRuntimeArtifact
Poll the runtime artifact until it reports STARTED. A status of ERROR ends the poll and routes to the failure branch.
6
reportError
getRuntimeArtifact
Re-read the runtime artifact to capture the final error details when the deployment lands in an ERROR state.