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.  resumeTask vs applyChanges

    Posted 06/03/15 12:56 AM

    resumeTask vs applyChanges

    What is the difference?

    Thanks!


    #webMethods
    #MWS-CAF-Task-Engine
    #webMethods-BPMS


  • 2.  RE: resumeTask vs applyChanges

    Posted 06/07/15 09:37 AM

    Hi ,
    Both are different operation…
    resumeTask is more over related to task life cycle.A suspended task can be resumed (placed back into Active status) by a manual user action or as the result of a task event evaluation.
    applyChanges will save the changes made to specific task.Suppose from UI you need to update some BusinessData.In this case to save the changes we need to call getTask().applyChanges(); before calling getTask2().completeTask().

    Thanks
    Baharul Islam


    #MWS-CAF-Task-Engine
    #webMethods-BPMS
    #webMethods


  • 3.  RE: resumeTask vs applyChanges

    Posted 06/10/15 02:07 PM