<?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: export from eclipse --&amp;gt; import to Activiti explorer in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/export-from-eclipse-gt-import-to-activiti-explorer/m-p/160761#M114723</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Tuffo.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are 2 issues&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1.&amp;nbsp; There are 2 start events with the same ID&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;process id="process_v1" name="Lead_generator_process_v1" isExecutable="true"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;startEvent id="startevent2" name="Start" activiti:initiator="initiator"&amp;gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;subProcess id="subprocess1" name="Source Selection"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;startEvent id="startevent2" name="Start"&amp;gt;&amp;lt;/startEvent&amp;gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;2. sequence flow is referencing non existing source ref &lt;/SPAN&gt;&lt;CODE&gt;startevent1&lt;/CODE&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;sequenceFlow id="flow2" sourceRef="startevent1" targetRef="subprocess1"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;I created jUnit test for it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://github.com/martin-grofcik/activiti-unit-test-template/tree/export-eclipse-import-activiti-explorer" rel="nofollow noopener noreferrer"&gt;https://github.com/martin-grofcik/activiti-unit-test-template/tree/export-eclipse-import-activiti-explorer&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It throws an exception:&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;org.activiti.engine.ActivitiIllegalArgumentException: unknown type 'user' approver&lt;BR /&gt; at org.activiti.engine.impl.form.FormTypes.parseFormPropertyType(FormTypes.java:55)&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;I thing you will be able to cope with it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Nov 2013 08:13:39 GMT</pubDate>
    <dc:creator>martin_grofcik</dc:creator>
    <dc:date>2013-11-18T08:13:39Z</dc:date>
    <item>
      <title>export from eclipse --&gt; import to Activiti explorer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/export-from-eclipse-gt-import-to-activiti-explorer/m-p/160759#M114721</link>
      <description>Hi everybody,i tried to create a very simple diagram in eclipse, then exported it to xml file and tried to import into Activiti Explorer.I managed to edit it, and to save it.No problem till I tried to deploy it.It says "Create of BPMN XML Failed. Error parsing XML"Here's the xml file:[java]&amp;lt;?xml</description>
      <pubDate>Fri, 15 Nov 2013 15:45:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/export-from-eclipse-gt-import-to-activiti-explorer/m-p/160759#M114721</guid>
      <dc:creator>tuffo19</dc:creator>
      <dc:date>2013-11-15T15:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: export from eclipse --&gt; import to Activiti explorer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/export-from-eclipse-gt-import-to-activiti-explorer/m-p/160760#M114722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;can somebody please help me to understand what is wrong in my code?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 15:47:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/export-from-eclipse-gt-import-to-activiti-explorer/m-p/160760#M114722</guid>
      <dc:creator>tuffo19</dc:creator>
      <dc:date>2013-11-15T15:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: export from eclipse --&gt; import to Activiti explorer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/export-from-eclipse-gt-import-to-activiti-explorer/m-p/160761#M114723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Tuffo.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are 2 issues&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1.&amp;nbsp; There are 2 start events with the same ID&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;process id="process_v1" name="Lead_generator_process_v1" isExecutable="true"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;startEvent id="startevent2" name="Start" activiti:initiator="initiator"&amp;gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;subProcess id="subprocess1" name="Source Selection"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;startEvent id="startevent2" name="Start"&amp;gt;&amp;lt;/startEvent&amp;gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;2. sequence flow is referencing non existing source ref &lt;/SPAN&gt;&lt;CODE&gt;startevent1&lt;/CODE&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;sequenceFlow id="flow2" sourceRef="startevent1" targetRef="subprocess1"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;I created jUnit test for it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://github.com/martin-grofcik/activiti-unit-test-template/tree/export-eclipse-import-activiti-explorer" rel="nofollow noopener noreferrer"&gt;https://github.com/martin-grofcik/activiti-unit-test-template/tree/export-eclipse-import-activiti-explorer&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It throws an exception:&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;org.activiti.engine.ActivitiIllegalArgumentException: unknown type 'user' approver&lt;BR /&gt; at org.activiti.engine.impl.form.FormTypes.parseFormPropertyType(FormTypes.java:55)&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;I thing you will be able to cope with it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Nov 2013 08:13:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/export-from-eclipse-gt-import-to-activiti-explorer/m-p/160761#M114723</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2013-11-18T08:13:39Z</dc:date>
    </item>
  </channel>
</rss>

