-
Type:
Bug Report
-
Resolution: Fixed
-
Priority:
L3 - Default
-
Affects Version/s: 7.12.0
-
Component/s: None
-
None
// When
- I have submit a payload to the rest resource {task/<taskId>/bpmnError}
- The taskId is valid
- The errorCode is null or not present in the request body
// Then
- The server return 404 - {Task with id <taskId> does not exist}
// Expected
- The server responds 400 with a meaningful error message
Notes:
- On Java API level, we need to throw NotFoundException when the task does not exist and treat that properly in the REST API
- is related to
-
CAM-12719 wrong error message in Task REST-API when submitting null escalationCode
-
- Closed
-