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

Enable/Suspend a Trigger through Service

  • 1.  Enable/Suspend a Trigger through Service

    Posted Wed September 01, 2010 06:33 AM

    Hi Experts,

    I have been told to write a service to enable / suspend trigger through service. Please provide some hints / clues.

    If I want to disbale a trigger which is currently processing a document, what will happen?

    Any help in this regard deeply appreciated.

    Cheers,
    Sasanka:blush:


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


  • 2.  RE: Enable/Suspend a Trigger through Service

    Posted Thu September 02, 2010 07:22 AM

    Hi Sasanka,

    You could you use the services found in the scheduler folder under wMPublic package.

    The thread in progress will complete.

    -HTH


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


  • 3.  RE: Enable/Suspend a Trigger through Service

    Posted Thu September 02, 2010 09:45 AM

    pub.trigger:suspendProcessing in WmPublic

    The trigger will still be “enable” but will not processed the documents

    pub.trigger:resumeProcessing to resume.


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