You can do error handling in EasyMorph:
- Move downloading from FTP into a separate module. To make it more reusable, set the file path/name and connector as module parameters.
- Use the "Call" action in the "Capture errors" mode. In this mode the "Call" action doesn't fail if the called module fails. Instead, it returns a list of errors.
- Use conditional branching (e.g. the "Skip" action) to have a different logic if the list of errors is not empty.
