Image creation (explanation needed)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2016 10:35 AM
Hi,
I'm trying to figure out how model, process definition and process instance images are generated, with no luck so far…
I have the following links:
<b>process instance image: </b>/activiti-explorer/ui/APP/4/148060344d5f-aba5-4299-ad58-67520305a5e0.png
<b>deployed process image: </b>/activiti-explorer/ui/APP/5/process%3A2%3A1488.png
<b>model image: </b>/activiti-explorer/ui/APP/3/myfilename-20160111144410881.png
What does <b>4</b> in <i>/ui/APP/4/148…</i> stand for? Where can I find <i>148060344d5f-aba5-4299-ad58-67520305a5e0</i>?
I'd appreciate if anybody could point me the code/classes that are generating these links.
I'm trying to figure out how model, process definition and process instance images are generated, with no luck so far…
I have the following links:
<b>process instance image: </b>/activiti-explorer/ui/APP/4/148060344d5f-aba5-4299-ad58-67520305a5e0.png
<b>deployed process image: </b>/activiti-explorer/ui/APP/5/process%3A2%3A1488.png
<b>model image: </b>/activiti-explorer/ui/APP/3/myfilename-20160111144410881.png
What does <b>4</b> in <i>/ui/APP/4/148…</i> stand for? Where can I find <i>148060344d5f-aba5-4299-ad58-67520305a5e0</i>?
I'd appreciate if anybody could point me the code/classes that are generating these links.
Labels:
- Labels:
-
Archive
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2016 10:37 AM
Image creation (explanation needed)
<b>edit: </b> accidentally commented. Is t possible to remove this comment?
<b>edit: </b> accidentally commented. Is t possible to remove this comment?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2016 03:50 PM
Hi,
About how the process thumbnail images are generated see:
ModelServiceImpl.java
<code>
protected void generateThumbnailImage(Model model, ObjectNode editorJsonNode)
</code>
About how the process thumbnail images are generated see:
ModelServiceImpl.java
<code>
protected void generateThumbnailImage(Model model, ObjectNode editorJsonNode)
</code>
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-19-2016 10:47 AM
Is this for 5.19 version? I am looking an answer for 5.16.4 version.
Edit: Can you tell me activiti module and package which has that class? Because I can't find it.
Thanks
Edit: Can you tell me activiti module and package which has that class? Because I can't find it.
Thanks
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2016 03:31 AM
DIagrams are generated by the ProcessDiagramGenerator class.
I don't think that number in the URl has anything to do with the image being generated (but my knowledge there is rusty)
I don't think that number in the URl has anything to do with the image being generated (but my knowledge there is rusty)
