<div dir="ltr">hi Kai,<div><br></div><div>thanks for the note, the workflow is enabled now, i can see publish and release already. :)</div><div><br></div><div>just for everyone to know, im using the Opencms version 9.5.2 :).</div><div><br></div><div>would like to thank Chrisoph Kukulies and Michael Emmerich as well.</div><div><br></div><div><br></div><div>thanks everyone.</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jan 5, 2016 at 10:16 AM, Michael Emmerich <span dir="ltr"><<a href="mailto:m.emmerich@alkacon.com" target="_blank">m.emmerich@alkacon.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Just a short notice:<br>
<br>
The   <param name="notificationContent">/.content/workflow-notification.html</param> is not mandatory, if it is not set, the system uses the default file (/system/workplace/admin/notification/workflow-notification)  for generating the email. In fact, I never used a different one so far :)<br>
<br>
Kind regards<br>
Michael<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
Am 05.01.2016 um 17:00 schrieb Schliemann, Kai:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
sorry for the short explanation.<br>
Step 1:<br>
You have to put the following code into opencms-system.xml (put it at the bottom of the file just before the closing </system> tag):<br>
         <workflow class="org.opencms.workflow.CmsExtendedWorkflowManager"><br>
             <parameters><br>
                 <param name="workflowProjectManagerGroup">Administrators</param><br>
                 <param name="workflowProjectUserGroup">Users</param><br>
                 <param name="notificationContent">/.content/workflow-notification.html</param><br>
             </parameters><br>
         </workflow><br>
Step 2:<br>
Restart servlet container<br>
Step 3:<br>
Create a file of type xmlcontent as defined in param "notificationContent". Use a file from /system/workplace/admin/notification/ as template.<br>
<br>
That should be it.<br>
HTH<br>
Best regards<br>
Kai<br>
<br>
<br>
-----Ursprüngliche Nachricht-----<br>
Von: <a href="mailto:opencms-dev-bounces@opencms.org" target="_blank">opencms-dev-bounces@opencms.org</a> [mailto:<a href="mailto:opencms-dev-bounces@opencms.org" target="_blank">opencms-dev-bounces@opencms.org</a>] Im Auftrag von Christoph Kukulies<br>
Gesendet: Dienstag, 5. Januar 2016 16:06<br>
An: <a href="mailto:opencms-dev@opencms.org" target="_blank">opencms-dev@opencms.org</a><br>
Betreff: Re: [opencms-dev] Workflow Enable<br>
<br>
Am 04.01.2016 um 11:46 schrieb Schliemann, Kai:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
put this code in opencms-system.xml:<br>
<br>
      <workflow class="org.opencms.workflow.CmsExtendedWorkflowManager"><br>
         <parameters><br>
           <param name="Projectmanagers">the user group, responsible for publishing content. The users should have the role Projectmanager</param><br>
           <param name="Users">the group of users which has no publishing permission.</param><br>
           <param name="notificationContent">/.content/workflow-notification.html</param><!-file of type ContentNotification. You can configure the email, send to the Users / Projectmanagers here. --><br>
         </parameters><br>
      </workflow><br>
<br>
Best regards<br>
Kai<br>
<br>
</blockquote>
Hi Kai,<br>
<br>
could you explain where one can find the file of type ContentNotification? Is it in the New item dialog?<br>
<br>
--<br>
Chris Christoph P. U. Kukulies kukulies (at) <a href="http://rwth-aachen.de" rel="noreferrer" target="_blank">rwth-aachen.de</a> _______________________________________________<br>
This mail is sent to you from the opencms-dev mailing list To change your list options, or to unsubscribe from the list, please visit <a href="http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev" rel="noreferrer" target="_blank">http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev</a><br>
<br>
<br>
<br>
_______________________________________________<br>
This mail is sent to you from the opencms-dev mailing list<br>
To change your list options, or to unsubscribe from the list, please visit<br>
<a href="http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev" rel="noreferrer" target="_blank">http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev</a><br>
<br>
<br>
<br>
<br>
</blockquote>
<br></div></div><span class="HOEnZb"><font color="#888888">
-- <br>
Alkacon Software GmbH - The OpenCms Experts<br>
Michael Emmerich<br>
<br>
<a href="http://www.alkacon.com" rel="noreferrer" target="_blank">http://www.alkacon.com</a><br>
<a href="http://www.opencms.org" rel="noreferrer" target="_blank">http://www.opencms.org</a><br>
<br>
<br>
Geschäftsführer: Alexander Kandzior, Amtsgericht Köln, HRB 54613</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
_______________________________________________<br>
This mail is sent to you from the opencms-dev mailing list<br>
To change your list options, or to unsubscribe from the list, please visit<br>
<a href="http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev" rel="noreferrer" target="_blank">http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev</a><br>
<br>
<br>
<br>
</div></div></blockquote></div><br></div>