Diego V. Martinez replied to Dan Rosanova
26-Nov-09 09:16 PM
Hi Dan, I would like to ask you how do you handle errors in the child
orchestration.
I am using a Sequential Convoy Main Orchestration and when this orchestration
suspends for any reason, it suspends the other messages that're waiting to be
processing too (are waiting in the orchestration work queue).
That's OK, but if I terminate the orchestration (because I cannot resume the
message with the problem), all the other messages are lost (the one with the
error and all the others waiting to be processed)! This is not OK for me.
I suppose that having a child orchestration with self correlating as you
said, the behavior is the same.
Any idea or workaround?
Thanks in advance,
Diego