07-03-2018 05:21 AM
Hello I work with activiti-rest and java how can i display the instance process diagram using java code.
I want to turn this uri " http://10.6.99.57:8888/activiti-rest/service/runtime/process-instances/40206/diagram " into java code
07-03-2018 08:59 AM
Where do you want to display it? If you want to display it in browser then just use the img tag.
07-03-2018 09:11 AM
thank you Bassam,
please can you give me a concrete example for your answer otherwise I can do it in an html page as in activiti-explorer
07-03-2018 09:21 AM
Just basic html img tag as follows
<img src="http://10.6.99.57:8888/activiti-rest/service/runtime/process-instances/40206/diagram">
07-03-2018 09:23 AM
thank u bassam
thank you I will try it
07-03-2018 09:32 AM
there is a problem when I display the image it is not displayed
07-03-2018 09:56 AM
thank u bassam it is work
Explore our Alfresco products with the links below. Use labels to filter content by product module.