Oracle Integration · JSON Structure

Process Automation Api Process Instance Structure

ProcessInstance structure from Oracle Integration Process Automation API.

Type: object Properties: 8
API ManagementAutomationB2B IntegrationCloud IntegrationEnterprise IntegrationIntegrationiPaaSProcess Automation

ProcessInstance is a JSON Structure definition published by Oracle Integration, describing 8 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

processId processName processDefId state priority title createdBy createdDate

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/oracle-integration/refs/heads/main/json-structure/process-automation-api-process-instance-structure.json",
  "name": "ProcessInstance",
  "description": "ProcessInstance structure from Oracle Integration Process Automation API.",
  "type": "object",
  "properties": {
    "processId": {"type": "string", "description": "Process instance identifier."},
    "processName": {"type": "string", "description": "Process name."},
    "processDefId": {"type": "string", "description": "Process definition identifier."},
    "state": {"type": "string", "description": "Process state.", "enum": ["OPEN", "COMPLETED", "FAULTED", "ABORTED"]},
    "priority": {"type": "int32", "description": "Process priority."},
    "title": {"type": "string", "description": "Process title."},
    "createdBy": {"type": "string", "description": "User who created the instance."},
    "createdDate": {"type": "datetime", "description": "Creation timestamp."}
  }
}