Author |
Message
|
anveshita |
Posted: Sat May 14, 2005 11:20 am Post subject: check-out work item question |
|
|
Master
Joined: 27 Sep 2004 Posts: 254 Location: Jambudweepam
|
In out application, we let the user check-out throuh custom web client. The work item initially assigned to generic id, when the user checks out it gets assinged to the actual user. This is working fine. However I have noticed a problem recently. When the "user1" checks out a workitem, after certain period of time "x min", the work item is getting assigned back to the generic Id. It is no longer in the worklist of "user1" and is getting transferred to the "generic id" automaticlally.
Is there a specific reason for this? |
|
Back to top |
|
 |
jmac |
Posted: Sun May 15, 2005 5:23 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
The ONLY way this can be possible is if your model is doing this, there is no such feature in MQWF. If you send me your fdl I will have a look and see if I can spot the problem. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
elvis_gn |
Posted: Sun May 15, 2005 10:19 pm Post subject: |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
I think what u have done is, assigned this workitem to multiple users including ur Generic id and the actual user.
In ur worklist if u dont use a filter based on OWNER u'll see the workitems multiple times,depending on the no. of users who have authority of the workitem.
As jmac said, what u explained ur problem to be is not a feature in WF, so just see if this is where ur wrong. |
|
Back to top |
|
 |
kotha |
Posted: Mon May 16, 2005 5:12 am Post subject: |
|
|
Partisan
Joined: 12 Mar 2005 Posts: 333
|
I implemented same process for my project but i never faced any problem. it is just doing fine.
My work item A is asigned to a role where the concern members ofo that role will get work item. one of them checks it out and process goes on.
so check the staff property and expiration timing etc........ |
|
Back to top |
|
 |
Ratan |
Posted: Mon May 16, 2005 12:58 pm Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
This is possible if your:
If your acitivity is in a block AND
your activity has an expiration interval AND
your Block exit condition is set to Activity not expired. _________________ -Ratan |
|
Back to top |
|
 |
|