<?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 How to implement a live feed? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-implement-a-live-feed/m-p/186931#M140061</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We have several workflows and want to be alerted when certain things happens.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We prefer to not do it by receive emails but have a twitter feed like stream on a web page UI.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;On the UI it will be a mixture of different events happened in Activiti.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How should I model it and implement this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Should I have signal event at all the places I want to create a feed and have the receive signal event save it somewhere?&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;–Gordon&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jun 2014 00:56:25 GMT</pubDate>
    <dc:creator>ssun</dc:creator>
    <dc:date>2014-06-12T00:56:25Z</dc:date>
    <item>
      <title>How to implement a live feed?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-implement-a-live-feed/m-p/186931#M140061</link>
      <description>We have several workflows and want to be alerted when certain things happens.We prefer to not do it by receive emails but have a twitter feed like stream on a web page UI.On the UI it will be a mixture of different events happened in Activiti.How should I model it and implement this?Should I have si</description>
      <pubDate>Thu, 12 Jun 2014 00:56:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-implement-a-live-feed/m-p/186931#M140061</guid>
      <dc:creator>ssun</dc:creator>
      <dc:date>2014-06-12T00:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement a live feed?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-implement-a-live-feed/m-p/186932#M140062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Gordon,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You could use event listeners&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.activiti.org/userguide/#eventDispatcher" rel="nofollow noopener noreferrer"&gt;http://www.activiti.org/userguide/#eventDispatcher&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 08:16:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-implement-a-live-feed/m-p/186932#M140062</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2014-06-12T08:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement a live feed?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-implement-a-live-feed/m-p/186933#M140063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What do you mean with "certain things"? You could use our event handler mechanism to catch all kinds of events:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://activiti.org/userguide/index.html#eventDispatcher" rel="nofollow noopener noreferrer"&gt;http://activiti.org/userguide/index.html#eventDispatcher&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would that work for you?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 08:16:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-implement-a-live-feed/m-p/186933#M140063</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2014-06-12T08:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement a live feed?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-implement-a-live-feed/m-p/186934#M140064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think my "certain things" is equivalent to event. I will try to use the event handler mechanism.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But after catch the event, I probably need to save different events in a generic format into a database with index and then the front end UI can do AJAX call to refresh like a news feed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I feel if all events are automatically saved in Activiti into a single table that you can query sort filter, it would be then very easy to implement a event news feed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 23:37:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-implement-a-live-feed/m-p/186934#M140064</guid>
      <dc:creator>ssun</dc:creator>
      <dc:date>2014-06-12T23:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement a live feed?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-implement-a-live-feed/m-p/186935#M140065</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;There is not "Log" table in the activiti. It can be part of your extension. (Can affect solution performance)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 06:40:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-implement-a-live-feed/m-p/186935#M140065</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2014-06-16T06:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement a live feed?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-implement-a-live-feed/m-p/186936#M140066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Martin!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 23:23:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-implement-a-live-feed/m-p/186936#M140066</guid>
      <dc:creator>ssun</dc:creator>
      <dc:date>2014-06-19T23:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement a live feed?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-implement-a-live-feed/m-p/186937#M140067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Funny. See my commit: &lt;/SPAN&gt;&lt;A href="https://github.com/Activiti/Activiti/commit/8e01f79918392562f20ba97ef729e5ff53a09310" rel="nofollow noopener noreferrer"&gt;https://github.com/Activiti/Activiti/commit/8e01f79918392562f20ba97ef729e5ff53a09310&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Like Martin says: be careful of performance impact.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 14:01:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-implement-a-live-feed/m-p/186937#M140067</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-06-27T14:01:40Z</dc:date>
    </item>
  </channel>
</rss>

