Oracle Integration · Example Payload

Process Automation Api Task Example

API ManagementAutomationB2B IntegrationCloud IntegrationEnterprise IntegrationIntegrationiPaaSProcess Automation

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

Top-level fields

idtitleassigneestateprioritycreatedDatedueDateprocessIdprocessNameoutcome

Example Payload

Raw ↑
{
  "id": "400789",
  "title": "Review Order #12345",
  "assignee": "jsmith@example.com",
  "state": "ASSIGNED",
  "priority": 3,
  "createdDate": "2026-04-18T10:00:00Z",
  "dueDate": "2026-04-20T17:00:00Z",
  "processId": "300456",
  "processName": "Order Approval",
  "outcome": "APPROVE"
}