Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: dhrobertsonHi ,
I am using a Filter node to clean up files at the end of a graph run... my filter node uses the deletefile function to remove the files.
There should not be a reason for the files it is trying to delete, to not be there, but... I would like the node to "succeed" whether files exist or not.
Is there a way I can emit a success code statement so that the node does not "fail" if it does not find any/all files?
It wold be good for the node to always have a green tick otherwise the runs may say failed even though they are fine.
thanks
Doug