Maciej Swiderski [https://community.jboss.org/people/swiderski.maciej] created 
the discussion

"Re: waitTillDone"

To view the discussion, visit: https://community.jboss.org/message/827043#827043

--------------------------------------------------------------
waitTillDone is usually used in unit testing to wait for response from task 
server as the communication is done asynchronously so it makes sense to wait 
for it until proceeding with next steps of the test. It production environment 
it should not be used as it completely breaks the concept of asynchronous 
integration making it synchronous.

Replacing it with that looks introduces risk of infinite loop in case something 
goes wrong that's why waitTillDon accept argument of how long it should wait 
for the response.

HTH
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/827043#827043]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to