Author |
Message
|
mca |
Posted: Fri Feb 03, 2006 8:18 am Post subject: Process Instance deletion |
|
|
Disciple
Joined: 09 Mar 2005 Posts: 196
|
hi,
does anyone have a java program that deletes all the process instances which came in before a particular time.
For example: Java Program which deletes all Process Instances before Dec 15th, 2005.
This is high priority for us on production. Please help.
Thanks,
MCA |
|
Back to top |
|
 |
vennela |
Posted: Fri Feb 03, 2006 11:09 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
I thought there is some process deletion tool. |
|
Back to top |
|
 |
Ratan |
Posted: Fri Feb 03, 2006 11:38 am Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
Query the proces Instances started before the time and terminate them. Should be a pretty simple program to write. _________________ -Ratan |
|
Back to top |
|
 |
jmac |
Posted: Fri Feb 03, 2006 4:49 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
vennela wrote: |
I thought there is some process deletion tool. |
Just FYI:
This tool deletes Process Templates hence the name ProcessTemplateDeletionTool (PTDT).
It allows you to remove process templates that have been overlayed by importing newer ones. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
sam999 |
Posted: Thu Feb 23, 2006 7:34 am Post subject: Filter out these processes and delete |
|
|
Apprentice
Joined: 12 Jul 2005 Posts: 34
|
Create a process instance list and set the filter on this to filter out items < your received date. If you're using fat client very quick and easy to then terminate/delete these processes. Can also be done through the web client. Have had situations like this myself! |
|
Back to top |
|
 |
|