Jett Gamboa [https://community.jboss.org/people/jett] created the discussion

"Re: How to store process definition to the database in jBPM5?"

To view the discussion, visit: https://community.jboss.org/message/743409#743409

--------------------------------------------------------------
Although we're technically not storing it on a database per se, what we do 
right now is store the process definition in a document management system ( 
Alfresco in our case). The DMS allows us the capability of versioning of the 
bpmn files. When a process is instantiated, we call a service that pulls the 
definition with a particular version.

The DMS also allows users who edit these definitions a facility for 
collaboration.

IF had to store it in a DB, I would probably store it in BLOB field with 
another field indicating the version of the process.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/743409#743409]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to