Master,
I was working on a preprocessor java class and I have workflow object and WFMGroupTask(group task) instance and need to add a group to the group task assuming
groupTask.addSharedByGroups(list);
So, I'm wondering here to create a list of CSGroups I need to have CSClient object to create CSGroup object first, what is the way to get client or create csgroup object?
Any pointers in this regard is appreciated.
-Sheikh