JAMS 6.x Help
ProcessFiles Class Properties


For a list of all members of this type, see ProcessFiles members.

Public Properties
 NameDescription
Public PropertyBodySets the child Activity.  
Public PropertyContinuous

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.

 
Public PropertyDisplayName (Inherited from System.Activities.Activity)
Public PropertyFilenameThe file that is currently being processed.  
Public PropertyId (Inherited from System.Activities.Activity)
Public PropertyPathSets the initial directory. If not set, the current working directory is searched.  
Public PropertyRecursiveWhen set to true, all subdirectories are also searched.  
Public PropertySearchPatternSets the file search pattern. The default is *.  
Top
Protected Properties
 NameDescription
Protected PropertyCanInduceIdleAllows the activity to induce idle. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivity)
Protected PropertyConstraints (Inherited from System.Activities.Activity)
Protected PropertyImplementation (Inherited from System.Activities.NativeActivity)
Top
See Also

Reference

ProcessFiles Class
MVPSI.JAMS.Activities Namespace