Create Orchestration which runs every hour Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Create Orchestration which runs every hour This topic has 2 replies, 1 voice, and was last updated 9 years, 2 months ago by community-content. Viewing 1 reply thread Author Posts June 25, 2009 at 8:52 AM #22719 community-content Is it possible to make orchestration which runs every hour one time? I can’t find any timer control in BizTalk shapes? What is correct way to do that? Thanks June 25, 2009 at 12:26 PM #22721 community-content An orchestration will only start on the receipt of a message, unless it is called from another orchestration.You need to send a trigger message every hour. Here is one way of doing that: http://biztalkscheduledtask.codeplex.com/ December 26, 2012 at 4:48 AM #25952 community-content Check This Author Posts Viewing 1 reply thread The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies. Log in / Register