<?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 Resource Management in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/resource-management/m-p/22507#M10811</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;in previous post (&lt;/SPAN&gt;&lt;A href="http://forums.activiti.org/en/viewtopic.php?f=3&amp;amp;t=188" rel="nofollow noopener noreferrer"&gt;http://forums.activiti.org/en/viewtopic.php?f=3&amp;amp;t=188&lt;/A&gt;&lt;SPAN&gt;), I asked about parametrized resource, and Joram suggested to implement an 'AssignmentHandler'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thinking more about this, would be possible treat this concern using the "IdentityService", for example, providing a operation like that&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;List&amp;lt;User&amp;gt; findUsersByGroup(String groupId, List&amp;lt;GroupParameterBinding&amp;gt; groupParametersBinding)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;where "GroupParameterBinding" would have "parameterId" and "value" as attributes?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;– or something like that (it was just a way to explain).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So the Actitvi Engine could parse the BPMN 2.0 parametrized resource assignment, as below, and, in this case, calls this specfic operation signature.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;userTask id="ApproveOrder" name="ApproveOrder"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;potentialOwner resourceRef="regionalManager"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;resourceParameterBinding parameterRef="buyerName"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;formalExpression&amp;gt;${buyerName}&amp;lt;/formalExpression&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/resourceParameterBinding&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;resourceParameterBinding parameterRef="region"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;formalExpression&amp;gt;${regionName}&amp;lt;/formalExpression&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/resourceParameterBinding&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/potentialOwner&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/userTask&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If this parse (of an official element of BPMN 2.0) was done directly in Activiti Engine, we could customize only the "IdentityService" in our application (a work that we already will do), without affect the core of the Engine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it could be a way?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hudson.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Sep 2010 18:59:06 GMT</pubDate>
    <dc:creator>hmartim</dc:creator>
    <dc:date>2010-09-17T18:59:06Z</dc:date>
    <item>
      <title>Resource Management</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/resource-management/m-p/22507#M10811</link>
      <description>Hi,in previous post (http://forums.activiti.org/en/viewtopic.php?f=3&amp;amp;t=188), I asked about parametrized resource, and Joram suggested to implement an 'AssignmentHandler'.Thinking more about this, would be possible treat this concern using the "IdentityService", for example, providing a operation</description>
      <pubDate>Fri, 17 Sep 2010 18:59:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/resource-management/m-p/22507#M10811</guid>
      <dc:creator>hmartim</dc:creator>
      <dc:date>2010-09-17T18:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Resource Management</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/resource-management/m-p/22508#M10812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We now have a dynamic resolving of assignments through the expressions you can use.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We don't plan to introduce BPMN-specific notions in our identity abstractions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We do consider to introduce a TaskAssignmentHandler later on to allow for more flexible assignment handling.&amp;nbsp; But that planning is not yet concrete.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Sep 2010 13:35:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/resource-management/m-p/22508#M10812</guid>
      <dc:creator>tombaeyens</dc:creator>
      <dc:date>2010-09-20T13:35:28Z</dc:date>
    </item>
  </channel>
</rss>

