Boomi · Arazzo Workflow
Boomi Decommission a Process
Version 1.0.0
Find a process by name, confirm it exists, and delete it from the platform.
View Spec
View on GitHub
AI AgentsAutomationB2BData IntegrationEDIIntegrationsManagementMFTPlatformWorkflowsArazzoWorkflows
Provider
Workflows
decommission-process
Resolve a process by name, confirm its detail, and delete it.
Queries for a process by name, reads its detail to confirm the resolved id, and deletes the process from the Boomi platform.
1
findProcess
queryProcesses
Query for a process whose name matches the supplied value, returning the first match.
2
confirmProcess
getProcess
Read the matched process to confirm the resolved id and capture identifying metadata before deleting.
3
deleteProcess
deleteProcess
Permanently delete the confirmed process from the Boomi platform.