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 made up my mind
yet on which one to replace my own; when i get to that part of the
rewriting i'll do a deeper check on code style.

but in any case, if goFlow seemed cleaner, i wouldn't worry too much
about code age.  on small projects (like most portable apps), i tend
to copy them and take on maintenance.  that's why my choice is more
about code style and not API or 'freshness'

-- 
Javier

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Designing a workflow engine on Django

2011-01-07 Thread Mo Mughrabi
Hi Javier,

yeah I saw goFlow, it looks pretty nice. My only concern is the update, if
you go to

http://code.google.com/p/goflow/downloads/list

<http://code.google.com/p/goflow/downloads/list>you notice it has not been
updated since 2008 and that is worrying. I don't know if anyone is still
maintaining the code, if it will work with 1.2 django..

Any ideas of alternative solutions?


Regards,

On Fri, Jan 7, 2011 at 7:01 PM, Javier Guerra Giraldez
wrote:

> On Fri, Jan 7, 2011 at 10:09 AM, Mo Mughrabi 
> wrote:
> > 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 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 are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Designing a workflow engine on Django

2011-01-07 Thread Javier Guerra Giraldez
On Fri, Jan 7, 2011 at 10:09 AM, Mo Mughrabi  wrote:
> 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 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 are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



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 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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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:
>
> > 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 es que no todos ignoramos lo
mismo.

Recuerda: El arca de Noe fue construida por aficionados, el titanic por
profesionales
-

--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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.djangoproject.com/wiki/GoFlow

--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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 engine for  
> python (or django)?

--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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 es que no todos ignoramos lo
mismo.

Recuerda: El arca de Noe fue construida por aficionados, el titanic por
profesionales
-

--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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 short
> description. I can read a tiny bit of French, but, pardon, it's way too much 
> for
> me.

I don't understand your problem: nearly everything's in English.

Perhaps you'd like to read the OpenFlow intro:
http://www.openflow.it/Documentation/documentation/OpenFlowIntroduction
As far as I understand GoFlow tries to be very close to OpenFlow.

But regarding myself:
Is this the right place to ask questions about GoFlow?

I'm just trying to create some kind of job tracker for my employer, a printshop.
The manager would like to assign print jobs to the printers,
bookbinders etc. and they should be able to get a list of their
assignments and mark them as active and done.

So we have:
- jobs/orders that may contain different parts (e.g. magazine content and cover)
- machines/workplaces that can do one action (e.g. print, fold,
collect, package, deliver)
- employees that may work at several machines/workplaces (=roles; e.g.
printers may work at different printing and embossing machines)
- activities depend on each other (e.g. cut paper, print part 1, print
part 2, collect...)
- every order may contain a different set of activities (e.g. only
print or full range magazine production or lettershop or ...)
- it would be nice if we could list assignments per workplace or per person

Is such possible to implement with GoFlow?
Maybe a document based workflow would be a better approach? (I'm
thinking of some JDF integration...)

Another difficulty may be that we need some kind of priorization and
time tracking, i.e. every order has some deadline, every action needs
some (pre-guessable) time, and the manager wants to be able to change
the priority of jobs, so that the work list order changes for every
workplace. Of course, if some activity is already running, he can't
change it - but the following steps.


Last week I found frePPLe (http://www.frepple.com), a production
planning library.  It also provides a django integration. I managed to
compile and install it on a spare Linux machine, but I simply don't
understand what it really does (or should do) and if it would fit my
needs...


Greetlings from Lake Constance,
Hraban

--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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 bit of French, but, pardon, it's way too much for
me.


Salut ;-)

Michael

-- 
noris network AG - Deutschherrnstraße 15-19 - D-90429 Nürnberg -
Tel +49-911-9352-0 - Fax +49-911-9352-100
http://www.noris.de - The IT-Outsourcing Company
 
Vorstand: Ingo Kraupa (Vorsitzender), Joachim Astel, Hansjochen Klenk - 
Vorsitzender des Aufsichtsrats: Stefan Schnabel - AG Nürnberg HRB 17689

--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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 this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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), and description
useage is necessary.


--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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 french)
> Dev trac:https://opensvn.csie.org/traccgi/openflow
>
> Take a look, your comments and ideas are welcome.
>
> Miloz


--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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


--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Workflow engine for python?

2007-01-04 Thread chasfs


google python workflow - http://www.google.com/search?q=python+workflow


--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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 Processes

Ok, simple. Now a User must be able to create a workflow of
Experiments throw a Process in order to process chained Experiments in
the right order. Each Process have his own order of Experiments. I
hope I'm clear, do not hesitate to ask me if it's not the case.

Any idea about this implementation will be really appreciated.

Cheers,
David

--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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 unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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
   If Fail
   - SendMail
   -- Run Process2
   -- Save To FTP
Done

Alwasy can be described as a tree.


--~--~-~--~~~---~--~~
 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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---