SAP Integration Suite · Arazzo Workflow
SAP Integration Suite Deploy And Verify Flow
Version 1.0.0
Deploy an integration flow, wait for it to start, then verify recent message processing succeeded.
View Spec
View on GitHub
API ManagementCloud IntegrationEnterprise IntegrationEvent MeshiPaaSSAPSAP BTPArazzoWorkflows
Provider
Workflows
deploy-and-verify-flow
Deploy a flow, wait for STARTED, then check its recent message logs.
Deploys an artifact, polls the runtime until it starts, and inspects the most recent message processing logs for the flow to confirm healthy processing.
1
deployArtifact
deployIntegrationDesigntimeArtifact
Trigger deployment of the design-time artifact to the runtime using the X-CSRF-Token header for the OData write.
2
pollRuntime
getRuntimeArtifact
Poll the runtime artifact until it reports STARTED or fails with ERROR.
3
verifyMessages
listMessageProcessingLogs
Read the most recent message processing logs for the deployed flow to confirm messages are completing rather than failing.