JBoss Community

What is responseHandler.waitTillDone(1000) suppose to do?

created by TC ONG in jBPM - View the full discussion

...

System.out.println("Hello");

responseHandler.waitTillDone(5000);

System.out.println("World");

...

 

Does it means:

Print "Hello", wait 5000ms, print "World"?

 

What is the affect to te processinstance?

Reply to this message by going to Community

Start a new discussion in jBPM at Community