Schedule Biztalk Orchestration

Home Page Forums BizTalk 2004 – BizTalk 2010 Schedule Biztalk Orchestration

Viewing 1 reply thread
  • Author
    Posts
    • #16384

      Hi,

       Is it possible to schedule a BTS Orchestration based on certain conditions? For example, If a column of a database table says "Y" the orchestration should stop. (probably by a Win Service???) and when the column is "N" it should start functioning…any ideas?

       Prasanth

    • #16385

      One solution I see is to have a singleton orchestration that check your table column at desired intervals and then perform action according to Y or N flag…

      Or maybe you could have an SQL jobb that sends a XML message to a folder if the flag is N, this will trigger the orch. and you could monitor the table column flag and terminate the orch if it's Y…

      just some rapid ideas…

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