Oracle Integration · Arazzo Workflow
Oracle Integration Clone and Activate an Integration
Version 1.0.0
Clone an existing integration to a new code, then activate the clone.
View Spec
View on GitHub
API ManagementAutomationB2B IntegrationCloud IntegrationEnterprise IntegrationIntegrationiPaaSProcess AutomationArazzoWorkflows
Provider
Workflows
clone-and-activate-integration
Clone a source integration and activate the resulting copy.
Reads the source integration, clones it to a new code and name, activates the clone, and polls activation status until it completes.
1
getSource
getIntegration
Retrieve the source integration to confirm it exists before cloning it.
2
clone
cloneIntegration
Clone the source integration into a new code and name. Returns the cloned integration representation.
3
activateClone
updateIntegrationStatus
Activate the cloned integration by posting an ACTIVATED status to its identifier.
4
confirmActivation
getIntegrationActivationStatus
Poll the activation status of the cloned integration until it reports it is fully ACTIVATED.