Workflow Clean up

1
Hi All   I created a workflow to keep on sending rest requests to endpoints until we receive status SUCESS, which is inserting thousands of records everyday into workflow tables. These workflow data is redundant for our project. We are using Mendix version 9.7.0. In mendix 9.7, we do create an entity which inherits  System.Workflow entity to pass the Workflow Instance and WorkFlow Context objects to workflow defination. When i delete the records from this entity, i observed that records from workflow tasks and workflow tables are also getting deleted.   Is it sufficient to delete the records from this entity to clean up all the workflow related data? or do we have to delete any other tables apart from this?   Thanks and Regards Manjunatha
asked
1 answers
1

Hi Manjunatha,

 

Deleting that entity does seem to do the trick. You might want to check this learning path:

https://academy.mendix.com/link/modules/418/lectures/3383/9.3-Conflicts-When-Upgrading-to-the-Latest-Workflow-Definition

 

There is a section about workflow after-care.

answered