Add property if there is a kind of file

sometimes when i use this activity im facing an error because it detects that temporary file (tmp) is downloading but actually wants the later document it must be a pdf or zip etc…

addind this property if we know what kind o file is should fix it.

image

Looks like this is a poorly designed activity. It should take the specific filename as a property, not just a folder. Your best bet here is going to be a retry that looks for the specific file to exist. Even just having a property for type of file isn’t going to work well. What if multiple files are being downloaded to one folder? Specifying the exact path and filename in this activity is the correct solution.

Thanks for your feedback. We have plans to support extensions or files as input.

1 Like