| Mikip 2004-05-30, 10:47 am |
| Hi,
I have an orchetration with 2 branches in a parallel shape. Each branch runs
a loop which has a receive shape inside. In scenario A, these loops are not
in a scope and the loop condition is infinite (true) - Everything works
fine - both receive shapes constantly are waiting for messages.
Scenario B - I want to control the loops via a couple of variables so I need
to put the loops inside a scope which is synchronised thus allowing use of
these variables however now, although the first loop works fine and the
receive shape get initialised, the second receive shape does not get past
the loop condition. If I use Orchestration Debugger, I can see the loop is
reached but the following receive shape is not.
Has anyone got any clues as to why the first loop inside the synchronised
scope still works but the second one is no longer reached.
Any clues gratefully accepted.
Mike
|