Which workflow engine should I chose for implementing a dynamic reconfiguration of workflows?

Posted by Raya on Stack Overflow See other posts from Stack Overflow or by Raya
Published on 2010-06-02T20:49:56Z Indexed on 2010/06/02 20:54 UTC
Read the original article Hit count: 210

I want to be able to interrupt a running workflow instance, say when a new activity is about to be invoked, and extract information both about the structure of the workflow and the data in the particular instance. Then I will consult with an external system and according to its response I will possibly alter the behaviour of the workflow. The options I would like to have are addition/removal of activities and altering parameters for the activities to be invoked.

I am currently struggling with the engine it's best to go with. I have looked at WWF, Apache ODE, Oracle Workflow and Active BPEL and as far as I understand they can all provide me with the options I need. I would really appreciate any recommendations on which one will be the easiest to work with for my purpose and any restrictions either of the above might have that would prevent me from reaching my goal.

Thanks

© Stack Overflow or respective owner

Related posts about Oracle

Related posts about apache