Community Edition

rest-api-context_1 2.6

Release notes

2.6 Accept url parameter
return context.isTask / context.isOverview based on the URL parameter value
in case of instantiation, return the document variable empty (if context ask for anyvalue like '*').
return parameters (+ value) in the result

Bonita Platform Version Compatibility: 
7.4.x
7.3.x
7.2.x

widgetplus 1.1

Release notes

CheckList :
The standard checkList REMOVE the attribut in the result JSON when nothing is selected.
So, if you use a CheckList, map to a contract, the submit will be rejected, or you have to do that in your formOutput
'color' : $data.formInput.color || null
To avoid this behavior and to not worry of the usage of the widget in the formOutput, use this CheckList.
Plus :
* Style CSS : directly set some additional CSS style to the input

Bonita Platform Version Compatibility: 
7.3.x

rest-api-context_1 2.5

Release notes

If the case contains Documents, there are returned in the answer:
"listDocsStudent": [
{
"src": {
"id": 2001,
"creationDate": 1483143534951,
"author": 658,
"index": 0,
"contentFileName": "14060147_1311913258820543_1485550249_o.jpg",
"processInstanceId": 34001,
"description": null,
"name": "listDocsStudent",
"fileName": "14060147_1311913258820543_1485550249_o.jpg",
"contentMimeType": "image/jpeg",
"hasContent": true,

Bonita Platform Version Compatibility: 
7.x
Notifications