Boomi · Arazzo Workflow
Boomi Redeploy a Package to a New Environment
Version 1.0.0
Take an existing deployment's package and deploy it to a freshly created environment.
View Spec
View on GitHub
AI AgentsAutomationB2BData IntegrationEDIIntegrationsManagementMFTPlatformWorkflowsArazzoWorkflows
Provider
Workflows
redeploy-package-to-environment
Discover a package from a source environment and deploy it into a new environment.
Queries the deployed packages of the source environment, creates a new target environment, and deploys the discovered package into the new environment to promote it.
1
findSourcePackage
queryDeployedPackages
Query the deployed packages of the source environment to discover a package id to promote.
2
createTargetEnvironment
createEnvironment
Create the new target environment that the package will be promoted into.
3
deployToTarget
createDeployedPackage
Deploy the discovered package into the newly created target environment.