cancel
Showing results for 
Search instead for 
Did you mean: 

GP:How to get only those work items for a particualr process instance ID.

Former Member
0 Kudos

Hi,

I have to get only those work items for a particular Process Instance ID.

Currently I am able to get all gp workitems of a status, for a user.

IGPUserContext userContext = GPContextFactory.getContextManager().createUserContext(epUser1);

IGPWorkItem[] openItems = rtm.getWorkItems(GPWorkItemStatus.WORKITEM_STATUS_OPEN, userContext);

Now I want to get the gp work items for a particualr process instance ID. Is it possible?

Please help me.

Thanks and regards

Smitha

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Smitha,

how did you solve the problem?

Regards,

Nicola

Edited by: Nicola Mocci on Mar 6, 2012 11:37 AM

Former Member
0 Kudos

solved