|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |
The File Poller process starter polls for files or directories with the given name and starts a process when the specified change (creation, modification, deletion) is detected.
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.
Note: The File Poller starts process instances based on the specified Sort By order, but the process instances may not complete in the same order. If you want to guarantee that processes start and complete in a given order, you must specify Max Jobs = 1 and enable the Activatation Limit field when you deploy your project. See TIBCO ActiveMatrix BusinessWorks Administration for more information about deploying projects.
See TIBCO ActiveMatrix BusinessWorks Process Design for more information about controlling the execution order of process instances and about XPath expressions.
The event that occurred to trigger the File Poller activity. The possible values are: create, remove, or modify.
|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |