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.


#TechXchangePresenter
 View Only
  • 1.  Input to Schedulers

    Posted Tue June 14, 2005 04:09 AM

    All,
    I have created a complex scheduling Task. I am able to update the scheduler configuration(change the time of execution) of the scheduler remotely. I am using the pub.scheduler.updateComplexTask service and it works good.

    But, I am not able to pass any documents as input to the scheduler service. The API, though specifies that the we can specify the input Document (IData object) containing input to the scheduled 
    

    service.

    I am setting the input document to the variable inputs of pub.scheduler.updateComplexTask. But, when the task executes at the specified time, the input document I set as input is not getting picked up.  
    
    I am not really sure, if I am missing something. 
    

    Thanks,
    Brain.


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


  • 2.  RE: Input to Schedulers

    Posted Wed June 22, 2005 04:10 PM

    Why not set the scheduler via the administrator rather than via the services, then in the service being scheduled set the input document. The service being scheduled will not need dynamic inputs, right?


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


  • 3.  RE: Input to Schedulers

    Posted Thu June 23, 2005 07:40 PM

    Hi Brian,

    If you use “pub.scheduler.addComplexTask” and pass the document as input, it works fine!!!

    Thanks,
    SATYA.


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