Posted: Mon May 12, 2003 2:24 am Post subject: WorkItem question
Newbie
Joined: 23 Dec 2002 Posts: 8
Hello
I have a question regarding the com.ibm.workflow.api.WorkItem used to checkout work items etc ..
Does this object have any reference to the service used to logon to workflow ?
I have the following code
wListTemp.transfer( username );
which throws a Not Logged On Error randomly
My guess is that if for some reason the service has logged out the user and has a reference remaining with this workitem then it throws this error
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
I don't believe I have ever seen a question posted regarding the COM api before on this forum. You may have better luck using the IBM newsgroup. _________________ John McDonald
RETIRED
Since the workitem is associated with a user (Owner) and when u call checkout(action call) method on that i guess MQWF verifies that a row exists (:: where SESSION_EXP_TIME > current time ) for that user in the SESSION table in the database. _________________ -manoj
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum