<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: icon for a process definition in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/icon-for-a-process-definition/m-p/42229#M22696</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Would be an idea, is there a documentation on how to do custom extensions for the BPMN 2.0 xml?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Sep 2011 08:58:28 GMT</pubDate>
    <dc:creator>christoph_retti</dc:creator>
    <dc:date>2011-09-16T08:58:28Z</dc:date>
    <item>
      <title>icon for a process definition</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/icon-for-a-process-definition/m-p/42223#M22690</link>
      <description>Hi, is it possible (didn't find something in the engine API) or planned to provide an icon for a process definition? This way users could be provided a overview of all the process definitions available with an easy to recognize icon/image andit would help to find a process definition faster if there</description>
      <pubDate>Fri, 02 Sep 2011 07:24:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/icon-for-a-process-definition/m-p/42223#M22690</guid>
      <dc:creator>christoph_retti</dc:creator>
      <dc:date>2011-09-02T07:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: icon for a process definition</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/icon-for-a-process-definition/m-p/42224#M22691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The only thing you can do is deploy an image for the process-engine, which is most of the time the graphical representation of the process. In your UI, however, you can add an icon when you deploy (instead of a process-image) and use that in the overview.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;ProcessDefintiion.getDiagramResourceName();&lt;BR /&gt;&lt;BR /&gt;(RepositoryService) InputStream getResourceAsStream(String deploymentId, String resourceName);&lt;BR /&gt;&lt;/CODE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2011 07:30:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/icon-for-a-process-definition/m-p/42224#M22691</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-09-02T07:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: icon for a process definition</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/icon-for-a-process-definition/m-p/42225#M22692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think both will be nice: the graphical representation of the process for users to look at what the process is doing and also an icon to quickly identify a process to use.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you see a chance to implement this in a future release?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; c&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2011 16:40:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/icon-for-a-process-definition/m-p/42225#M22692</guid>
      <dc:creator>christoph_retti</dc:creator>
      <dc:date>2011-09-02T16:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: icon for a process definition</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/icon-for-a-process-definition/m-p/42226#M22693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Don't think so, since that feature is quite UI-minde, not really suited for the engine itself, but that's my opinion. Offcourse, you could always file a jira feature request…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2011 19:03:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/icon-for-a-process-definition/m-p/42226#M22693</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-09-02T19:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: icon for a process definition</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/icon-for-a-process-definition/m-p/42227#M22694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hmmm … is there a way to extends the BPMN 2.0 XML File with an URL that can then be used to query an image?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or more generally: is there a way/sample to extend the designer to add additional metadata in the BPMN 2.0 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;xml file (or maybe just add some own xml elements in there) and then read this out using some API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Right now I think the only way to get the BPMN 2.0 file is to call&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;InputStream org.activiti.engine.RepositoryService#getResourceAsStream(String deploymentId, String resourceName) &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but this way I have to parse XML and know pretty well which elements I will have to fetch from.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; c&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Sep 2011 15:36:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/icon-for-a-process-definition/m-p/42227#M22694</guid>
      <dc:creator>christoph_retti</dc:creator>
      <dc:date>2011-09-11T15:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: icon for a process definition</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/icon-for-a-process-definition/m-p/42228#M22695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You could shrink the process diagram and store it as a resource with the xml.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2011 12:46:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/icon-for-a-process-definition/m-p/42228#M22695</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2011-09-15T12:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: icon for a process definition</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/icon-for-a-process-definition/m-p/42229#M22696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Would be an idea, is there a documentation on how to do custom extensions for the BPMN 2.0 xml?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 08:58:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/icon-for-a-process-definition/m-p/42229#M22696</guid>
      <dc:creator>christoph_retti</dc:creator>
      <dc:date>2011-09-16T08:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: icon for a process definition</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/icon-for-a-process-definition/m-p/42230#M22697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No. The easiest is to check the source code, definitely check the BPMNParseListener.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, I do believe that it is not possible to add a custom namespace, as the schema is checked when parsing the process.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 08:44:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/icon-for-a-process-definition/m-p/42230#M22697</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2011-09-20T08:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: icon for a process definition</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/icon-for-a-process-definition/m-p/42231#M22698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hmmm … but activiti itself uses extensions in the activiti: namespace?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 08:58:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/icon-for-a-process-definition/m-p/42231#M22698</guid>
      <dc:creator>christoph_retti</dc:creator>
      <dc:date>2011-09-20T08:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: icon for a process definition</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/icon-for-a-process-definition/m-p/42232#M22699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;so no resolution to this question?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 15:55:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/icon-for-a-process-definition/m-p/42232#M22699</guid>
      <dc:creator>fmpdmb</dc:creator>
      <dc:date>2012-09-20T15:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: icon for a process definition</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/icon-for-a-process-definition/m-p/42233#M22700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sure there is: check how the activiti:namespace was added. However, I'm unsure how 'strict' the xml parser is, but I would assume it doesn't check custom namespaces.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2012 08:48:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/icon-for-a-process-definition/m-p/42233#M22700</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-09-21T08:48:36Z</dc:date>
    </item>
  </channel>
</rss>

