Configuration

The Configuration tab has the following fields.

Field

Global

Var?

Description

Name

No

The name to appear as the label for the activity in the process definition.

Description

No

Short description of the activity.

File Name

Yes

The path and name of the file to poll for. You can use the Browse button to locate an existing file.

You can also use wildcards to monitor a directory for files that match the given specification. For example, C:\files\*.log would match any change to a file in the files directory with an extension of .log.

Polling Interval (sec)

Yes

Polling interval (in seconds) to check for changes in the specified file.

Include Existing Files

Yes

Check for the file among the files that existed before the process engine started running.

When this field is checked, if an existing file matches the specification in the File Name field when a process engine starts, then the Wait for File Change activity accepts that file as changed and proceeds to the next activity.

If this field is not checked, any existing files that match the specification in the File Name field are ignored until there is some change in the file.

Exclude File Content

Yes

Specifies not to load the data from the file into this activity’s output. If this field is checked, the contents of the file are not available to subsequent activities in the process definition.

Content as

Yes

The type of content in the file. Can be either text or binary.

Encoding

Yes

The character encoding for the file.