I have a requirment to develop a Workflow Enactment Service. The Fundamental capabilities provided by the Workflow Enactment Service revolve around the management of Process Specifications and the execution of Process Instances. Process Specification will be encoded using XML-based structures.
I don't have much knowledge about Work Flow Management. Could any body help me in designing a J2EE based architecture for Workflow Enactment Service.
-
Architecture For Work Flow Enactment Service (2 messages)
- Posted by: anup sahu
- Posted on: February 07 2006 02:27 EST
Threaded Messages (2)
- Architecture For Work Flow Enactment Service by Kit Davies on February 08 2006 10:31 EST
- Architecture For Work Flow Enactment Service by Kit Davies on February 08 2006 10:35 EST
-
Architecture For Work Flow Enactment Service[ Go to top ]
- Posted by: Kit Davies
- Posted on: February 08 2006 10:31 EST
- in response to anup sahu
I have a requirment to develop a Workflow Enactment Service. The Fundamental capabilities provided by the Workflow Enactment Service revolve around the management of Process Specifications and the execution of Process Instances. Process Specification will be encoded using XML-based structures.I don't have much knowledge about Work Flow Management. Could any body help me in designing a J2EE based architecture for Workflow Enactment Service.
Anup,
Unless you really, really, REALLY want to roll your own, you will probably save yourself alot of time and effort reusing one of the many good open source workflow products already out there. There are alot of hidden details that make what should be a simple problem actually very complex.
You can find a list of candidates here.
HTH
Kit -
Architecture For Work Flow Enactment Service[ Go to top ]
- Posted by: Kit Davies
- Posted on: February 08 2006 10:35 EST
- in response to Kit Davies
Sorry, I should say that if you really, really, REALLY want to roll your own, then you should first read up on Petri Nets. This is a practical introduction using PHP though you should be able to translate it fairly easily.
Kit