<?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 Problems with parallel flows in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-parallel-flows/m-p/29178#M14890</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a workflow that branches into 3 parallel sub processes.&amp;nbsp; Each subprocess has a start and end node with some user tasks in between.&amp;nbsp; This flow was working just fine with 5.0.&amp;nbsp; Now that I've upgraded to 5.2 I can't even deploy the flow.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm getting the following errors&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;org.activiti.engine.ActivitiException: cvc-id.1: There is no ID/IDREF binding for IDREF 'subprocess11_endevent10'. | diagrams/FutureStateWorkflow.activiti.bpmn20.xml | line 110 | column 15&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Invalid source 'subprocess11_startevent10' of sequence flow 'subprocess11_flow95' | diagrams/FutureStateWorkflow.activiti.bpmn20.xml | line 25 | column 128&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Invalid destination 'subprocess11_endevent10' of sequence flow 'subprocess11_flow96' | diagrams/FutureStateWorkflow.activiti.bpmn20.xml | line 27 | column 126&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Invalid source 'subprocess12_startevent11' of sequence flow 'subprocess12_flow97' | diagrams/FutureStateWorkflow.activiti.bpmn20.xml | line 45 | column 128&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Invalid destination 'subprocess12_endevent11' of sequence flow 'subprocess12_flow98' | diagrams/FutureStateWorkflow.activiti.bpmn20.xml | line 47 | column 126&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be appreciated.&amp;nbsp; Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Feb 2011 18:39:01 GMT</pubDate>
    <dc:creator>kpagratis</dc:creator>
    <dc:date>2011-02-14T18:39:01Z</dc:date>
    <item>
      <title>Problems with parallel flows</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-parallel-flows/m-p/29178#M14890</link>
      <description>I have a workflow that branches into 3 parallel sub processes.&amp;nbsp; Each subprocess has a start and end node with some user tasks in between.&amp;nbsp; This flow was working just fine with 5.0.&amp;nbsp; Now that I've upgraded to 5.2 I can't even deploy the flow.&amp;nbsp; I'm getting the following errorsorg.activiti.engine.Activ</description>
      <pubDate>Mon, 14 Feb 2011 18:39:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-parallel-flows/m-p/29178#M14890</guid>
      <dc:creator>kpagratis</dc:creator>
      <dc:date>2011-02-14T18:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with parallel flows</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-parallel-flows/m-p/29179#M14891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you using the Activiti Designer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you use the exact same XML for version 5.0 and 5.2?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Or did you generate the XML again from the Designer?&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, 14 Feb 2011 20:29:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-parallel-flows/m-p/29179#M14891</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2011-02-14T20:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with parallel flows</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-parallel-flows/m-p/29180#M14892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using the designer, and and used both 5.0 xml and newly generated xml.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I submitted a JIRA issue.&amp;nbsp; Here's the text:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When creating sub processes, the start and end event id's are incorrect. Here is the generated BPMN2.0 code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;subProcess id="subprocess1" name="Print Design"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;startEvent id="startevent2" name="Start"&amp;gt;&amp;lt;/startEvent&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;endEvent id="endevent2" name="End"&amp;gt;&amp;lt;/endEvent&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sequence flows within the subprocess use the ids &amp;lt;subProcessid&amp;gt;_&amp;lt;start|end event id&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ex:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;sequenceFlow id="subprocess1_flow16" name="" sourceRef="subprocess1_startevent2" targetRef="subprocess1_usertask2"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;sequenceFlow id="subprocess1_flow23" name="" sourceRef="subprocess1_usertask5" targetRef="subprocess1_endevent2"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This causes deployment problems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Invalid source 'subprocess1_startevent2' of sequence flow 'subprocess1_flow16' | diagrams/FutureStateWorkflow.activiti.bpmn20.xml | line 14 | column 123&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Invalid destination 'subprocess1_endevent2' of sequence flow 'subprocess1_flow23' | diagrams/FutureStateWorkflow.activiti.bpmn20.xml | line 25 | column 121&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Feb 2011 20:45:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-parallel-flows/m-p/29180#M14892</guid>
      <dc:creator>kpagratis</dc:creator>
      <dc:date>2011-02-14T20:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with parallel flows</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-parallel-flows/m-p/29181#M14893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;…&lt;BR /&gt;&amp;lt;subProcess id="subprocess1" name="Print Design"&amp;gt;&lt;BR /&gt;&amp;lt;startEvent id="startevent2" name="Start"&amp;gt;&amp;lt;/startEvent&amp;gt;&lt;BR /&gt;&amp;lt;endEvent id="endevent2" name="End"&amp;gt;&amp;lt;/endEvent&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;sequenceFlow id="subprocess1_flow16" name="" sourceRef="subprocess1_startevent2" targetRef="subprocess1_usertask2"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;&lt;BR /&gt;&amp;lt;sequenceFlow id="subprocess1_flow23" name="" sourceRef="subprocess1_usertask5" targetRef="subprocess1_endevent2"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;&lt;BR /&gt;&lt;BR /&gt;This causes deployment problems.&lt;BR /&gt;Invalid source 'subprocess1_startevent2' of sequence flow 'subprocess1_flow16' | diagrams/FutureStateWorkflow.activiti.bpmn20.xml | line 14 | column 123&lt;BR /&gt;Invalid destination 'subprocess1_endevent2' of sequence flow 'subprocess1_flow23' | diagrams/FutureStateWorkflow.activiti.bpmn20.xml | line 25 | column 121&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;those errors look like genuine errors to me.&amp;nbsp; activity "subprocess1_startevent2" doesn't exist.&amp;nbsp; i think it should be "startevent2".&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;activity ids must be globally unique (in the scope of the process) and therefor, you should not refer to them by prefixing the subProcess id's&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 07:57:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-parallel-flows/m-p/29181#M14893</guid>
      <dc:creator>tombaeyens</dc:creator>
      <dc:date>2011-02-15T07:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with parallel flows</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-parallel-flows/m-p/29182#M14894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This was I think a bug in the designer, but it should work in 0.7.0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you using version 0.7.0 of the designer?&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>Tue, 15 Feb 2011 10:43:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-parallel-flows/m-p/29182#M14894</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2011-02-15T10:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with parallel flows</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-parallel-flows/m-p/29183#M14895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes this is with 0.7.0&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 15:51:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-parallel-flows/m-p/29183#M14895</guid>
      <dc:creator>kpagratis</dc:creator>
      <dc:date>2011-02-15T15:51:47Z</dc:date>
    </item>
  </channel>
</rss>

