The Input parameter Pattern states in it's examples that regex is used. The Task doesn't use regex but pattern matching. This needs to be corrected to the documentation. Also the pattern matching documentation needs to be added.
Incorrect:
test.txt, test*.txt, test?.txt, test.(txt|xml), test.[^t][^x][^t], <regex>^(?!prof).*_test.txt
Correct:
https://github.com/FrendsPlatform/Frends.File?tab=readme-ov-file#pattern-matching
Also the star characters in FileExistsAction seems to break the documentational page https://tasks.frends.com/tasks/Frends-Files-Copy/
The Input parameter Pattern states in it's examples that regex is used. The Task doesn't use regex but pattern matching. This needs to be corrected to the documentation. Also the pattern matching documentation needs to be added.
Incorrect:
test.txt, test*.txt, test?.txt, test.(txt|xml), test.[^t][^x][^t], <regex>^(?!prof).*_test.txt
Correct:
https://github.com/FrendsPlatform/Frends.File?tab=readme-ov-file#pattern-matching
Also the star characters in FileExistsAction seems to break the documentational page https://tasks.frends.com/tasks/Frends-Files-Copy/