<?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 Suggestions for High Level System Monitoring in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/suggestions-for-high-level-system-monitoring/m-p/226417#M179547</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, I'm looking for a generic way to be notified when an exception happens in the system.&amp;nbsp; We had a periodic system task fail last week, and we didn't find out until one of our users told us about it.&amp;nbsp; I'd like to be notified before they notice.&amp;nbsp; &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've seen there are ways to use BPMNErrors, but I'm looking for something higher level.&amp;nbsp; I'd prefer not to author a similar construct for each periodic task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If possible, I'd like to have a new process started in response to an exception, such that a human gets notified.&amp;nbsp; I could imagine a SystemErrorsProcess which assigns itself to an Admin group, and sends an email notification to everyone in that group.&amp;nbsp; I'm just not sure how to get started with such a solution, or if it's even a reasonable approach from a BPMN/Workflow perspective.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to register for a general Error event, such that we can achieve this, or a similar result?&amp;nbsp; If there is a best practice contrary to what I'm thinking, I'd love to hear that as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Rich&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Dec 2015 00:57:08 GMT</pubDate>
    <dc:creator>richhanbidge</dc:creator>
    <dc:date>2015-12-30T00:57:08Z</dc:date>
    <item>
      <title>Suggestions for High Level System Monitoring</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/suggestions-for-high-level-system-monitoring/m-p/226417#M179547</link>
      <description>Hi, I'm looking for a generic way to be notified when an exception happens in the system.&amp;nbsp; We had a periodic system task fail last week, and we didn't find out until one of our users told us about it.&amp;nbsp; I'd like to be notified before they notice.&amp;nbsp; &lt;IMG id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;I've seen there are ways to use BPMNErrors, but I'm</description>
      <pubDate>Wed, 30 Dec 2015 00:57:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/suggestions-for-high-level-system-monitoring/m-p/226417#M179547</guid>
      <dc:creator>richhanbidge</dc:creator>
      <dc:date>2015-12-30T00:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Suggestions for High Level System Monitoring</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/suggestions-for-high-level-system-monitoring/m-p/226418#M179548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you mean that one of the service tasks was failing? If this service task is a job you could use the event handlers of the Activiti Engine (&lt;/SPAN&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;SPAN&gt;) to listen to JOB_EXECUTION_FAILURE events. It's also possible to throw a BpmnError from a service task and listen to the UNCAUGHT_BPMN_ERROR event without needing to add catching error event elements in the process definition. Is this what you are looking for?&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>Wed, 30 Dec 2015 11:22:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/suggestions-for-high-level-system-monitoring/m-p/226418#M179548</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2015-12-30T11:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Suggestions for High Level System Monitoring</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/suggestions-for-high-level-system-monitoring/m-p/226419#M179549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Tijs; that's _exactly_ what I was looking for.&amp;nbsp; I appreciate the pointer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have a great holiday,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Rich&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2015 21:58:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/suggestions-for-high-level-system-monitoring/m-p/226419#M179549</guid>
      <dc:creator>richhanbidge</dc:creator>
      <dc:date>2015-12-30T21:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: Suggestions for High Level System Monitoring</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/suggestions-for-high-level-system-monitoring/m-p/226420#M179550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you tell me when UNCAUGHT_BPMN_ERROR&amp;nbsp; is really thrown and how to catch it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've created a ActivtiEventListener that I have registered in the ProcessEngine. It receive a lot of events, but I wasn't able to get the UNCAUGHT_BPMN_ERROR event. It instead log a "BpmnError: No catching boundary event found for error with errorCode" message and freeze there. My test never finish.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I may have do something wrong, just searching for an example somewhere and I've done a globak search for :&amp;nbsp; UNCAUGHT_BPMN_ERROR and found nothing…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 16:43:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/suggestions-for-high-level-system-monitoring/m-p/226420#M179550</guid>
      <dc:creator>sdeschenes</dc:creator>
      <dc:date>2016-01-08T16:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Suggestions for High Level System Monitoring</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/suggestions-for-high-level-system-monitoring/m-p/226421#M179551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If it's really important you cause that execution flow, I'd suggest looking through the code on github; that's what I did.&amp;nbsp; I was happy with the testing I was able to achieve with unit tests, and that I covered all "bad" sounding events was good enough for our scenario.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry I can't be of more assistance!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Rich&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 17:36:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/suggestions-for-high-level-system-monitoring/m-p/226421#M179551</guid>
      <dc:creator>richhanbidge</dc:creator>
      <dc:date>2016-01-08T17:36:10Z</dc:date>
    </item>
  </channel>
</rss>

