<?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: PotentialOwner based on previous actions in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/potentialowner-based-on-previous-actions/m-p/29858#M15287</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;should already be possible.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in the identity component, you can model the countries as groups.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the potentialOwner expression should then contain something like: group(${country}) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;where country is a process variable that contains the country that matches the country group name.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if the docs don't explain this properly, let us know which part we should revise.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jun 2010 08:06:50 GMT</pubDate>
    <dc:creator>tombaeyens</dc:creator>
    <dc:date>2010-06-09T08:06:50Z</dc:date>
    <item>
      <title>PotentialOwner based on previous actions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/potentialowner-based-on-previous-actions/m-p/29857#M15286</link>
      <description>Hi,I'm curious if it's possible in BPMN 2.0 (and if it will be supported by Activiti) to define potentialOwner(s) of userTask based on data provided in some previous task or to dynamically build potentialOwners list by calling some external method during process instance lifetime.Example:1. Process</description>
      <pubDate>Tue, 08 Jun 2010 22:03:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/potentialowner-based-on-previous-actions/m-p/29857#M15286</guid>
      <dc:creator>furgas</dc:creator>
      <dc:date>2010-06-08T22:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: PotentialOwner based on previous actions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/potentialowner-based-on-previous-actions/m-p/29858#M15287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;should already be possible.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in the identity component, you can model the countries as groups.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the potentialOwner expression should then contain something like: group(${country}) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;where country is a process variable that contains the country that matches the country group name.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if the docs don't explain this properly, let us know which part we should revise.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jun 2010 08:06:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/potentialowner-based-on-previous-actions/m-p/29858#M15287</guid>
      <dc:creator>tombaeyens</dc:creator>
      <dc:date>2010-06-09T08:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: PotentialOwner based on previous actions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/potentialowner-based-on-previous-actions/m-p/29859#M15288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for your answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What about the &lt;/SPAN&gt;&lt;STRONG&gt;dynamic&lt;/STRONG&gt;&lt;SPAN&gt; part of my question? Let's say that I have some &lt;/SPAN&gt;&lt;STRONG&gt;external&lt;/STRONG&gt;&lt;SPAN&gt; datasource with mapping country-&amp;gt;list of users. How do I utilize such datasource so only specific users can claim processOrder task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Second example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Let's extend your example of vacationRequest business process. Usually each employer have one particular manager who should handle his vacation request. Is it possible to modify handleRequest owner &lt;/SPAN&gt;&lt;STRONG&gt;based&lt;/STRONG&gt;&lt;SPAN&gt; on employer name entered in request form?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since I'm planning to use REST API to build my own interface for handling processes, maybe the solution is to filter tasks available to users before I present them on interface. Then I can apply any logic I want. The only requirement for this solution is the ability to get the values entered in particular task form. Is there a REST method for this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also is/will there be REST methods for TaskService.addGroupInvolvement, TaskService.addUserInvolvement and TaskService.setAssignee ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jun 2010 06:32:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/potentialowner-based-on-previous-actions/m-p/29859#M15288</guid>
      <dc:creator>activiti-admin</dc:creator>
      <dc:date>2010-06-24T06:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: PotentialOwner based on previous actions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/potentialowner-based-on-previous-actions/m-p/29860#M15289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Joram, what are the dynamic task assignment capabilities we have already?&amp;nbsp; Is there an assignment handler or something similar?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jul 2010 14:35:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/potentialowner-based-on-previous-actions/m-p/29860#M15289</guid>
      <dc:creator>tombaeyens</dc:creator>
      <dc:date>2010-07-19T14:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: PotentialOwner based on previous actions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/potentialowner-based-on-previous-actions/m-p/29861#M15290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Currently we have direct assignments and expressions. No assignment handler yet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regarding the second question: yes, thats actually how it is done in the VacationProcess example: the name of the employee is stores as a process variable that then is used in an expression the task assignment.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jul 2010 14:38:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/potentialowner-based-on-previous-actions/m-p/29861#M15290</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2010-07-19T14:38:16Z</dc:date>
    </item>
  </channel>
</rss>

