Hi All,
I have an orchestration that has expressions etc in a scope shape. The
scope
have a catch block associated with it:
-------------------------------------------------
- -
- -
- Expression (Action 1) -
- -
- -
- Expression (Action 2) -
- -
- -
- Expression (Action 3) -
- -
- -
- Expression (Action 4) -
- -
-------------------------------------------------
- Catch -
- -
- Expression(log error) -
- -
- -
- Suspend -
- -
-------------------------------------------------
If a system error occurs I log the error to the event log etc and the
orchestration is suspended.
Whern i resume the orchestration in the Biztalk Administrator tool, it
does
not re-run the orchestration
from the begining, i.e. action 1. If i add break points I see that it
starts
from after the suspend shape.
Question:
How do I make it start from the begining, i.e. replay everything again. I
do
not really want
to make the whole thing Atomic. Can you please tell me what my options
are.
Your help will be greatly appreciated.
Thanks,
Jim