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.

 View Only
Expand all | Collapse all

resumeTask vs applyChanges

  • 1.  resumeTask vs applyChanges

    Posted Wed June 03, 2015 12:56 AM

    resumeTask vs applyChanges

    What is the difference?

    Thanks!


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


  • 2.  RE: resumeTask vs applyChanges

    Posted Sun June 07, 2015 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 Wed June 10, 2015 02:07 PM