Name | Description | |
---|---|---|
ProcessFiles Constructor | Default Constructor |
The following tables list the members exposed by ProcessFiles.
Name | Description | |
---|---|---|
ProcessFiles Constructor | Default Constructor |
Name | Description | |
---|---|---|
ContinueExecution | Defaults to true. Can be set to false to stop execution. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivity) |
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. | |
DisplayName | (Inherited from System.Activities.Activity) | |
Filename | The file that is currently being processed. | |
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 *. |
Name | Description | |
---|---|---|
CanInduceIdle | Allows the activity to induce idle. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivity) | |
Constraints | (Inherited from System.Activities.Activity) | |
Implementation | (Inherited from System.Activities.NativeActivity) |
Name | Description | |
---|---|---|
ResumeCommandBookmark | Resumes a bookmark created when starting an Activity. Supported responses are Release or Skip. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivity) | |
ToString | (Inherited from System.Activities.Activity) |
Name | Description | |
---|---|---|
Abort | (Inherited from System.Activities.NativeActivity) | |
CacheMetadata | Overloaded. Overridden. Caches Activity Metadata and Implemenation Variables | |
Cancel | (Inherited from System.Activities.NativeActivity) | |
Execute | Overridden. Gets a list of files to be processed and starts processing. | |
OnCreateDynamicUpdateMap | Overloaded. (Inherited from System.Activities.NativeActivity) | |
UpdateInstance | (Inherited from System.Activities.NativeActivity) |