[jboss-user] [jBPM] - Re: How do I get the Message Event EventType property field value?

byungwoojun do-not-reply at jboss.com
Wed Oct 26 08:41:30 EDT 2011


byungwoojun [http://community.jboss.org/people/byungwoojun] created the discussion

"Re: How do I get the Message Event EventType property field value?"

To view the discussion, visit: http://community.jboss.org/message/633674#633674

--------------------------------------------------------------
Thank you VERY much, Francesco!  It worked with a minor modification.  

eventNi.getEventNode().getType()


*for* (NodeInstance ni : myNodeInstances) {
     *if*(ni *instanceof* EventNodeInstance){
          EventNodeInstance eventNi=(EventNodeInstance)ni;
          System.out.println(*eventNi.getEventNode().getType());*
}
}

Thanks again.
bwj
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/633674#633674]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20111026/7c7755d4/attachment.html 


More information about the jboss-user mailing list