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
-~--~~~~--~~--~--~---