-
Enhancement
-
Resolution: Done
-
Major
-
7.10.1.GA
-
False
-
False
-
Release Notes
-
-
-
-
-
-
ER1
-
+
-
Undefined
-
-
2021 Week 31-33 (from Aug 2), 2021 Week 34-36 (from Aug 23), 2021 Week 37-39 (from Sep 13), 2021 Week 40-42 (from Oct 4), 2021 Week 43-45 (from Oct 25)
Customer is using the kie-server REST API to create a instance process with correlationKey using the following URL:
POST /server/containers/{containerId}/processes/{processId}/instances/correlation/{correlationKey}
When they try to create a process instance with a duplicated correlationkey the API returns a http 500 error code. Ideally it should return a 409 error.
- is incorporated by
-
JBPM-9841 Start process with correlation key rest api should return 400 http status if correlation key already exist.
- Resolved