Ashok Kuppuswamy [
https://community.jboss.org/people/akuppu] created the discussion
"Re: getting the groupId from task"
To view the discussion, visit:
https://community.jboss.org/message/783469#783469
--------------------------------------------------------------
I am able to get it
WorkItemManager witm = (WorkItemManager)session.getWorkItemManager();
WorkItem w = witm.getWorkItem(task.getTaskData().getWorkItemId());
String groupId = w.getParameter("GroupId").toString();
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/783469#783469]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]