I\'m searching for a workflow library/framework for Python. I\'m astonished that there I cannot find anything which is simple and not attached to Zope/Plone.
Does a
I know there is an openerp, but it's not workflow.....
Besides GoFlow (linked in Oli's answer) the only other Django workflow I know of is part of the Pinax project.
More generally for Python based workflows there is spiff workflow and Dave Kuhlman's Workflow and REST How-to that could probably be converted from Quixote to Django.
Another workflow project that I saw recently was repoze.workflow, which is a state-machine based workflow engine which was inspired by plone, but is a clean re-implementation.
http://svn.repoze.org/repoze.workflow/trunk/docs/index.rst
Not exactly sure how production ready it really is, but I do know some people that are using it.
ntoll's workflow for django is alpha, but is actively developed
There is also Xworkflows ( https://github.com/rbarrois/xworkflows/ ) and it's pluggable to django with django-xworkflofws ( https://github.com/rbarrois/django_xworkflows )
Try GoFlow, a workflow engine for Django.