JDBCWorkflowFactory
"Philipp Hug" <[email protected]>
| Newsgroups | gmane.comp.java.open-symphony.devel |
|---|---|
| Message-ID | <029501c31944$e6ce5be0$522210ac@chimera> |
I wrote a little class to store workflow definitions in a jdbc database. The implementation is very simple at the moment: Currently I'm just storing the XML file in a blob. This is the HSQLDB "create table" command: CREATE CACHED TABLE OS_WORKFLOWS(WF_DEFINITION BINARY,WF_NAME VARCHAR(256) NOT NULL PRIMARY KEY) Features planned: versioning support, find alternative to storing xml directly delete function Is anyone interested in having this class in oswf cvs? philipp
JDBCWorkflowFactory.java
(application/octet-stream, 10.1 KB) - not displayed