GoFlow: a workflow engine for Django
News:
- 28/04/08 project hosted on google code
- 20/03/08 workflow simulation without coding.
- 12/03/08 rev 14 refactoring: split models (static/dynamic)
- older news ...
download
obsolete
- download page
- svn co https://opensvn.csie.org/goflow/trunk/goflow goflow
Getting started
- Slides: powerpoint | OOo
svn co https://opensvn.csie.org/goflow/trunk/goflow goflow cd goflow/testgoflow python manage.py syncdb –pythonpath=../.. python manage.py runserver –pythonpath=../..
goflow sources
- goflow: workflow engine component for django
- workflow: static models (django application)
- instances: dynamic models (django application)
- testgoflow: test project (django project)
- leavedemo: leave demo (django project)
- leave: leavedemo application deployment (fastcgi)
playing with workflow without a line of code
- It is possible (simulation mode)
- just leave the application field blank in all activities of the process: the default application is a simulator
- add a role (group) with the same name as the process, and with the can_instantiate permission
- start the simulation from the dashboard
- see testgoflow project, process question_process, dashboard
Sites
- Goflow (french) blog (pas à jour)
- Leave demo online
- svn (goflow trunk)
- OpenFlow site, activity-based workflow management system presentation
- contact: goflow(at)alwaysdata.net
