This content has been marked as final.
Show 2 replies
-
1. Re: [JBPM 6.2] Getting process image with current active task
abhijithumbe Sep 16, 2015 7:46 AM (in response to nabilf)Hi,
This issue is captured in [JBPM-4601] Ability to embed Process Status diagram - JBoss Issue Tracker and looks like it will be fixed in 6.3 release.
-
2. Re: [JBPM 6.2] Getting process image with current active task
ademseker Oct 1, 2015 7:33 AM (in response to nabilf)use the version 6.3.0.Final with following step.
.
- Open the
org.kie.workbench.KIEWebapp/profiles/jbpm.xml
file in the jbpm-console.war - Towards the top of this jbpm.xml file, you'll see the following xml element:<storesvgonsave enabled="false"/> Change the false value here to true.
- Open the jbpm-console.war\WEB-INF\lib\ folder. And replace jbpm-console-ng-rest-6.3.0.Final.jar to jbpm-console-ng-rest-6.3.1-20150930.212031-9.jar
- (Re)Deploy the jbpm-console.war
2 new REST operation URLs have been made available to provide the image:
{server}/jbpm-console/rest/runtime/{deploymentId}/process/{processDefId}/image
- The following URL provides an image of the process definition, with the active nodes marked to correspond to the process instance URL parameter passed:
{server}/jbpm-console/rest/runtime/{deploymentId}/process/{processDefId}/image/{procInstId}
- Open the