After a lengthy absence from the BizTalk Community, the BizTalk Scheduled Task Adapter is once again available. Greg Forsythe has kindly made it available at http://www.codeplex.com/BizTalkScheduledTask, together with the source code for this adapter.
For those who are not aware of this adapter: through the use of this adapter on a receive location you are able to schedule the creation of a message into the BizTalk message box, which can then be used to start a BizTalk process. The scheduling options are flexible, allowing for a daily, weekly or monthly schedule to be created. Configuration of the adapter provides for a selection of three standard tasks to take place once the scheduled time is reached:
In addition to the standard tasks, custom tasks can also be created by creating any .NET class that implements the appropriate interface.
PingBack from http://microsoftnews.askpcdoc.com/?p=3680
Can this adapter work with RSS feed?
Does this adapter work with biztalk 2009?
Jenny ... yes, the adapter does work in 2009.
I would like to create custom task that can be called from STA.
Please provide me details or samples that can be looked at.