[jboss-user] [JBoss jBPM] - Re: Ending tasks manually

frinux do-not-reply at jboss.com
Wed May 27 11:41:43 EDT 2009


One strange thing I noticed: when I try to know the active node, I'm doing:
Token currentToken = processInstance.getRootToken();
Node currentNode = currentToken.getNode();

The strange thing is that the token is not null, but every value of its properties is null:

currentToken	Token_$$_javassist_187  (id=160)	
  | 	children	null	
  | 	comments	null	
  | 	end	null	
  | 	handler	JavassistLazyInitializer  (id=183)	
  | 	id	0	
  | 	isAbleToReactivateParent	true	
  | 	isSuspended	false	
  | 	isTerminationImplicit	false	
  | 	lock	null	
  | 	name	null	
  | 	nextLogIndex	0	
  | 	node	null	
  | 	nodeEnter	null	
  | 	parent	null	
  | 	processInstance	null	
  | 	start	null	
  | 	subProcessInstance	null	
  | 	version	0	
  | 

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

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



More information about the jboss-user mailing list