Automatically Delete Files from FileServer when deleting DB entry

1
Hi All,   Following scenario: I have a list of objects (inherented from System.FileDocument) which I delete using the Delete activity in a microflow. They get succesfully deleted from the DB but somehow the actual files remain in the file server.   I’ve built a test case also on localhost with the built-in database and all folders remain visible after deletion in the [%MyProjectPath%]\deployment\data\files path. Is there a way to keep my file server clean? Best Regards, Frederik
asked
1 answers
0

You could run a clean deployment files action.

answered