Dehydrated Orchestrations

Home Page Forums BizTalk 2004 – BizTalk 2010 Dehydrated Orchestrations

Viewing 1 reply thread
  • Author
    Posts
    • #14056

      Is there a way (through scripts or something else), to kill dehydrated orchestrations if they are not resumed after a certain period of time?

      Thanks in advance

    • #14057

      The proper thing to do is to code this in the orchestration.
      Wrap the receive with a \”Listen\” shape, and in the other branch of the listen, add a Delay shape, set to the appropriate number of days/hours/minnutes. If the delay happens before the receive, that branch will run, and you can softly end the orchestration, or terminate it with an error.

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.