<?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: Own templates for new diagrams in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/own-templates-for-new-diagrams/m-p/42423#M22860</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Was the feature to add your own diagram template ever implemented?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Don&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Aug 2013 01:02:29 GMT</pubDate>
    <dc:creator>jdf1963</dc:creator>
    <dc:date>2013-08-29T01:02:29Z</dc:date>
    <item>
      <title>Own templates for new diagrams</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/own-templates-for-new-diagrams/m-p/42418#M22855</link>
      <description>Hi,Can I create my own templates at the "New Activiti Diagram" dialog or how I use the "Yes, import a BPMN 2.0 file"?Thanks,Christian</description>
      <pubDate>Mon, 11 Jul 2011 18:28:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/own-templates-for-new-diagrams/m-p/42418#M22855</guid>
      <dc:creator>christianelmer</dc:creator>
      <dc:date>2011-07-11T18:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Own templates for new diagrams</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/own-templates-for-new-diagrams/m-p/42419#M22856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Christian,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I didn't yet open it up to add new templates, but that shouldn't be too difficult to add.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The import a BPMN 2.0 file still has to be implemented, so that's for a next release.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2011 18:37:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/own-templates-for-new-diagrams/m-p/42419#M22856</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2011-07-11T18:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Own templates for new diagrams</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/own-templates-for-new-diagrams/m-p/42420#M22857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'd like to look into this feature as it's been on my list for some time. I'm curious how Christian would like to see this implemented. There are a couple of ways I can think of:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;* Create a new project type especially for templates. You can create regular processes in that project using Designer's current editing capabilities and save them. Once you wish to base a new process on one of your own templates, we simply scan all of these projects in order to find your templates. A benefit of this approach is that it stores the templates separately from any other projects you have and that you can then easily store the templates to a version control system as any other projects;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;* Create a classpath container and reference it in a way similar to have you develop Custom Service Tasks. That would involve packaging your templates in a JAR and then linking that jar in your Eclipse preferences. To me this seems rather tedious;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In both cases, I would think the way Tijs has already implemented this, namely using the bpmn20.xml as the template and not the .activiti file, is the way to go.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another question I have is how far we take a template. I could imagine we allow you enter variable placeholders in your bpmn20.xml and then offer a wizard to provide values for those variables in a wizard. For instance, you could specify something like the assignee of the first task in your template by filling the value with ${designer:FirstTaskAssignee}. The template will be parsed for these kind of expressions and you would be asked to provide values for them before the content is created. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd welcome some input on this so we can figure out what users are looking for.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 20:21:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/own-templates-for-new-diagrams/m-p/42420#M22857</guid>
      <dc:creator>tiesebarrell</dc:creator>
      <dc:date>2011-07-12T20:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Own templates for new diagrams</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/own-templates-for-new-diagrams/m-p/42421#M22858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;* Create a classpath container and reference it in a way similar to have you develop Custom Service Tasks. That would involve packaging your templates in a JAR and then linking that jar in your Eclipse preferences. To me this seems rather tedious;&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;This is a good idea. If you create Custom Service Tasks, most of the time I think, you want to use this in a certain way, so in similar diagrams.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Another question I have is how far we take a template. I could imagine we allow you enter variable placeholders in your bpmn20.xml and then offer a wizard to provide values for those variables in a wizard. For instance, you could specify something like the assignee of the first task in your template by filling the value with ${designer:FirstTaskAssignee}. The template will be parsed for these kind of expressions and you would be asked to provide values for them before the content is created.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;It was great, if you group some Custom Service Tasks and give the user a chance to select a task from this group at a placeholder. The best solution for me is, that the user select only one of many Delegation Classes of a Custom Service Task. Because I have spots in my process diagrams in which I place one of many Custom Service Tasks that do the same things, with other algorithms.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2011 15:40:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/own-templates-for-new-diagrams/m-p/42421#M22858</guid>
      <dc:creator>christianelmer</dc:creator>
      <dc:date>2011-08-01T15:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Own templates for new diagrams</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/own-templates-for-new-diagrams/m-p/42422#M22859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Christian,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I agree that might be the case, but don't think the template mechanism would apply to Custom Service Tasks as well, since the BPMN file is the template file itself and the BPMN file has no knowledge of Custom Service Tasks, because that is a designer-specific extension. So you wouldn't be able to make a template for processes that contain CustomServiceTasks. Joining them in a JAR with the Custom Service Tasks in that case would make less sense to me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was thinking more along the lines of simple text entry to start with for placeholders, but I see you have a different use case. Again, at the moment I don't see how we can integrate Custom Service Tasks in the templates at all, but I'll look into it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2011 06:56:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/own-templates-for-new-diagrams/m-p/42422#M22859</guid>
      <dc:creator>tiesebarrell</dc:creator>
      <dc:date>2011-08-02T06:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Own templates for new diagrams</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/own-templates-for-new-diagrams/m-p/42423#M22860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Was the feature to add your own diagram template ever implemented?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Don&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 01:02:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/own-templates-for-new-diagrams/m-p/42423#M22860</guid>
      <dc:creator>jdf1963</dc:creator>
      <dc:date>2013-08-29T01:02:29Z</dc:date>
    </item>
  </channel>
</rss>

