-
Bug
-
Resolution: Done
-
Major
-
6.3.0.GA, 6.3.1.GA
-
None
-
-
-
-
-
-
CR2
-
PR merged
When we use below REST endpoint:
~~~
http://localhost:8080/business-central/rest/runtime/group.ID:ArtifactID:1.1-snapshot/process/Process.DefID/image
~~~
Process definition image of version 1.1-snapshot will be downloaded. When I tried to get the LATEST version image but it is not working.Using below url will return "HTTP Status 404"
In server.log file below warning messages is logged:
WARN [org.jbpm.console.ng.rest.ProcessImageResourceImpl] (http-localhost.localdomain/127.0.0.1:8080-5) Could not find process definition for process 'project1.TestProcess', returning status 404 (NOT FOUND)
- clones
-
RHBPMS-4185 Not able to download process image through business-central REST end point if we use LATEST in deploymentID
- Verified