Boomi · Arazzo Workflow
Boomi Audit Environment Deployments
Version 1.0.0
Resolve an environment by name and inspect a deployed package within it.
View Spec
View on GitHub
AI AgentsAutomationB2BData IntegrationEDIIntegrationsManagementMFTPlatformWorkflowsArazzoWorkflows
Provider
Workflows
audit-environment-deployments
Find an environment by name, list its deployed packages, and inspect one in detail.
Queries for an environment by name, queries the deployed packages associated with that environment id, and reads the first deployed package to verify it is active.
1
findEnvironment
queryEnvironments
Query for a runtime environment whose name matches the supplied value, returning the first match.
2
listDeployments
queryDeployedPackages
Query the deployed packages scoped to the resolved environment to see what is currently deployed there.
3
inspectDeployment
getDeployedPackage
Read the first deployed package in detail to confirm the component and whether the deployment is active.