Questions and discussion around ProcessMaker 2 documentation
By locoloop
#786683
Hi, I found in the wiki the following link to delete all cases: (http://wiki.processmaker.com/index.php/ ... aker_Cases).

Does this work for ProcessMaker 3.0.1.8 also?

In the title it states 2.0 (2.0 - Deleting all ProcessMaker Cases | ProcessMaker Workflow & BPM Documentation) and there's a comment inside stating some instruction applies to 2.5 (--(if using PM 2.5 and later)).

If this article in the wiki applies to 3.0.1.8 and other versions, please correct the title and add a note somewhere for future references.
#786691
Hi locoloop,

I am using a bitnami Processmaker V3 and the delete all case work in my unit. :D

From the structure of the database from the previous V2.5-V2.8 to V3 I don't think there have been much change on the relational database structure so It works.
Code: Select all
TRUNCATE TABLE APPLICATION;
 TRUNCATE TABLE APP_DELAY;
 TRUNCATE TABLE APP_DELEGATION;
 TRUNCATE TABLE APP_DOCUMENT;
 TRUNCATE TABLE APP_MESSAGE;
 TRUNCATE TABLE APP_OWNER;
 TRUNCATE TABLE APP_THREAD;
 TRUNCATE TABLE SUB_APPLICATION;
 TRUNCATE TABLE APP_EVENT;
 TRUNCATE TABLE APP_CACHE_VIEW;    
 TRUNCATE TABLE APP_HISTORY;        
 TRUNCATE TABLE APP_FOLDER;        
 TRUNCATE TABLE SEQUENCES;          
 

Thanks for the link, amosbatto! I was searching fo[…]

Hello Please can you help me with the place where […]

Hi there, I have 3.5.7, 3.8.1 and 3.8.2 versi[…]

AI bot development involves creating intelligent b[…]