I don't think you want to signal the node the process is in. I think you want
to complete the task.
That way, you will either loop back around and create a new task or you will
finish the process.
If you single a node, it will do what you ask it to and move on. It assumes
you know what your
Thanks for the info. That's what I thought was happening, but wanted to be
sure.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941946#3941946
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941946
--
I checked out the latest head version of jbpm.3 and the build process has
changed since the last time I did that.
The readme.html file in the build directory does not give me enough information
to set the following properties correctly:
# REPOSITORY LOCATION PROPERTIES
local.repository.cvs.roo
I looking at jBPM as a replacement for statefull business processes in Weblogic
Integration (WLI). WLI has terrible support for incremental development for
statefull business processes. They basically serialize the entire process
object into a blob and shove it into the database.
One of attra