Francesco Pietrobelli [
http://community.jboss.org/people/francesco.pietrobelli] created
the discussion
"Re: Basic API Question"
To view the discussion, visit:
http://community.jboss.org/message/625558#625558
--------------------------------------------------------------
Hi Diogo,
you can use the method
Collection<NodeInstance> getNodeInstances()
for example:
import org.jbpm.workflow.instance.WorkflowProcessInstance;
WorkflowProcessInstance
processInstance=(WorkflowProcessInstance)ksession.startProcess("processId");
Collection<NodeInstance> currentNodeInstances=processInstance.getNodeInstances();
in collection currentNodeInstances you'll find all active nodes of processInstance!
I have answered your question?
Francesco
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/625558#625558]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]