Shobhit Tyagi [
https://community.jboss.org/people/roxy1987] created the discussion
"Re: Possible Bug: querying nodeInstanceLog by processId and nodeId does not
work"
To view the discussion, visit:
https://community.jboss.org/message/809368#809368
--------------------------------------------------------------
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/809368#809368]
Start a new discussion in jBPM Development at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]