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

cancel
Showing results for 
Search instead for 
Did you mean: 
mobarkiyasmine
Active Member

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

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

6 Replies
bassam_al-saror
Alfresco Employee

Re: 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

Where do you want to display it? If you want to display it in browser then just use the img tag.

mobarkiyasmine
Active Member

Re: 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

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

bassam_al-saror
Alfresco Employee

Re: 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

mobarkiyasmine
Active Member

Re: 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

thank u bassam 

thank you I will try it
mobarkiyasmine
Active Member

Re: 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

there is a problem when I display the image it is not displayed

mobarkiyasmine
Active Member

Re: 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

thank u bassam it is work