Name | Description | |
---|---|---|
Body | Sets the child Activity. | |
Continuous | When set to true, the activity will run continuously, even when there are no matching files. When there are no matches, the activity waits until a file arrives. When set to false, the activity completes when there are no matching files. Make sure that your workflow does something to the matching files so that they no longer match. Otherwise, you will create a loop. | |
DeleteAfterProcessing | When true, files will be deleted after being processed. | |
DisplayName | (Inherited from System.Activities.Activity) | |
Id | (Inherited from System.Activities.Activity) | |
Path | Sets the initial directory. If not set, the current working directory is searched. | |
Recursive | When set to true, all subdirectories are also searched. | |
SearchPattern | Sets the file search pattern. The default is *. | |
Variables |