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 IntegrationEDIIntegrationManagementMFTPlatformWorkflowsArazzoWorkflows
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
Query the process catalog for a process whose name matches the supplied value, returning the first matching component.
2
getProcessDetail
Read the matched process to capture its component id and current version before packaging.
3
packageProcess
Create a packaged component from the process component at its current version so it becomes deployable.
4
deployPackage
Deploy the newly created package into the target environment, producing an active deployed package record.
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.