Currently there is no functionality in XIVY Server Administrator App(s) to clean up old workflow data from XIVY system DB. But it can happen that all the old data is no more used and slows down the data base. How can I get rid of them? asked 25.09.2013 at 00:09 Tamas KIS |
There are two ways to do this, one directly in the system DB and one with an API call. Delete via Public API you can build a process/App around the Public API: void deleteCompletedCase(ICase completedCase) throws PersistencyException A simple script which deletes old cases could look as follows:
Delete directly in System DB You may clean up cases and tasks in Done (2) and Destroyed (3) state as follows:
link
This answer is marked "community wiki".
answered 26.09.2013 at 02:56 Tamas KIS Reguel Werme... ♦♦ |
Delete Tasks and Cases in Xpert.ivy 3.9
via Workflow Admin UI Workflow Administrators can delete tasks and cases within a date range over the administration UI.
Sample query to select taskIds which will be destroyed. Rewrite it to a DELETE statement to really remove the data.
link
This answer is marked "community wiki".
answered 01.04.2016 at 11:34 Reguel Werme... ♦♦ |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 25.09.2013 at 00:09
Seen: 6,391 times
Last updated: 01.04.2016 at 11:36