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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Labels:
-
Alfresco Process Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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">
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2018 09:23 AM
thank u bassam
thank you I will try it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2018 09:32 AM
there is a problem when I display the image it is not displayed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2018 09:56 AM
thank u bassam it is work
