Enterprise Edition

rest-api-context 2.3

Release notes

An Java numerate is handle and the list of value is returned
When a BDM is null, Rest Context handle it and return the value with a null.
Only limit : if you have a List of BDM and in the list, a null :
List[ 0 ] = ClientDAO.newInstance()
List[ 1 ] = null
List[ 2 ] = ClientDAO.newInstance()
List[ 3 ] = ClientDAO.newInstance()

In this situation, the engine return an exception (when RestAPIContext ask the list of BDM) and this situation is not handle by the RestAPI Context

Bonita Platform Version Compatibility: 
7.x

restapicontext 2.0

Release notes

Access :
•BDM variables
•when the case is archived, access data
•thanks to Kilian, modify the Date format output

Bonita Platform Version Compatibility: 
7.x
Notifications