Boomi · Arazzo Workflow
Boomi DataHub Publish a Draft Model
Version 1.0.0
List models in a repository, read a draft model, and publish it if still in draft.
View Spec
View on GitHub
AI AgentsAutomationB2BData IntegrationEDIIntegrationsManagementMFTPlatformWorkflowsArazzoWorkflows
Provider
Workflows
datahub-publish-draft-model
Locate a model in a repository, inspect its status, and publish it when it is a draft.
Lists the models in the repository to resolve the first model id, reads that model to inspect its status, and publishes it only when it is still in the DRAFT state.
1
listModels
listModels
List the models defined within the repository and select the first one.
2
readModel
getModel
Read the selected model to inspect its current publication status.
3
publishModel
publishModel
Publish the draft model so it becomes available for domain deployment and data ingestion.