Hi,
I am creating a workflow which must remove the log files in a certain location on one of the servers we monitor.
I only want to remove the .log files, and created a delete file step and added the following code inside of it: E:\New Folder\*.log
I get the following error when I try to execute the workflow:
Task failed, output is :
And that is all. If I add a specific file name it works correctly. In the post titled Wildcards in workflow it was stated that wildcards will be added.
Am I doing something wrong or is this not supported.