You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

/bpm/api/4.0/processes/ API does not return dueDate either expirationDate

Received Response
15
Views
1
Comments
edited Sep 10, 2019 7:47PM in Process Automation 1 comment

Summary

/bpm/api/4.0/processes/ API does not return dueDate either expirationDate

Content

Hi,

I set up an expiration time on a task in a Process but, after calling service /bpm/api/4.0/processes/ it does not return dueDate either expirationDate as mentioned in the documentation:

https://docs.oracle.com/en/cloud/paas/process-cloud/cprrb/op-processes-processid-get.html

In the code snippet below, it was expected to be returned that fields.

 

        {
            "title": "Instance #200028 of Process",
            "processId": "200028",
            "processName": "Process",
            "priority": 5,
            "ownedBy": "cadastroAAI.ProcessOwner",
            "processNumber": 202073,
            "createdBy": "sflima",
            "state": "OPEN",
            "createdDate": "2019-09-10T14:20:03.000Z",
            "updatedDate": "2019-09-10T14:20:04.000Z",
            "processDN": "oracleinternalpcs~cadastroAAI!001~Process",
            "levels": 0,
            "href": "

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!