Maciej Swiderski [
http://community.jboss.org/people/swiderski.maciej] replied to the
discussion
"Failure in ignaling a state in a process which has timer"
To view the discussion, visit:
http://community.jboss.org/message/552611#552611
--------------------------------------------------------------
I don't think it is a bug, you can signal such wait state, you just need to look up
for it first.
String executionId = processInstance.findActiveExecutionIn("wait
state").getId();
and the use this executionId when signaling. Timer will be destroyed as well.
HTH
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/552611#552611]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]