Skip to main content

Hi,

I want to execute some action in an aspx page, but  when I try to Execute the action like this :

Connection cnx = K2Connector.getConnection();

WorklistItem wi=cnx.OpenWorklistItem(Request.Paramss"SN"].ToString());

wi.Actionss"Accepted"].Execute();

I have this error

"26033 Worklist item 252_25 Not Open for K2:DomainUser at 10.16.35.85:2369"

when I look in the K2 Workspace and more specially in the worklists, my task has the status to open.

Someone can explain, I'm a little confused

Hi there,


From global worklist from workspace, can you try to release the worklist item and then re-execute the code. Does it works?


How is your destination rule configure? You might have configure it for one slot and if the worklist item is opened, the slot is filled. Therefore, the task can no loger be open  for action.


hi,
first of all, I thanks you for your time.
I try like you said and once the task was released, I've re-tried to valildate the task and I watch the status on the workspace. it changed to Open when I call the openWorklistItem function and when I execute my action I have the same error.

I suspect a link with an other problem I have. It seems appear that I can't find every users in the AD and this error appears only for users I can't find.


Reply