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
  • 1.  get taskID from triggered service

    Posted Wed May 02, 2012 02:32 PM

    Hi all,

    I’m unable to get appropriate taskID of the task on the Scheduler from the service which was triggered by that task. I cannot get the information by parsing the info from pub.scheduler:getTaskIDs and pub.scheduler:getTaskInfo, since the same service (configurable FTP polling service) is being called by multiple tasks.
    Is there any way, how to get the taskID?
    Any help will be appreciated.

    Thanks,
    kekert


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 2.  RE: get taskID from triggered service

    Posted Wed February 13, 2013 01:16 PM

    any help you got ? for the above prob.

    I’m trying to get the task(immediate delivery) details from the triggered service.


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: get taskID from triggered service

    Posted Thu March 28, 2013 10:10 AM

    unfortunatelly not.
    only solution I found was using unique “wrapper” of generic service for each scheduler task. then you can identify relevant task by the wrapper name


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services