Author |
Message
|
nMQWF |
Posted: Tue Jan 03, 2006 7:52 pm Post subject: Getting back a work item |
|
|
 Apprentice
Joined: 02 Oct 2005 Posts: 27
|
Hi All,
Is there any way to get back the work item to the previous state ?
I want to reopen a closed work item. Is this possible and if yes how can we achieve it?
Thanx in Advance |
|
Back to top |
|
 |
jmac |
Posted: Wed Jan 04, 2006 6:46 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
If the workitem is in the Finished state, this is not possible. If it is Running or InError it can be ForceRestarted _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
nMQWF |
Posted: Wed Jan 04, 2006 7:57 pm Post subject: |
|
|
 Apprentice
Joined: 02 Oct 2005 Posts: 27
|
John,
Thanx for the reply.
But I have this problem. As Workflow is not providing transaction support Work Item is going into FINISHED state but all other transactions(DB2) are getting rolled back. So somehow i need to get back this work item so that the work item processing can be done again.
Or is there any work around for this ?
Thanx in Advance |
|
Back to top |
|
 |
jmac |
Posted: Thu Jan 05, 2006 7:50 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Transaction support can be provided when you write a UPES _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
hos |
Posted: Mon Jan 09, 2006 1:01 am Post subject: |
|
|
Chevalier
Joined: 03 Feb 2002 Posts: 470
|
Hi,
have a look into the Programming Guide to see the state transition diagram for workitems. If the workitem is in state EXECUTED you can force restart it. It is in state EXECUTED if you specify manual exit for the activity. |
|
Back to top |
|
 |
|