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

Reply via email to