Hi all,

I plan to use JBPM embedded in my application (sort of big loop making lots of 
signals according to conditions).

However, some of my workflows will need human input and therefore some web user 
interface (that has to be written in php ).

The workflow instances will be persisted to a DB (not hsql).

This web UI's use is to forward the instances that will be flagged as in the 
state "waiting for human input".

Those instances should not be used by my main app (while in this state) but 
only by the server side of the web UI thus avoiding concurrent modification.

I wonder how to notify the main app that the instances have been forwarded as 
they will exist in DB, in web app's RAM, in main app's RAM in the same time.

As it would not be performant to check status (from the DB) in the main app.

Has anyone done something like this ? 

Hints on the sharing of the workflows between two apps are welcomed.

Thanks

Jerome BATON

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955844#3955844

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955844

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to