<?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: BpmnParser is not extensible in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/bpmnparser-is-not-extensible/m-p/25501#M12599</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;@Falko: this sounds a bit like building a custom DSL based on BPMN 2.0 elements which is a really interesting thing for non-BPMN-experienced people. Does Activiti Cycle provide support for creating such custom elements and for mapping those to BPMN 2.0 standard elements? And if so, is this mechanism extensible?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Having a development process that starts with custom elements in Activiti Modeler and then uses Activiti Cycle to transform those custom elements to standard BPMN 2.0 would definitely be a sound thing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Nevertheless, having the possibility to extend/customize the parsing process is still a major requirement on our side, also because there is no longer a built-in mechanism for firing events via a process event bus for certain events (e.g. like whenever a task gets created or assigned).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Sep 2010 11:03:37 GMT</pubDate>
    <dc:creator>cstettler</dc:creator>
    <dc:date>2010-09-27T11:03:37Z</dc:date>
    <item>
      <title>BpmnParser is not extensible</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bpmnparser-is-not-extensible/m-p/25497#M12595</link>
      <description>Extending the default BpmnParser (e.g. for handling custom XML elements / attributes) is currently not possible (as of beta 1) as the underlying BpmnParse class has package/default visibility only. Extending the parser is often the only mean to introduce custom behaviour or values, e.g. if one wants</description>
      <pubDate>Thu, 23 Sep 2010 15:41:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bpmnparser-is-not-extensible/m-p/25497#M12595</guid>
      <dc:creator>cstettler</dc:creator>
      <dc:date>2010-09-23T15:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: BpmnParser is not extensible</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bpmnparser-is-not-extensible/m-p/25498#M12596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Addendum: also, the BpmnParser instance gets created "inline" in the BpmnDeployer.configurationCompleted() method without any factory/hook method to create and return one's custom BpmnParser implementation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think as a test, it would be useful to have an "end-to-end" sample for replacing a specific activity implementation (e.g. create and return a custom UserTaskActivity for the userTask element) that would proof and "secure" extensibility.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 16:15:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bpmnparser-is-not-extensible/m-p/25498#M12596</guid>
      <dc:creator>cstettler</dc:creator>
      <dc:date>2010-09-23T16:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: BpmnParser is not extensible</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bpmnparser-is-not-extensible/m-p/25499#M12597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I created &lt;/SPAN&gt;&lt;A href="http://jira.codehaus.org/browse/ACT-178" rel="nofollow noopener noreferrer"&gt;http://jira.codehaus.org/browse/ACT-178&lt;/A&gt;&lt;SPAN&gt; for this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 08:56:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bpmnparser-is-not-extensible/m-p/25499#M12597</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2010-09-27T08:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: BpmnParser is not extensible</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bpmnparser-is-not-extensible/m-p/25500#M12598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The ServiceTask already allows the use of custom ActivitiBehavior implementations, which can at least provide a custom outgoing behavior.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another option for dealing with custom elements is to transform them into standard BPMN elements using Activiti Cycle. This approach has the advantage that it doesn't require much knowledge of engine internals and is therefore less error-prone.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 10:32:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bpmnparser-is-not-extensible/m-p/25500#M12598</guid>
      <dc:creator>falko_menge</dc:creator>
      <dc:date>2010-09-27T10:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: BpmnParser is not extensible</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bpmnparser-is-not-extensible/m-p/25501#M12599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;@Falko: this sounds a bit like building a custom DSL based on BPMN 2.0 elements which is a really interesting thing for non-BPMN-experienced people. Does Activiti Cycle provide support for creating such custom elements and for mapping those to BPMN 2.0 standard elements? And if so, is this mechanism extensible?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Having a development process that starts with custom elements in Activiti Modeler and then uses Activiti Cycle to transform those custom elements to standard BPMN 2.0 would definitely be a sound thing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Nevertheless, having the possibility to extend/customize the parsing process is still a major requirement on our side, also because there is no longer a built-in mechanism for firing events via a process event bus for certain events (e.g. like whenever a task gets created or assigned).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 11:03:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bpmnparser-is-not-extensible/m-p/25501#M12599</guid>
      <dc:creator>cstettler</dc:creator>
      <dc:date>2010-09-27T11:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: BpmnParser is not extensible</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bpmnparser-is-not-extensible/m-p/25502#M12600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;@Falko: this sounds a bit like building a custom DSL based on BPMN 2.0 elements which is a really interesting thing for non-BPMN-experienced people. Does Activiti Cycle provide support for creating such custom elements and for mapping those to BPMN 2.0 standard elements? And if so, is this mechanism extensible?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Many of our customers asked for some kind of custom language elements and technically the Activiti Modeler supports extensions to existing stencil sets. However, the BPMN 2.0 XML export, which transforms the JSON representation internally used by the Activiti Modeler into XML, does not support such extensions. Therefore, Activiti Cycle contains a framework for performing transformations directly on the JSON model as demonstrated by the developer-friendly BPMN 2.0 transformation. These transformations are highly extensible to allow all kinds of project-specific customizations.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 12:17:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bpmnparser-is-not-extensible/m-p/25502#M12600</guid>
      <dc:creator>falko_menge</dc:creator>
      <dc:date>2010-09-27T12:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: BpmnParser is not extensible</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bpmnparser-is-not-extensible/m-p/25503#M12601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've refactored the BPMN parser into an extensible one, and will contribute it to the project, if the leaders like it, in the next week.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It will be in a branch at first, probably, but I'm not sure how long will it take to be merged with the Trunk.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 15:41:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bpmnparser-is-not-extensible/m-p/25503#M12601</guid>
      <dc:creator>iravanchi</dc:creator>
      <dc:date>2010-09-27T15:41:41Z</dc:date>
    </item>
  </channel>
</rss>

