Boomi · Arazzo Workflow
Boomi Deploy a Process
Version 1.0.0
Find an integration process, package it, and deploy the package to an environment.
View Spec
View on GitHub
AI AgentsAutomationB2BData IntegrationEDIIntegrationsManagementMFTPlatformWorkflowsArazzoWorkflows
Provider
Workflows
deploy-process
Query a process by name, package its current version, and deploy it to an environment.
Resolves a process by name, reads its detail to obtain the component id and current version, packages that version, and deploys the resulting package to the supplied environment.
1
findProcess
queryProcesses
Query the process catalog for a process whose name matches the supplied value, returning the first matching component.
2
getProcessDetail
getProcess
Read the matched process to capture its component id and current version before packaging.
3
packageProcess
createPackagedComponent
Create a packaged component from the process component at its current version so it becomes deployable.
4
deployPackage
createDeployedPackage
Deploy the newly created package into the target environment, producing an active deployed package record.