How to update comments in task using IS service

Hello,
We’re currently updating comments for tasks using TaskCommentsListProvider Java class.
However, I’m looking for a way to update the task comments from IS service.
Please help.
Thanks,
-Won

just create a java service, then call it from a flow service.
Is this you are asking for?
HTH,

Hi Tong,

In Java service, when I import TaskCommentsListProvider class as shown below,
→ import com.webMethods.caf.faces.data.task.TaskCommentsListProvider;

I’m getting the below error message.
→ “The import com.webMethods.caf cannot be resolved”

Can you help me?

Thanks,
-Won

try to add SoftwareAG/common/lib/wm-caf**.jar
to your developer’s build path.
I guess it’s in one of those jar files.