Hello -- I have created a simple process that contains invocations of other Java classes
via a node's ActionHandler implementation. This is a business process needs to be
saved on creation, and saved on completion / exit. My question is this: is it typical to
save processes in the code invoking the signaling of the process (i.e. the wrapping code),
or is it typical to save processes in the ActionHandlers and code within the process
itself? Are there negative ramifications to saving a process withiin the code of the
process itself?
Thanks!
Brad
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958909#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...