Oracle Integration · Arazzo Workflow
Oracle Integration Activate an Integration
Version 1.0.0
Locate an integration, confirm it is ready, activate it, and poll until the activation completes.
View Spec
View on GitHub
API ManagementAutomationB2B IntegrationCloud IntegrationEnterprise IntegrationIntegrationiPaaSProcess AutomationArazzoWorkflows
Provider
Workflows
activate-integration
Activate a configured integration and wait for it to become active.
Finds the integration, verifies it is configured, posts an ACTIVATED status update, and polls the activation status endpoint until activation completes.
1
findIntegration
listIntegrations
List integrations using an optional filter so the caller can confirm the target integration exists in the catalog before acting on it.
2
getIntegration
getIntegration
Retrieve the target integration to confirm its current status before requesting activation.
3
activate
updateIntegrationStatus
Request activation by posting an ACTIVATED status to the integration. Returns the updated integration representation.
4
confirmActivation
getIntegrationActivationStatus
Poll the activation status endpoint until the integration reports that it is fully ACTIVATED.