Checklist progress
0/159Learned
MuleSoft Developer
Study Checklist
Checklist progress
0/159Learned
Apply correct processors/syntax to connect to databases, and predict outcomes
0/4
Apply correct processors/syntax to connect to files or FTP servers, and predict outcomes
0/2
Apply correct processors/syntax to retrieve and combine data in the middle of a flow, and predict outcomes
0/2
Prepare for the Exam
Study Community
Ask questions and get the latest info from other MuleSoft Developer studiers.
The On New or Updated File listener in File and FTP connectors polls directories to trigger flows when files appear or change. Post-processing options like `autoDelete` and `moveToDirectory` let you manage files after processing, but combining `autoDelete` with move operations causes the file to be deleted immediately after the flow finishes, leading to data loss. In clustered environments, the connector coordinates access to prevent duplicate processing, and you can restrict polling to the primary node.