-
Bug
-
Resolution: Done
-
Minor
-
7.2.1.GA
-
None
-
Local and Openshift
Attempting to include the process diagram and current process step in an external application is extremely difficult.
The image is an asynchronous call so including the url in image tags does not work. Additional code is required to inject the image asynchronously which is tough
The returned svg has a hardcoded height and width to a very large size. Instead the image size should not be hardcoded so that it can be scaled within external web applications. By making its size relative (percentage) the image can be included in pages and not blow out page layouts
- relates to
-
JBPM-8306 Process diagram images are hardcoded to large sizes
- Resolved