<?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: delegate usertasks at users absence in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/delegate-usertasks-at-users-absence/m-p/152815#M107438</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your quick and helpful reply. I think its a pretty good solution to define a new process which deals with the whole delgation instead of a task on every process. I neglected that solution somehow…So if a user logs in, he can start that new holidayprocess and everything will be handled for him. And if somebody gets ill its good to have that task listener to check in db if he is available. I will adopt your advices.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Greetings,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tom&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Aug 2013 07:38:47 GMT</pubDate>
    <dc:creator>fellowtom</dc:creator>
    <dc:date>2013-08-06T07:38:47Z</dc:date>
    <item>
      <title>delegate usertasks at users absence</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/delegate-usertasks-at-users-absence/m-p/152813#M107436</link>
      <description>Hi all,I have a question about task delegation. It's more about the way to do it, if ppl are on holidays or get ill. The last topic I found here about that problem was more than 1 year ago, but I think there is no API to handle it comfortable implement yet, isnt it?So what should be the best way to</description>
      <pubDate>Tue, 06 Aug 2013 06:40:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/delegate-usertasks-at-users-absence/m-p/152813#M107436</guid>
      <dc:creator>fellowtom</dc:creator>
      <dc:date>2013-08-06T06:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: delegate usertasks at users absence</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/delegate-usertasks-at-users-absence/m-p/152814#M107437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You could use, for example, a process that allows you to fill in who is replacing you when you're on holiday. and what time you're leaving and what time you'll be back. The process has intermediate timer-events and some service-tasks. The timers fire when the start-date is reached, querying all tasks assigned to user X and "delegating" or setting assignee to user Y. Same for end-time, where the assignee is reset. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The above will cover existing processes. For new processes, you'll have to use a slightly modified "assignment" model (use an expression ${assigneeBean.getAssigneeOrReplacement()} or use an assignmentListener on the task that checks if the chosen employee is currently available. If not, assign it to it's replacement (which is stored in another system/db possibly). By using a BPMNParseHandler, you can add that special "assignment" task-listener to all processes deployed in the engine without having to define the listener in all of your BPMN XML's.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 07:21:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/delegate-usertasks-at-users-absence/m-p/152814#M107437</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-08-06T07:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: delegate usertasks at users absence</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/delegate-usertasks-at-users-absence/m-p/152815#M107438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your quick and helpful reply. I think its a pretty good solution to define a new process which deals with the whole delgation instead of a task on every process. I neglected that solution somehow…So if a user logs in, he can start that new holidayprocess and everything will be handled for him. And if somebody gets ill its good to have that task listener to check in db if he is available. I will adopt your advices.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Greetings,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tom&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 07:38:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/delegate-usertasks-at-users-absence/m-p/152815#M107438</guid>
      <dc:creator>fellowtom</dc:creator>
      <dc:date>2013-08-06T07:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: delegate usertasks at users absence</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/delegate-usertasks-at-users-absence/m-p/152816#M107439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I came to one problem which I cant explain myself. I added candidateUsers to my Usertask in the bpmn.-file and want to check them in a UserTaskListener-Implementation with &lt;/SPAN&gt;&lt;CODE&gt;delegateTask.getCandidates()&lt;/CODE&gt;&lt;SPAN&gt;. But it is always empty. If I use &lt;/SPAN&gt;&lt;CODE&gt;delegateTask.addCandidateUser("Worker1");&lt;/CODE&gt;&lt;SPAN&gt; before, it contains that 1 element. It just dont work by defining it in the process definition.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions what I'm doing wrong?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[SOLVED]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was using the Listener with assign event, instead of create.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Greetings,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tom&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Aug 2013 12:06:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/delegate-usertasks-at-users-absence/m-p/152816#M107439</guid>
      <dc:creator>fellowtom</dc:creator>
      <dc:date>2013-08-07T12:06:39Z</dc:date>
    </item>
  </channel>
</rss>

