Question about Correlation set

There is a process: a proposer submit a claim, then it needs all the proposer's supervisors to approve, if any of them reject the request, the

claim will return to proposer and process terminates. If all the supervisors approve, the process can continue. I know after the correlation set is added to every receive node in the process, every node can receive only once a message and the process will move on to the next receive node after the last one has received one message,

what I should do if I want one node to receive messages multiple times(actually a loop including the node) util a required condition is true?

Thank you.

[656 byte] By [SpencerSa] at [2007-11-27 0:57:59]
# 1
If the receive that is accepting a message defines all the correlation sets as the "initiate=no", you can keep that receive in a while loop and keep accepting messages till your while condition lets you break out of it. won't that work for you?
kiran.bhumanaa at 2007-7-11 23:31:41 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...