I'm building a workflow that should always continue if the error File used by other process occurs.
Error: Input Data (34): Error opening the file "[location/name]": The process cannot access the file because it is being used by another process. (32)
the file i'm accessing is a log file that if it is being written to (by other proces) the workflow i'm building should continue with default values if the log file is still in use by the other process.
I'm wondering if this is possible.