<?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: Activiti integration with external Task Management system in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/activiti-integration-with-external-task-management-system/m-p/59093#M36261</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's an old in-house task management system that we developed for a previous iteration of our service-request tracking tool. We are currently trying to upgrade the engine portion of the tool … we decided to retain the previous request tracking tool's non-engine components … which I guess landed us in the same position as if we had decided to integrate a vendor-bought third-party tool with Activiti.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry, I know our scenario doesn't exactly mesh with your particular use-case, but I do believe our strategy for how we are handling signaling the Activiti engine is valid (though maybe a bit non-standard&amp;nbsp; :? )&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jun 2011 15:32:00 GMT</pubDate>
    <dc:creator>yangyang_qian</dc:creator>
    <dc:date>2011-06-13T15:32:00Z</dc:date>
    <item>
      <title>Activiti integration with external Task Management system</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-integration-with-external-task-management-system/m-p/59088#M36256</link>
      <description>Hi,Would it be possible to integrate Activiti with external Task management system? Currently, Activiti manages all the tasks with in its own DB [tables], but is there a way we can configure Activiti to use third party task management systems inside the business process?Thanks,Trivedi</description>
      <pubDate>Wed, 08 Jun 2011 15:27:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-integration-with-external-task-management-system/m-p/59088#M36256</guid>
      <dc:creator>trivedi</dc:creator>
      <dc:date>2011-06-08T15:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti integration with external Task Management system</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-integration-with-external-task-management-system/m-p/59089#M36257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It should be possible, if you create eg. Service-tasks in your process that call the 3rd party task-managent tool through any interface. After the service-task, you could place a wait-state (receive task) which halts the process. When the task is finished in your task-mgmt app, you can just use the java API to signal the workflow this task belongs to (runtimeService.signal(processInstanceId)).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another option whould be to write your own ActivitiBehaviour (instead of ServiceTask with JavaDelegate with receivetask after it) that combines the call to the task management app and halts the process, just like a receive task whould…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2011 06:18:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-integration-with-external-task-management-system/m-p/59089#M36257</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-06-09T06:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti integration with external Task Management system</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-integration-with-external-task-management-system/m-p/59090#M36258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We're doing something similar in our environment … we lack Activiti savvy &lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;ops: , so instead of building our own customized ActivitiBehavior, we are instead using UserTasks assigned to a dummy target (like "system") and then using TaskListeners to perform the custom task assignment behavior (e.g. reaching out to an external task management system).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To move onto the next node, a&amp;nbsp;&amp;nbsp; taskService.complete(id, &amp;lt;optional outcome variable&amp;gt;)&amp;nbsp; is sent from the external system&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note that for this to work, we had to store the TaskId and BusinessKey / ProcessInstanceId needed by the external system so that the correct UserTask is signaled on the Activiti side.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know if this is a valid way of doing it, but it seems to be working, kind of …&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2011 17:59:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-integration-with-external-task-management-system/m-p/59090#M36258</guid>
      <dc:creator>yangyang_qian</dc:creator>
      <dc:date>2011-06-09T17:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti integration with external Task Management system</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-integration-with-external-task-management-system/m-p/59091#M36259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for sharing your ideas, i will consider provided options and get back you which one is more feasible to our requirements.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Trivedi&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 07:48:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-integration-with-external-task-management-system/m-p/59091#M36259</guid>
      <dc:creator>trivedi</dc:creator>
      <dc:date>2011-06-10T07:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti integration with external Task Management system</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-integration-with-external-task-management-system/m-p/59092#M36260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi yangyang.qian,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you please tell me, if possible, which third party task management application you used with Activiti? Please let me know only if it can be shared.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Trivedi&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 07:13:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-integration-with-external-task-management-system/m-p/59092#M36260</guid>
      <dc:creator>trivedi</dc:creator>
      <dc:date>2011-06-13T07:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti integration with external Task Management system</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-integration-with-external-task-management-system/m-p/59093#M36261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's an old in-house task management system that we developed for a previous iteration of our service-request tracking tool. We are currently trying to upgrade the engine portion of the tool … we decided to retain the previous request tracking tool's non-engine components … which I guess landed us in the same position as if we had decided to integrate a vendor-bought third-party tool with Activiti.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry, I know our scenario doesn't exactly mesh with your particular use-case, but I do believe our strategy for how we are handling signaling the Activiti engine is valid (though maybe a bit non-standard&amp;nbsp; :? )&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 15:32:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-integration-with-external-task-management-system/m-p/59093#M36261</guid>
      <dc:creator>yangyang_qian</dc:creator>
      <dc:date>2011-06-13T15:32:00Z</dc:date>
    </item>
  </channel>
</rss>

