Author |
Message
|
amjadu |
Posted: Thu Feb 26, 2004 7:32 am Post subject: [SOLVED]can we delete workitems |
|
|
 Novice
Joined: 26 Feb 2004 Posts: 13 Location: Banglore, India
|
Hi,
I am a newbie to WorkFlow, Please bear with me.
Is there a way I could delete the WorkItems from the WorkList ?
I would like to know, if I will be able to segragate the finished/unfinished ones and delete them, Is there any command to delete all the Workitems at a stretch, I need to know the possibilities of the above 3 scenarios. _________________ Regards - Amjad |
|
Back to top |
|
 |
jmac |
Posted: Thu Feb 26, 2004 8:25 am Post subject: Re: can we delete workitems |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
amjadu wrote: |
Is there a way I could delete the WorkItems from the WorkList ?. |
yes use the workitem delete() method. (Inherited from the Item superclass)
Quote: |
I would like to know, if I will be able to segragate the finished/unfinished ones and delete them, |
Yes use a filter based on state
Quote: |
Is there any command to delete all the Workitems at a stretch |
No each individual workitem is going to need to be deleted separately, you of course could automate this (like the IBM fat client does) so that you can do it with a single click _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
amjadu |
Posted: Thu Feb 26, 2004 8:43 am Post subject: can we delete workitems from cmd |
|
|
 Novice
Joined: 26 Feb 2004 Posts: 13 Location: Banglore, India
|
Hi John,
Thank you for the quick reply
My server is AIX, But I am currently testing on Windows NT,
I would like to know if We have any command like fmcamain to delete the Wokitems which are pending. I dont want to do it in the code.
Is there any possibility to delete them through the command prompt. _________________ Regards - Amjad |
|
Back to top |
|
 |
vennela |
Posted: Thu Feb 26, 2004 8:48 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
fmcamain will NOT delete the work itmes. This is used to start a workflow server.
There is no way you can do the deletes using command prompt. |
|
Back to top |
|
 |
jmac |
Posted: Thu Feb 26, 2004 8:51 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
What is stopping you from having a windows client on your NT box? _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
amjadu |
Posted: Thu Feb 26, 2004 9:39 am Post subject: can we delete the work items from cmd |
|
|
 Novice
Joined: 26 Feb 2004 Posts: 13 Location: Banglore, India
|
Hi Vini,
I have an idea about starting the WorkFlow servers ...i have started the server with fmcamain -y CMMN , I was just curious to know if we had any other command like that, to delete the work items from command prompt
John,
I have got a lot of Workitems in the worklist, I would like to clear them all, is there any other workaroung, as i am testing, it has created a lot of instances _________________ Regards - Amjad |
|
Back to top |
|
 |
amjadu |
Posted: Thu Feb 26, 2004 9:41 am Post subject: Re: can we delete the work items from cmd |
|
|
 Novice
Joined: 26 Feb 2004 Posts: 13 Location: Banglore, India
|
Forgot to mention, I need this help for the production , for which we have imported the FDL to AIX machine _________________ Regards - Amjad |
|
Back to top |
|
 |
jmac |
Posted: Thu Feb 26, 2004 9:43 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
The best way to get rid of these is to Terminate the Instances, The only way to do that is via an installed client or writing some code to do so. To me the fastest way would be to use the fat client to terminate all of the running instances. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
amjadu |
Posted: Thu Feb 26, 2004 9:49 am Post subject: |
|
|
 Novice
Joined: 26 Feb 2004 Posts: 13 Location: Banglore, India
|
I guess that solves my problem, Thank you John
I dont know how to close this query,
Could you please do it for me. _________________ Regards - Amjad |
|
Back to top |
|
 |
jmac |
Posted: Thu Feb 26, 2004 9:56 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
FYI
How to mark solved:
Simply edit your original post, and modify the title by putting [SOLVED] in front. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
|