Oracle Integration · Arazzo Workflow
Oracle Integration Provision a Decision Model
Version 1.0.0
Create a workspace space, create an empty decision model inside its DMN space, and read the model back.
View Spec
View on GitHub
API ManagementAutomationB2B IntegrationCloud IntegrationEnterprise IntegrationIntegrationiPaaSProcess AutomationArazzoWorkflows
Provider
Workflows
provision-decision-model
Create a space and an empty decision model within it, then read the model back.
Creates a workspace space, checks the DMN space for the decision model name, creates the empty model, and retrieves it to confirm provisioning.
1
createSpace
createSpace
Create a new workspace space that will host the decision model.
2
listModels
listDecisionModels
List existing decision models in the new space's DMN area so an existing model with the same name is not overwritten.
3
createModel
createDecisionModel
Create an empty decision model in the DMN space under the supplied name.
4
readModel
getDecisionModel
Read the decision model back to confirm it was provisioned in the space.