<?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: Get Candidate Groups from activiti in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/get-candidate-groups-from-activiti/m-p/178822#M131952</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;SPAN&gt;Maybe this could help you ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;java&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; ((UserTask) flowElement).getCandidateGroups()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/java&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 04 Jul 2015 19:30:53 GMT</pubDate>
    <dc:creator>vasile_dirla</dc:creator>
    <dc:date>2015-07-04T19:30:53Z</dc:date>
    <item>
      <title>Get Candidate Groups from activiti</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-candidate-groups-from-activiti/m-p/178821#M131951</link>
      <description>Hi, I am new to activiti. I have a situation where I need to send mail to specific user group when they receive some task. So, how do I get Candidate Group info assigned to user task.</description>
      <pubDate>Fri, 03 Jul 2015 09:22:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-candidate-groups-from-activiti/m-p/178821#M131951</guid>
      <dc:creator>praveenpandrang</dc:creator>
      <dc:date>2015-07-03T09:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Get Candidate Groups from activiti</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-candidate-groups-from-activiti/m-p/178822#M131952</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;SPAN&gt;Maybe this could help you ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;java&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; ((UserTask) flowElement).getCandidateGroups()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/java&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jul 2015 19:30:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-candidate-groups-from-activiti/m-p/178822#M131952</guid>
      <dc:creator>vasile_dirla</dc:creator>
      <dc:date>2015-07-04T19:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Get Candidate Groups from activiti</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-candidate-groups-from-activiti/m-p/178823#M131953</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;SPAN&gt;What does User task and flowElement refer to in the above code.I am entirely new and could not understand.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 05:54:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-candidate-groups-from-activiti/m-p/178823#M131953</guid>
      <dc:creator>praveenpandrang</dc:creator>
      <dc:date>2015-07-06T05:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Get Candidate Groups from activiti</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-candidate-groups-from-activiti/m-p/178824#M131954</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;SPAN&gt;The BPMN model contains multiple flow elements. (because this model is describing an execution flow)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;each flow element could be an UserTask, ServiceTask or something else…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just design a simple process in the editor and export it as XML, then have a look into that file and you'll understand better.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;also maybe this documentation will help you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.activiti.org/userguide/#bpmn20" rel="nofollow noopener noreferrer"&gt;http://www.activiti.org/userguide/#bpmn20&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you could obtain the BPMN model like that:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;java&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; BpmnModel model = repositoryService.getBpmnModel(processDefinitionId);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/java&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and then just put a breakpoint on this line and inspect this object.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 19:09:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-candidate-groups-from-activiti/m-p/178824#M131954</guid>
      <dc:creator>vasile_dirla</dc:creator>
      <dc:date>2015-07-06T19:09:46Z</dc:date>
    </item>
  </channel>
</rss>

