I have an orchestration that gets activated by a msg in a q. After its done some processing it calls another webservice and (the webservice returns nothing). Then i have to wait for another msg to appear in another q to continue processing. This calls for 2 activate shapes in the orchestration. which is not possible. How can this be done.
It’s not possible to have 2 Activates inside an Orchestration.
You need to either have 2 separate Orchestration or you need to tell the 2nd message what instance of an already running Orchestration it needs to get routed back to.Make sense?
It almost sounds like you have 2 separate processes.
Author
Posts
Viewing 1 reply thread
The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.