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.  Delete ALL tasks in MWS

    Posted 02/17/15 10:31 AM

    In former TN console it was possible to delete all tasks with a given status in one shot.
    In MWS I can delete all on page, but if there are 100 pages and max records on page is 100…

    Any easier way or go for sql or small service directly?


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General


  • 2.  RE: Delete ALL tasks in MWS

    Posted 03/09/15 10:33 AM

    no choice?


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General


  • 3.  RE: Delete ALL tasks in MWS

    Posted 04/02/15 01:25 AM

    How about calling wm.tn.task:getTasks, and then call wm.tn.task:getTaskStatus and base don the status calling wm.tn.task:removeTask?

    One limitation I know of this is getTasks only returns task on onenode of a clustered IS environment

    Regards,
    Ninad Patil


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General


  • 4.  RE: Delete ALL tasks in MWS

    Posted 07/02/15 06:11 AM

    One more thing is using In-Build service which will be present in SAG provided Task package you can delete all the task based on there status.
    for Ex: for started state it would be in status “1”. so, provide status as “1” and run deleteAllTask Service.


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB