<?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 Users never get email notification when a worflow task is rejected (5.6) in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/users-never-get-email-notification-when-a-worflow-task-is/m-p/320393#M7394</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;In a serial workflow, users never get a notification email when a document is rejected, or when the workflow is aborted...&lt;/P&gt;
&lt;P&gt;The only thing that works fine is a correct notification for event "workflowTaskAssigned", ... but no notification email for other events.&lt;/P&gt;
&lt;P&gt;I tried to configure the notifications extension point for &lt;EM&gt;org.nuxeo.ecm.platform.ec.notification.service.NotificationService&lt;/EM&gt; (details below) but I can't get any email..
Any help will be appreciated. Thanks.&lt;/P&gt;
&lt;P&gt;Patrice
&lt;BR /&gt;/&amp;gt;&lt;BR /&gt;/&amp;gt;&lt;/P&gt;
&lt;HR /&gt;
&lt;P&gt;###my_site-notification-config.xml :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;require&amp;gt;org.nuxeo.ecm.platform.notification.service.NotificationContrib&amp;lt;/require&amp;gt;
&amp;lt;require&amp;gt;org.nuxeo.ecm.platform.comment.service.notification&amp;lt;/require&amp;gt;
&amp;lt;require&amp;gt;org.nuxeo.ecm.platform.comment.workflow.notification.service.NotificationContrib&amp;lt;/require&amp;gt;
&amp;lt;require&amp;gt;org.nuxeo.ecm.platform.notification.document.routing.NotificationContrib&amp;lt;/require&amp;gt;
&amp;lt;require&amp;gt;org.nuxeo.ecm.social.workspace.notifications&amp;lt;/require&amp;gt;
   ...
   ...
            
&amp;lt;extension point="notifications" target="org.nuxeo.ecm.platform.ec.notification.service.NotificationService"&amp;gt;
  ...
  ...

&amp;lt;!-- First disabling notifications to avoid twiced emails --&amp;gt;
&amp;lt;notification name="Workflow Change" enabled="false"&amp;gt;
      &amp;lt;event name="workflowNewProcessStarted"/&amp;gt;
      &amp;lt;event name="workflowProcessEnded"/&amp;gt;
      &amp;lt;event name="workflowProcessCanceled"/&amp;gt;
      &amp;lt;event name="workflowAbandoned"/&amp;gt;
      &amp;lt;event name="workflowTaskCompleted"/&amp;gt;
      &amp;lt;event name="workflowTaskRejected"/&amp;gt;
      &amp;lt;event name="workflowTaskAssigned"/&amp;gt;
&amp;lt;/notification&amp;gt;          
  ...
  ...

&amp;lt;!-- Then redefining notifications.
Changing autoSubscribed="false" to autoSubscribed="true"
for  &amp;lt;notification name="Workflow Change" ..../&amp;gt;  --&amp;gt;
    
&amp;lt;notification name="Workflow Change"
     enabled="true" availableIn="Workspace" autoSubscribed="true"
     subject="Évènement sur un Workflow"
     template="my_mail_workflow"
     label="label.nuxeo.notifications.workflow" channel="email"&amp;gt;
     &amp;lt;event name="workflowNewProcessStarted"/&amp;gt;
     &amp;lt;event name="workflowProcessEnded"/&amp;gt;
     &amp;lt;event name="workflowProcessCanceled"/&amp;gt;
     &amp;lt;event name="workflowAbandoned"/&amp;gt;
     &amp;lt;event name="workflowTaskCompleted"/&amp;gt;
     &amp;lt;event name="workflowTaskRejected"/&amp;gt;
     &amp;lt;event name="workflowTaskAssigned"/&amp;gt;
&amp;lt;/notification&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 02 Jul 2014 15:35:21 GMT</pubDate>
    <dc:creator>apx25_</dc:creator>
    <dc:date>2014-07-02T15:35:21Z</dc:date>
    <item>
      <title>Users never get email notification when a worflow task is rejected (5.6)</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/users-never-get-email-notification-when-a-worflow-task-is/m-p/320393#M7394</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;In a serial workflow, users never get a notification email when a document is rejected, or when the workflow is aborted...&lt;/P&gt;
&lt;P&gt;The only thing that works fine is a correct notification for event "workflowTaskAssigned", ... but no notification email for other events.&lt;/P&gt;
&lt;P&gt;I tried to configure the notifications extension point for &lt;EM&gt;org.nuxeo.ecm.platform.ec.notification.service.NotificationService&lt;/EM&gt; (details below) but I can't get any email..
Any help will be appreciated. Thanks.&lt;/P&gt;
&lt;P&gt;Patrice
&lt;BR /&gt;/&amp;gt;&lt;BR /&gt;/&amp;gt;&lt;/P&gt;
&lt;HR /&gt;
&lt;P&gt;###my_site-notification-config.xml :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;require&amp;gt;org.nuxeo.ecm.platform.notification.service.NotificationContrib&amp;lt;/require&amp;gt;
&amp;lt;require&amp;gt;org.nuxeo.ecm.platform.comment.service.notification&amp;lt;/require&amp;gt;
&amp;lt;require&amp;gt;org.nuxeo.ecm.platform.comment.workflow.notification.service.NotificationContrib&amp;lt;/require&amp;gt;
&amp;lt;require&amp;gt;org.nuxeo.ecm.platform.notification.document.routing.NotificationContrib&amp;lt;/require&amp;gt;
&amp;lt;require&amp;gt;org.nuxeo.ecm.social.workspace.notifications&amp;lt;/require&amp;gt;
   ...
   ...
            
&amp;lt;extension point="notifications" target="org.nuxeo.ecm.platform.ec.notification.service.NotificationService"&amp;gt;
  ...
  ...

&amp;lt;!-- First disabling notifications to avoid twiced emails --&amp;gt;
&amp;lt;notification name="Workflow Change" enabled="false"&amp;gt;
      &amp;lt;event name="workflowNewProcessStarted"/&amp;gt;
      &amp;lt;event name="workflowProcessEnded"/&amp;gt;
      &amp;lt;event name="workflowProcessCanceled"/&amp;gt;
      &amp;lt;event name="workflowAbandoned"/&amp;gt;
      &amp;lt;event name="workflowTaskCompleted"/&amp;gt;
      &amp;lt;event name="workflowTaskRejected"/&amp;gt;
      &amp;lt;event name="workflowTaskAssigned"/&amp;gt;
&amp;lt;/notification&amp;gt;          
  ...
  ...

&amp;lt;!-- Then redefining notifications.
Changing autoSubscribed="false" to autoSubscribed="true"
for  &amp;lt;notification name="Workflow Change" ..../&amp;gt;  --&amp;gt;
    
&amp;lt;notification name="Workflow Change"
     enabled="true" availableIn="Workspace" autoSubscribed="true"
     subject="Évènement sur un Workflow"
     template="my_mail_workflow"
     label="label.nuxeo.notifications.workflow" channel="email"&amp;gt;
     &amp;lt;event name="workflowNewProcessStarted"/&amp;gt;
     &amp;lt;event name="workflowProcessEnded"/&amp;gt;
     &amp;lt;event name="workflowProcessCanceled"/&amp;gt;
     &amp;lt;event name="workflowAbandoned"/&amp;gt;
     &amp;lt;event name="workflowTaskCompleted"/&amp;gt;
     &amp;lt;event name="workflowTaskRejected"/&amp;gt;
     &amp;lt;event name="workflowTaskAssigned"/&amp;gt;
&amp;lt;/notification&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 02 Jul 2014 15:35:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/users-never-get-email-notification-when-a-worflow-task-is/m-p/320393#M7394</guid>
      <dc:creator>apx25_</dc:creator>
      <dc:date>2014-07-02T15:35:21Z</dc:date>
    </item>
  </channel>
</rss>

