On 4/17/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > > I was wondering if pylons has support for a workflow engine, such as > authors to write documents, editors to approve and publish documents, > and managers to monitor activity and make sure everyone plays fair. > > It appears that pylons already has excellent web publishing features, > but workflow is very important when you are constantly changing > documents from a pool of about 15,000 documents. Does pylon have > support for such a feature?
Pylons is a Web app framework, whereas a workflow engine really belongs in a content management system. Plone has a workflow engine. If I needed one, that's what I'd use. Of course, if you're going to build your own workflow engine, building it on top of Pylons is reasonable. Best Regards, -jj -- "'Software Engineering' is something of an oxymoron. It's very difficult to have real engineering before you have physics, and there isn't anything even close to a physics for software." -- L. Peter Deutsch --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
