Oracle Integration · Arazzo Workflow
Oracle Integration Abort a Running Instance
Version 1.0.0
Find a monitored instance, confirm it is in progress, and abort it.
View Spec
View on GitHub
API ManagementAutomationB2B IntegrationCloud IntegrationEnterprise IntegrationIntegrationiPaaSProcess AutomationArazzoWorkflows
Provider
Workflows
abort-running-instance
Abort the first matching instance when it is still in progress.
Lists monitoring instances by filter, retrieves the first match, and aborts it only when its status is IN_PROGRESS.
1
listInstances
listMonitoringInstances
Retrieve monitoring instances matching the filter so the target run can be located.
2
getInstance
getMonitoringInstance
Retrieve detail for the first matching instance to inspect its current status before aborting.
3
abort
abortMonitoringInstance
Abort the running integration instance now that it is confirmed to be in progress.