Home Page › Forums › BizTalk 2004 – BizTalk 2010 › create a blank .flag file when a file is picked up. › Re: create a blank .flag file when a file is picked up.
January 25, 2010 at 8:48 AM
#24129
Then you will need to write a pipeline component. There is a simple example of a pipeline component in the BizTalk Install directory at SDK\Samples\Pipelines\CustomComponent.
Also, here is a pretty good online tutorial..
Your code to write out this .flag file is going to most likely end up in the Execute method of your pipeline component.
-Ben