cancel
Showing results for 
Search instead for 
Did you mean: 

Delete Activiti Table rows without dropping table

thysmichels
Champ in-the-making
Champ in-the-making
Is there a sql script to delete the Activiti Table rows without dropping the table?

If no what is the sequence to delete the tables?
2 REPLIES 2

martin_grofcik
Confirmed Champ
Confirmed Champ

thysmichels
Champ in-the-making
Champ in-the-making
The following works:
<code>
delete from ACTDICE.ACT_RU_VARIABLE ;
delete from ACTDICE.ACT_RU_IDENTITYLINK ;
delete from ACTDICE.ACT_RU_TASK ;
delete from ACTDICE.ACT_RU_EXECUTION ;
delete from ACTDICE.ACT_RU_JOB ;</code>