JBoss Community

Re: Not able to get the Node Name

created by Shobhit Tyagi in jBPM Development - View the full discussion

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

Start a new discussion in jBPM Development at Community