<?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: Error 'this activity doesn't accept signals' when testing in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/error-this-activity-doesn-t-accept-signals-when-testing/m-p/154122#M108613</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are all the tasks part of the process-definition you mention above? Or is it possible that completing one task has impact on the availability of another task? Also, from where in the code do you call the "complete" code? I hope not from within the process itself?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Oct 2013 09:56:00 GMT</pubDate>
    <dc:creator>frederikherema1</dc:creator>
    <dc:date>2013-10-02T09:56:00Z</dc:date>
    <item>
      <title>Error 'this activity doesn't accept signals' when testing</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-this-activity-doesn-t-accept-signals-when-testing/m-p/154119#M108610</link>
      <description>Hello everyone,I integrated Activiti 5.13 inside my java web application (based on hibernate/spring/vaadin) to manage the business processes via the API (For example, when a user click on a button, it starts a process, and the user can see his tasks and complete them).I got some problems when I try</description>
      <pubDate>Fri, 27 Sep 2013 13:26:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-this-activity-doesn-t-accept-signals-when-testing/m-p/154119#M108610</guid>
      <dc:creator>aduarte</dc:creator>
      <dc:date>2013-09-27T13:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Error 'this activity doesn't accept signals' when testing</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-this-activity-doesn-t-accept-signals-when-testing/m-p/154120#M108611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You don't show where you got the taskId from. Could you create a unit test showing the issue?&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, 30 Sep 2013 10:08:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-this-activity-doesn-t-accept-signals-when-testing/m-p/154120#M108611</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2013-09-30T10:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error 'this activity doesn't accept signals' when testing</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-this-activity-doesn-t-accept-signals-when-testing/m-p/154121#M108612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry, I forgot that point. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I got the id of the task from the list returned by the taskQuery I wrote in my post :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;// Check if a user task has been created&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;TaskQuery taskQuery = getActivitiTaskService().createTaskQuery().processVariableValueEquals(variableName, variableValue);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;for (Task task : taskQuery.list()) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Complete it&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; getActivitiTaskService().complete(task.getId());&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And I inject processEngine to get the task service :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;private org.activiti.engine.TaskService getActivitiTaskService() {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; return processEngine.getTaskService();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2013 08:29:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-this-activity-doesn-t-accept-signals-when-testing/m-p/154121#M108612</guid>
      <dc:creator>aduarte</dc:creator>
      <dc:date>2013-10-01T08:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Error 'this activity doesn't accept signals' when testing</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-this-activity-doesn-t-accept-signals-when-testing/m-p/154122#M108613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are all the tasks part of the process-definition you mention above? Or is it possible that completing one task has impact on the availability of another task? Also, from where in the code do you call the "complete" code? I hope not from within the process itself?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Oct 2013 09:56:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-this-activity-doesn-t-accept-signals-when-testing/m-p/154122#M108613</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-10-02T09:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error 'this activity doesn't accept signals' when testing</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-this-activity-doesn-t-accept-signals-when-testing/m-p/154123#M108614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Frederik,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The complete task method is not called from the process itself, it is called from the test that I wrote to execute the process from the beginning to the end.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The task completion add a variable to the process to decide to do A or B using an exclusive gateway (which tests the variable value).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 08:21:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-this-activity-doesn-t-accept-signals-when-testing/m-p/154123#M108614</guid>
      <dc:creator>aduarte</dc:creator>
      <dc:date>2013-10-07T08:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error 'this activity doesn't accept signals' when testing</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-this-activity-doesn-t-accept-signals-when-testing/m-p/154124#M108615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you create a JIRA issue and attach the unit test to it so we can reproduce it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 09:21:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-this-activity-doesn-t-accept-signals-when-testing/m-p/154124#M108615</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2013-10-09T09:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Error 'this activity doesn't accept signals' when testing</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-this-activity-doesn-t-accept-signals-when-testing/m-p/154125#M108616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I created a unit test case to reproduce it and posted it as a JIRA issue : &lt;/SPAN&gt;&lt;A href="http://jira.codehaus.org/browse/ACT-1811" rel="nofollow noopener noreferrer"&gt;http://jira.codehaus.org/browse/ACT-1811&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 12:53:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-this-activity-doesn-t-accept-signals-when-testing/m-p/154125#M108616</guid>
      <dc:creator>aduarte</dc:creator>
      <dc:date>2013-10-14T12:53:28Z</dc:date>
    </item>
  </channel>
</rss>

