Author |
Message
|
sarasu |
Posted: Tue Feb 28, 2006 7:27 pm Post subject: Working on Checkedout WorkItems |
|
|
Master
Joined: 02 Feb 2006 Posts: 229
|
Once work item checked out, I believe I can not tranfer, suspend, delete or expire it. my business flow need the checked out work items should be deleted/expired with out the consent of the owner of the work item.
and I just want to know what we can do with the checked out work items. I tried to expire the checkedout workitem at runtime client but didnt get any positive result.
Any help?
Thanks |
|
Back to top |
|
 |
nathanw |
Posted: Tue Feb 28, 2006 11:24 pm Post subject: |
|
|
 Knight
Joined: 14 Jul 2004 Posts: 550
|
the admin should be able to transfer the "ownership" of the work item to himself and the expire it.
failing that WF may need to be changes within itself to allow the person who owns the workitem to expire it via a button on screen etc.
worked on a project where both the above were the case |
|
Back to top |
|
 |
jmac |
Posted: Wed Mar 01, 2006 3:15 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
The System Admlinistrator can definitly transfer a Checked Out ActivityInstance. This can then be force Finished or force Restarted. But there is no way I am aware of that you can "Expire" the workitem. _________________ John McDonald
RETIRED
Last edited by jmac on Wed Mar 01, 2006 4:09 am; edited 1 time in total |
|
Back to top |
|
 |
nathanw |
Posted: Wed Mar 01, 2006 3:25 am Post subject: |
|
|
 Knight
Joined: 14 Jul 2004 Posts: 550
|
the solution implemeted on teh project was that the workitems had a shelf life of a certain time and once expired it would drop off the system
this was automated with WBIMB interfaces
but what tended to happen was that the shelf life never expired and the items wer infact force finished by admin |
|
Back to top |
|
 |
sarasu |
Posted: Wed Mar 01, 2006 7:58 am Post subject: |
|
|
Master
Joined: 02 Feb 2006 Posts: 229
|
We are using JavaAPI but not webclient. we have to send each workItem dynamically to a particular user. If the user simply checkedout the workitem and left, then the user become the owner of that workitem right? can admin continue that task after transferring to himself?
Thanks |
|
Back to top |
|
 |
vennela |
Posted: Wed Mar 01, 2006 8:08 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
mushunuri wrote: |
We are using JavaAPI but not webclient.
Thanks |
All the tasks done by web client should be possible to do programatically.
mushunuri wrote: |
can admin continue that task after transferring to himself?
Thanks |
Yes |
|
Back to top |
|
 |
nathanw |
Posted: Wed Mar 01, 2006 8:23 am Post subject: |
|
|
 Knight
Joined: 14 Jul 2004 Posts: 550
|
mushunuri wrote: |
We are using JavaAPI but not webclient. we have to send each workItem dynamically to a particular user. If the user simply checkedout the workitem and left, then the user become the owner of that workitem right? can admin continue that task after transferring to himself?
Thanks |
nathanw wrote: |
but what tended to happen was that the shelf life never expired and the items wer infact force finished by admin |
please read my response to your query which was written before |
|
Back to top |
|
 |
|