-
Notifications
You must be signed in to change notification settings - Fork 516
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to delete old deleted conversations forever via workflow/automatically? #3218
Comments
We've just checked it - it works fine on our end. |
We´re neither using Docker not Cloudron. We tested various workflow conditions and never got it to work, even if we just put "if email = x" => "delete forever" with a mail that existed in the trash. So we found out the following: The "delete forever" action is never called on already deleted emails. If we restored the mail before saving & executing the workflow, the "delete forever" worked fine. |
The only way to find out the reason of the issue is to investigate it on your server. |
Any indication on how to go about that? We did more testing and results that deleted conversations never get touched by workflows (on our instance apparently). |
|
@freescout-helpdesk I have been revewing the setup of workflows to delete conversations in the Deleted folder. We have workflows which do the following
The issue is that if the conversation is marked as Closed & is in the Deleted Folder, the Workflow does not work. So we have updated our workflow to ensure that conversations are marked as Pending, then points 2 & 3 will work, ie remove the items. So the Workflow with conversation in Deleted folder & Marked as Closed Will not remove the item. Could you look into this. updated |
Can you please attach screenshots of your Conditions and Actions. We can't reproduce the issue. |
@freescout-help This workflow action is to MOVE the items to Deleted folder. This workflow, has never run. Now the issue is
I have tested by moving items to deleted folder with status as pending But not with the workflow as above. M |
Hi,
we´d like to delete old already deleted conversations forever via workflow, so the trash bin does not get bigger and bigger.
We created the following workflow to delete conversations with the state deleted that have been created more than 30 days ago forever. Tested workflow with "apply to previous" and did nothing.
Any idea what we are doing wrong?
Freescout: 1.8.86
PHP: PHP 8.2.8
The text was updated successfully, but these errors were encountered: