Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Running orchestration sequential › Re: Running orchestration sequential
August 30, 2010 at 11:37 AM
#25796
Hi Wolfgang,
Is the assembly returning any value when it’s being called from your orchestration? If not, then your orchestration will just proceed running the next steps in the flow without waiting for any checkpoint. You have to look into how your assembly is designed, and implement something similar to Delivery Notification property for logical Send Ports.
Daniel.