Forums / Developer / Workflow

Workflow

Author Message

justin kazadi

Friday 12 June 2009 1:59:37 am

Hi,
on my web site , i want to send an email to admin when the content are created in front office. so i have find the extension " workflow(even)" . i try to use it on my Ez 4.0.1 but i can see the information(even) in the list of the evens. is this extension compatible with 4.0.1?. i have read this doc http://serwatka.net/contribs/information_event. If this extension isn't compatible 4.0.1 , how to send email to admin after creation of content in front office.

The theory is when we know everything and nothing works.
The practice is when everything works and nobody knows why.
If the practice and theory are met, nothing works and we do not know why.

Albert Einstein

Luis Micunco

Wednesday 05 August 2009 3:20:28 am

You can use notification system!
Login as "admin" to your admin interface

Go to:
http://YOUR_SITE/YOUR_ADMIN_INTERFACE/notification/settings

Subscribe to root node ("Home") by adding subtree to notification elements and thats it.

Configure cron to run this every 15-20 minutes:
php runcronjobs.php frequent

This will look for new published/edited objects and send a notification to subscribed users.