-
Bug
-
Resolution: Done
-
Major
-
6.3.0.GA
-
None
We can capture process instance image using below REST API:
~~~
http://localhost:8080/business-central/rest/runtime/Deployment.ID/process/process.DefId/image/ProcessInstanceID
~~~
This REST API return the process instance image but if the ProcessInstanceID does not exist, it will return the process definition image.BPMS server didnt throw any error.
BPMS server should validate the ProcessInstanceID.
- clones
-
RHBPMS-4186 ProcessInstanceID not validated while downloading process instance image from business-central REST API
- Verified