[jboss-dev-forums] [jBPM Development] - Re: Not able to get the Node Name

Shobhit Tyagi do-not-reply at jboss.com
Fri Apr 19 19:12:24 EDT 2013


Shobhit Tyagi [https://community.jboss.org/people/roxy1987] created the discussion

"Re: Not able to get the Node Name"

To view the discussion, visit: https://community.jboss.org/message/809367#809367

--------------------------------------------------------------
You can use the following code : 


Process process = kbase.getProcess(processDefId); // use kbase loaded with the process definition name.
for (Node node : ((WorkflowProcessImpl) process).getNodes())
{
    logger.log(node.getName());
}
--------------------------------------------------------------

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

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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20130419/e7eef4e4/attachment.html 


More information about the jboss-dev-forums mailing list