-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.3.1
-
Component/s: Notifications
-
Environment:Linux Ubuntu 8.04 Lts, PostgreSQL 8.3, Jboss
-
Tags:
Doing a subscription contribution as follows everything works fine except for the "workflowProcessEnded" event, looking at the code, it seems that the event is never thrown.
<notification name="Workflow Change" channel="email" enabled="true" availableIn="Workspace"
autoSubscribed="false" template="workflow" subject="Workflow event" label="label.nuxeo.notifications.workflow">
<event name="workflowNewProcessStarted"/>
<event name="workflowProcessEnded"/>
<event name="workflowAbandoned"/>
<event name="workflowTaskCompleted"/>
<event name="workflowTaskRejected"/>
<event name="worfklowTaskAssigned"/>
</notification>