Refresh or Delete all background process

1
Hello Community, I just want to delete or refresh or deactivate background running action, like;   When a user upload a file more than a specific size, it will perform the commit action in background. Sending Emails to 1000/2000 people over microflow async. etc….. In all above the action will be deleted or deactivated if the user logs out or refresh the page. I want to do this manually using a microflow or nanoflow.
asked
1 answers
2

I suggest ahving a look at the task queue mechanism for this purpose, see https://docs.mendix.com/refguide/task-queue/

answered