JBoss Community

Re: Which class executes the graph

created by Tobias Wittur in jBPM - View the full discussion

Thanks Mauricio for your help,

 

that means every nodeInstance knows the incoming and outgoing transition for the Node it was instantiated for and thereby invokes the execution of the next node itself?!

 

I just had a look at the nodeInstance interface, which has a getNode() function.

 

The Node interface then has a function getIncomingConnections() and getOutgoingConnections().

 

I just tried to dig deeper into the source code, but I ve troubles finding the implementation of this.

 

The api says that the inteface is in org.drools.runtime.process.

 

I just cloned the git repo.

 

Is this the right place to look for it?

C:\git\jbpm\jbpm-flow\src\main\java\org\jbpm\process

Reply to this message by going to Community

Start a new discussion in jBPM at Community