PARAM: Source directory/file name = /data/Automic/release/SHP/3.0.0/*
...
INFO: /data/Automic/release/SHP/3.0.0/* is checked for being a dir/file and if it exist
INFO: ISDIR(0) ISFILE(1) EXIST(1)
...
File /data/Automic/release/SHP/3.0.0/* doesn't exist
file-system-tool: INFO: Return code: 1
In the pre-check results the file is found, ISFILE(1) EXISTS(1). However, when the action is finally executing the copy, it returns "File /data/Automic/release/SHP/3.0.0/* doesn't exist" and exits with a return code of 1.