I am working on a simple workflow which checks if a directory exists or not and create it.
When i execute it, if the directory is not present It takes the error path and creates the directory.
This works fine, though it adds a error message to the log when the directory is not there
Is there a way to supress this?