optimajet / WorkflowEngine.NET

WorkflowEngine.NET - component that adds workflow in your application. It can be fully integrated into your application, or be in the form of a specific service (such as a web service).
https://workflowengine.io
892 stars 249 forks source link

How to delete the temp files that generated by workflow instance. #69

Closed jerrylisuzhou closed 3 years ago

jerrylisuzhou commented 3 years ago

In fact , I use the workflow.engine for a long time and found no disk space in disk C. Finally , we found in account temp directory , there are many many temp files that generated by workflow . When workflow instance start , it will create new files always. so how to delete them safety ? I am not sure if your framework can remove it automatically .

file path:// C:\Users\xxxx\AppData\Local\Temp

optimajet commented 3 years ago

Hi, The WFE doesn't create any files for its work. Are you sure it's not your business logic that creates them? Please send more information to support@optimajet.com.

optimajet commented 3 years ago

Although you may have debug code actions enabled. Then turn it off and delete the files.

jerrylisuzhou commented 3 years ago

Yes , on debug mode now . Thank you , I will close it .

runtime.CodeActionsDebugOn();

optimajet commented 3 years ago

Ok, thank you for the report.