Re: Designing a workflow engine on Django

2011-01-07 Thread Javier Guerra Giraldez
On Fri, Jan 7, 2011 at 11:57 AM, Mo Mughrabi wrote: > Any ideas of alternative solutions? sure, a quick googling gives at least: https://github.com/maaku/django-workflow http://pypi.python.org/pypi/django-workflows the last one at least seems quite active. I haven't

Re: Designing a workflow engine on Django

2011-01-07 Thread Mo Mughrabi
t; If am reinventing the wheel and if there is such thing that has been > > developed already, any one can suggest, I would be more than happy to go > > through it. > > yes, there are a few ones around there. (as i found after realizing > that what i had just programmed was a w

Re: Designing a workflow engine on Django

2011-01-07 Thread Javier Guerra Giraldez
s i found after realizing that what i had just programmed was a workflow engine :-)) one that seems ok is GoFlow (http://code.google.com/p/goflow/). i haven't used it but read the API and code and plan to (soon?) replace my own with it. -- Javier -- You received this message because you

News about GoFlow (workflow engine for django)

2008-03-30 Thread MiloZ
Some interesting new features: - fast user switch in debug/test mode - simulation mode with no code - refactoring Try it (again). Don't hesitate asking questions in the FAQ (http:// code.djangoproject.com/wiki/goflow%3AFAQ) --~--~-~--~~~---~--~~ You received

Re: Workflow engine

2007-10-17 Thread Lic. José M. Rodriguez Bacallao
yes, something like that!!! On 10/17/07, Tim Perrett <[EMAIL PROTECTED]> wrote: > > > When you say 'workflow', do you mean like a JBPM type thing, but in > python? > > Cheers > > TP > > > On 17 Oct 2007, at 14:07, Lic. José M. Rodriguez Bacallao wrote: &

Re: Workflow engine

2007-10-17 Thread Sam Tran
On 10/17/07, Lic. José M. Rodriguez Bacallao <[EMAIL PROTECTED]> wrote: > hi folks, I need a workflow engine to use with a django web site I'm > implementing, does anyone know a good workflow engine for python (or > django)? > http://code.djangoproje

Re: Workflow engine

2007-10-17 Thread cjl
Check out: http://code.djangoproject.com/wiki/goflow:FAQ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from

Re: Workflow engine

2007-10-17 Thread Tim Perrett
When you say 'workflow', do you mean like a JBPM type thing, but in python? Cheers TP On 17 Oct 2007, at 14:07, Lic. José M. Rodriguez Bacallao wrote: > hi folks, I need a workflow engine to use with a django web site > I'm implementing, does anyone know a good workflow

Workflow engine

2007-10-17 Thread Lic. José M. Rodriguez Bacallao
hi folks, I need a workflow engine to use with a django web site I'm implementing, does anyone know a good workflow engine for python (or django)? -- Lic. José M. Rodriguez Bacallao Cupet - Todos somos muy ignorantes, lo que ocurre

Re: GoFlow: a workflow engine for django, available now as a django contrib

2007-09-26 Thread Henning Hraban Ramm
2007/9/25, Michael Radziej <[EMAIL PROTECTED]>: > > You can here dowload the workflow engine contrib; a demo django > > project is included > > http://django-goflow-en.blogspot.com/ > Oops, French-- > It would be very nice to have an English description, at least a s

Re: GoFlow: a workflow engine for django, available now as a django contrib

2007-09-25 Thread Michael Radziej
On Mon, Sep 24, MiloZ wrote: > > You can here dowload the workflow engine contrib; a demo django > project is included > http://django-goflow-en.blogspot.com/ Oops, French-- It would be very nice to have an English description, at least a short description. I can read a tiny b

GoFlow: a workflow engine for django, available now as a django contrib

2007-09-24 Thread MiloZ
You can here dowload the workflow engine contrib; a demo django project is included http://django-goflow-en.blogspot.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to

Re: GoFlow: a workflow engine for django

2007-08-22 Thread Pigletto
Seems that is what I need (!) but as CorbeChen already stated there should be some docs in English too. In general I took a look at demo, but I'm not sure how should I start using workflow engine in my apps. Short 'How to' (in english) about installation, including download link (or svn path

Re: GoFlow: a workflow engine for django

2007-08-21 Thread CorbeChen
excellent! but almost us only read englist, pls translate you doc to englist! On 8月21日, 上午6时01分, MiloZ <[EMAIL PROTECTED]> wrote: > Hi, > I'm just starting a workflow engine for django, based on Zope2 > openflow product. > > Home:http://django-goflow.blogspot.com/(in fre

GoFlow: a workflow engine for django

2007-08-20 Thread MiloZ
Hi, I'm just starting a workflow engine for django, based on Zope2 openflow product. Home: http://django-goflow.blogspot.com/ (in french) Dev trac: https://opensvn.csie.org/traccgi/openflow Take a look, your comments and ideas are welcome. Miloz

Re: Workflow engine for python?

2007-01-04 Thread David Larlet
2007/1/4, mamcxyz <[EMAIL PROTECTED]>: Any docs about how write a workflow engine then? I'm really interested in this topic, I had to create a workflow too and I haven't any experience about that. Here is what I need: * a User can create Experiments * a User can create Process

Re: Workflow engine for python?

2007-01-04 Thread mamcxyz
Any docs about how write a workflow engine then? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubs

Workflow engine for python?

2006-11-09 Thread mamcxyz
Exist a workflow engine for python as http://wf.netfx3.com/? I don't need a User GUI because is for plug it into a web service I'm working on django. The workflow is pretty simple and work similare to: Start -- Get File -- Run Process1 In parallel: - Run Task1 - Run Task2