IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  How to update comments in task using IS service

    Posted 03/27/14 02:04 PM

    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


    #webMethods-BPMS
    #BPM
    #webMethods


  • 2.  RE: How to update comments in task using IS service

    Posted 03/27/14 03:18 PM

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


    #webMethods
    #webMethods-BPMS
    #BPM


  • 3.  RE: How to update comments in task using IS service

    Posted 04/03/14 03:58 PM

    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


    #webMethods
    #webMethods-BPMS
    #BPM


  • 4.  RE: How to update comments in task using IS service

    Posted 04/03/14 05:20 PM

    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.


    #webMethods-BPMS
    #BPM
    #webMethods