Oracle Integration · Arazzo Workflow
Oracle Integration Abort a Process with an Audit Comment
Version 1.0.0
Record an explanatory comment on a process instance, then abort it when it is still open.
View Spec
View on GitHub
API ManagementAutomationB2B IntegrationCloud IntegrationEnterprise IntegrationIntegrationiPaaSProcess AutomationArazzoWorkflows
Provider
Workflows
abort-process-with-comment
Comment on a process instance and abort it when it is still open.
Reads the process instance, records an audit comment, and updates the state to ABORTED only when the process is still OPEN.
1
getProcess
getProcessInstance
Retrieve the process instance to capture its current state and title before acting.
2
addComment
addProcessComment
Add an audit comment to the process instance documenting the reason for the abort.
3
abortProcess
updateProcessState
Update the process state to ABORTED now that the abort has been documented.