Oracle Integration · Example Payload

Process Automation Api Process Instance Example

API ManagementAutomationB2B IntegrationCloud IntegrationEnterprise IntegrationIntegrationiPaaSProcess Automation

Process Automation Api Process Instance Example is an example object payload from Oracle Integration, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

processIdprocessNameprocessDefIdstateprioritytitlecreatedBycreatedDate

Example Payload

Raw ↑
{
  "processId": "300456",
  "processName": "Order Approval",
  "processDefId": "default~OrderApproval~1.0",
  "state": "OPEN",
  "priority": 3,
  "title": "Order #12345 Approval",
  "createdBy": "admin@example.com",
  "createdDate": "2026-04-18T10:00:00Z"
}