fix(REST API): negative Ids should not be sent to engine API (#954)
verify Ids are positive non null before sending them to engine (before 7.14.2 makeAPIID used to return null in this case) Covers [RUNTIME-1400](https://bonitasoft.atlassian.net/browse/RUNTIME-1400) Relates to [RUNTIME-334](https://bonitasoft.atlassian.net/browse/RUNTIME-334) Relates to [RUNTIME-335](https://bonitasoft.atlassian.net/browse/RUNTIME-335)
Please register or sign in to comment