<?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 Workflow - pooled actors: execute code on 'Take Ownerhip' in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/workflow-pooled-actors-execute-code-on-take-ownerhip/m-p/101151#M70188</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm exploring the possibilities of working with pooled actors in Alfresco 2.0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I was wondering if it would be possible to execute a piece of code when somebody pushes the 'Take Ownership' button.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my case, I want to change the status of the file (attached to the workflow) from 'in queue' to 'assigned' the moment one pushes the Take Ownership button. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Preferably, I would like to define a piece of javascript in the xml definition of the workflow since this workflow definition already contains all other status changes and permission changes that are being applied during execution of the workflow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anybody any suggestions?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Grimme&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Apr 2007 09:54:12 GMT</pubDate>
    <dc:creator>grimme</dc:creator>
    <dc:date>2007-04-04T09:54:12Z</dc:date>
    <item>
      <title>Workflow - pooled actors: execute code on 'Take Ownerhip'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/workflow-pooled-actors-execute-code-on-take-ownerhip/m-p/101151#M70188</link>
      <description>Hi all,I'm exploring the possibilities of working with pooled actors in Alfresco 2.0.I was wondering if it would be possible to execute a piece of code when somebody pushes the 'Take Ownership' button.In my case, I want to change the status of the file (attached to the workflow) from 'in queue' to '</description>
      <pubDate>Wed, 04 Apr 2007 09:54:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/workflow-pooled-actors-execute-code-on-take-ownerhip/m-p/101151#M70188</guid>
      <dc:creator>grimme</dc:creator>
      <dc:date>2007-04-04T09:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow - pooled actors: execute code on 'Take Ownerhip'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/workflow-pooled-actors-execute-code-on-take-ownerhip/m-p/101152#M70189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You might have some luck with the task-assign event…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.jboss.com/jbpm/v3/userguide/taskmanagement.html#taskevents" rel="nofollow noopener noreferrer"&gt;http://docs.jboss.com/jbpm/v3/userguide/taskmanagement.html#taskevents&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It should get fired when "take ownership" is performed, so you can hook in some Alfresco JavaScript to perform the status change.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 10:11:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/workflow-pooled-actors-execute-code-on-take-ownerhip/m-p/101152#M70189</guid>
      <dc:creator>davidc</dc:creator>
      <dc:date>2007-04-04T10:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow - pooled actors: execute code on 'Take Ownerhip'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/workflow-pooled-actors-execute-code-on-take-ownerhip/m-p/101153#M70190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;David,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for your suggestion: the event is indeed triggered when (re)assigning a task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Grimme&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 13:20:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/workflow-pooled-actors-execute-code-on-take-ownerhip/m-p/101153#M70190</guid>
      <dc:creator>grimme</dc:creator>
      <dc:date>2007-04-04T13:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow - pooled actors: execute code on 'Take Ownerhip'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/workflow-pooled-actors-execute-code-on-take-ownerhip/m-p/101154#M70191</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;The Problem with the task assign event as discussed above is that..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The event get fired everytime i click&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1)Save Change Button&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2)Take Ownership Button&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Return to pool Button&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="text-decoration: underline;"&gt;The First and Second button are actually displayed on same screen&lt;/SPAN&gt;&lt;SPAN&gt;(Manage task dialog)..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So the problem is with first two button..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How can i know which button is clicked ie save button or task ownership button???&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help me to resolve this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Anik&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2012 07:20:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/workflow-pooled-actors-execute-code-on-take-ownerhip/m-p/101154#M70191</guid>
      <dc:creator>anik</dc:creator>
      <dc:date>2012-05-14T07:20:14Z</dc:date>
    </item>
  </channel>
</rss>

