JBoss Community

Re: Does jBPM5 Start Process and Event handling block current thread?

created by Esteban Aliverti in jBPM - View the full discussion

Every time you interact with a process: start it, signal it, complete a work item, etc., you are using the calling thread to do it. Each of those methods will execute all the possible nodes using the current thread until it reaches a wait-state or the end of the process.

 

Best Regards,

Reply to this message by going to Community

Start a new discussion in jBPM at Community