For what it's worth, these are the methods of SharedProcessSession used in the
solution listed above:
| public void saveSharedProcess(SharedProcess sharedProcess)
| public SharedProcess getSharedProcess(long sharedProcessId)
| public SharedProcess loadSharedProcess(long sharedProcessId)
| public SharedProcess getSharedProcess(ProcessInstance pi)
| public SharedProcess getSharedProcess(Token parentToken, String groupLabel)
| public Set getAvailableSharedProcesses(String processDefName, String groupLabel)
| public void createSharedProcess(ProcessInstance pi, String groupLabel, Token
startedByToken)
| public SharedProcess attach(Token parentToken, String processDefName, String
groupLabel, boolean createIfNoneAvailable)
| public void detach(Token parentToken, String groupLabel)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982704#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...