<?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 Error/Signal in Multi-Instance CallActivity buggy? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/error-signal-in-multi-instance-callactivity-buggy/m-p/102607#M71440</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I try to implement a process where a certain process is started for all elements contained in a collection.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The "outer" process just contains a call activity (multiinstance configuration (parallel) for the collection) and an error boundary event.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The "inner" process executes some functionality and in some cases, the inner process ends in an error event, which is caught in the outer process by the boundary error event.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No problem if everything goes right in all subprocesses. The process instance is ended properly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;However if I one of the inner processes ends in the error event, the path attached to the boundary error event is executed but the process instance does not come to an end. (Several executions still active for the process instance). I tried to change cancelActivity=true/false, but no changes in process execution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this the proper way to do error handling? Alternatives?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another thing: How can I cancel the execution of the parallel callActivity instances? I tried to use a signal as boundary event (cancelActivity=true) to the callActivity, but if I try to signal the process, an exception occurrs. (See &lt;/SPAN&gt;&lt;A href="http://jira.codehaus.org/browse/ACT-1389" rel="nofollow noopener noreferrer"&gt;http://jira.codehaus.org/browse/ACT-1389&lt;/A&gt;&lt;SPAN&gt;). But in general: Is this the proper way to cancel the execution of the "subprocesses"? Having a Completion Condition for the multiinstance callActiviti works, but then I cannot react on the cancel operation (e.g. write the information about the cancel operation in a log table).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think this situation is quite common and hopefully Activiti supports it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tobias&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Oct 2012 15:20:02 GMT</pubDate>
    <dc:creator>thilka</dc:creator>
    <dc:date>2012-10-04T15:20:02Z</dc:date>
    <item>
      <title>Error/Signal in Multi-Instance CallActivity buggy?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-signal-in-multi-instance-callactivity-buggy/m-p/102607#M71440</link>
      <description>Hello,I try to implement a process where a certain process is started for all elements contained in a collection.The "outer" process just contains a call activity (multiinstance configuration (parallel) for the collection) and an error boundary event.The "inner" process executes some functionality a</description>
      <pubDate>Thu, 04 Oct 2012 15:20:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-signal-in-multi-instance-callactivity-buggy/m-p/102607#M71440</guid>
      <dc:creator>thilka</dc:creator>
      <dc:date>2012-10-04T15:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Error/Signal in Multi-Instance CallActivity buggy?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-signal-in-multi-instance-callactivity-buggy/m-p/102608#M71441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to create a minimal version of the process you describe and create a unit-test for it? See the sticky in the forums on how to create a unit-test.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 06:43:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-signal-in-multi-instance-callactivity-buggy/m-p/102608#M71441</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-10-05T06:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error/Signal in Multi-Instance CallActivity buggy?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-signal-in-multi-instance-callactivity-buggy/m-p/102609#M71442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I created a project with both problems, the error handling and the signal processing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The javadoc for the test cases contains the expectations I have about what should happen in activiti.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tobias&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 09:24:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-signal-in-multi-instance-callactivity-buggy/m-p/102609#M71442</guid>
      <dc:creator>thilka</dc:creator>
      <dc:date>2012-10-05T09:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: Error/Signal in Multi-Instance CallActivity buggy?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-signal-in-multi-instance-callactivity-buggy/m-p/102610#M71443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Cannot upload the file. Can I send it via email?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 09:29:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-signal-in-multi-instance-callactivity-buggy/m-p/102610#M71443</guid>
      <dc:creator>thilka</dc:creator>
      <dc:date>2012-10-05T09:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error/Signal in Multi-Instance CallActivity buggy?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-signal-in-multi-instance-callactivity-buggy/m-p/102611#M71444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sure, I'll PM you the details&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 10:23:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-signal-in-multi-instance-callactivity-buggy/m-p/102611#M71444</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-10-05T10:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error/Signal in Multi-Instance CallActivity buggy?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-signal-in-multi-instance-callactivity-buggy/m-p/102612#M71445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for reporting, will take that on myself: &lt;/SPAN&gt;&lt;A href="https://jira.codehaus.org/browse/ACT-1402" rel="nofollow noopener noreferrer"&gt;https://jira.codehaus.org/browse/ACT-1402&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 08:22:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-signal-in-multi-instance-callactivity-buggy/m-p/102612#M71445</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-10-10T08:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error/Signal in Multi-Instance CallActivity buggy?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-signal-in-multi-instance-callactivity-buggy/m-p/102613#M71446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;1. Error-boundary event was used using "cancelActivity=false". Against 5.11-SNAPSHOT, the test succeeds because the cancelActivity is forced on boundary error-events.&lt;BR /&gt;2. Signal-test was using the event-id instead of the name of the event to call signalEventReceived(), use runtimeService.signalEventReceived("mySignalName") instead!&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Closing issue, not a bug…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2012 11:31:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-signal-in-multi-instance-callactivity-buggy/m-p/102613#M71446</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-11-20T11:31:18Z</dc:date>
    </item>
  </channel>
</rss>

