<?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: Process level notification in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/process-level-notification/m-p/123148#M86727</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;got it .&amp;nbsp; If i call taskService.complete() , i see the user task is getting completed and moves along the workflow. But i didn't use identity service or any kind of login to complete user task . As per the process definition , user task is assigned for candidate group , from api if i call complete , how does the activiti BPM ensures the actual member of candidate group has completed the task ? &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 May 2013 19:34:50 GMT</pubDate>
    <dc:creator>vinothkumar_j2e</dc:creator>
    <dc:date>2013-05-31T19:34:50Z</dc:date>
    <item>
      <title>Process level notification</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-level-notification/m-p/123146#M86725</link>
      <description>hi ,instance&amp;nbsp; can be in any activity in the given workflow . It can be a user task or in Receive task (waiting for a event to move forward). Is there any way i can notify USER TASK from a java api call and move the instance forward along the workflow ?Assume i am able to use identityService for auth</description>
      <pubDate>Wed, 29 May 2013 13:13:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-level-notification/m-p/123146#M86725</guid>
      <dc:creator>vinothkumar_j2e</dc:creator>
      <dc:date>2013-05-29T13:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: Process level notification</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-level-notification/m-p/123147#M86726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;taskService.complete() &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you seet the current user through the identityService, you also save that user information in the historical tables.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2013 10:14:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-level-notification/m-p/123147#M86726</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-05-31T10:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Process level notification</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-level-notification/m-p/123148#M86727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;got it .&amp;nbsp; If i call taskService.complete() , i see the user task is getting completed and moves along the workflow. But i didn't use identity service or any kind of login to complete user task . As per the process definition , user task is assigned for candidate group , from api if i call complete , how does the activiti BPM ensures the actual member of candidate group has completed the task ? &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2013 19:34:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-level-notification/m-p/123148#M86727</guid>
      <dc:creator>vinothkumar_j2e</dc:creator>
      <dc:date>2013-05-31T19:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: Process level notification</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-level-notification/m-p/123149#M86728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The Activiti API does not in force this. I you want this, this should be checked (using the queries) in the layer that is consuming Activit. We do this to keep the role/authentication as free as possible to support a wide array of use cases.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;An alternative is to add (using BPMNParseHandler) task-complete listeners that check this kind of stuff and throw an Exception on the complete-event of a tasks, effectively NOT completing the task an throwing the "not allowed" exception to the calling thread.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jun 2013 14:24:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-level-notification/m-p/123149#M86728</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-06-04T14:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Process level notification</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-level-notification/m-p/123150#M86729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks. Please provide the steps for implementing BPMNParseHandler .&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jun 2013 14:44:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-level-notification/m-p/123150#M86729</guid>
      <dc:creator>vinothkumar_j2e</dc:creator>
      <dc:date>2013-06-04T14:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Process level notification</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-level-notification/m-p/123151#M86730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please … &lt;/SPAN&gt;&lt;A href="http://activiti.org/userguide/index.html#advanced_parseHandlers" rel="nofollow noopener noreferrer"&gt;http://activiti.org/userguide/index.html#advanced_parseHandlers&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 14:15:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-level-notification/m-p/123151#M86730</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-06-10T14:15:44Z</dc:date>
    </item>
  </channel>
</rss>

