-
Notifications
You must be signed in to change notification settings - Fork 99
Closed
Description
Area
Area/FileIntegration
Problem
The FTP listener currently re-processes files in the monitored folder during every polling interval unless they are manually moved or deleted. This leads to redundant processing and requires manual boilerplate logic within the service.
Proposed Solution
Introduce built-in configuration to handle files after the onMessage resource is invoked.
-
Actions: Support MOVE and DELETE.
-
Triggers: Configure separate actions for Success and Error scenarios.
-
Destination: Specify processedPath and errorPath.
Proposed Solution
WIP
Alternatives
No response
Version
No response
Reactions are currently unavailable