Suspend Shape Questions



Hello all,
I am developing a manual retry pattern, involving a collection of
shapes including some delay shapes for controlling retries, some scopes
for error handler and some variables to control these. Finally i want
to implement a Suspend Shape when all retries are exhausted.

The orchestration is becoming suspended, as i can see in the bts2k6
admin, it says it is suspended but resumable, and i resubmit the
instance from there and i am expecting to reprocess the service
orchestration from the point of failure which is the scope i've
declared.

When i resume the instance, it is supposedly get on work again, but
when i check the hat the instance is still running, and in the
orchestration debugger is reached only the suspend shape but ignoring
the resubmitting part.

The instance is kept active all the way, it never completes its work
eventhough i resumed the instance and make sure no errors raised, so i
expect after resubmitting it appears as completed. I have to terminate
manually the instance. I must mention that it is erased from the
suspended instances, but it is in the active and therefore i cannot
undeploy or anything.

How does the suspend shape works ? If any, where will be resumed, from
the point if failure or from the beginning of the orchestration/scope ?

Thank you in advance !!

.



Relevant Pages

  • Suspend Shape (?)
    ... shapes including some delay shapes for controlling retries, some scopes ... for error handler and some variables to control these. ... to implement a Suspend Shape when all retries are exhausted. ... The orchestration is becoming suspended, as i can see in the bts2k6 ...
    (microsoft.public.biztalk.general)
  • Re: Suspend Shape (?)
    ... Conversation: Suspend Shape ... Do you know what happens when using a long running scope and suspend ... After resuming, the orchestration debugger ... expect after resubmitting it appears as completed. ...
    (microsoft.public.biztalk.general)
  • Re: Suspend Shape (?)
    ... Do you know what happens when using a long running scope and suspend ... shape, the seconds shows a suspend shape and then an expression shape, ... After resuming, the orchestration debugger ...
    (microsoft.public.biztalk.general)

Loading