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.  Subscription Trigger and Transition Trigger

    Posted Fri August 11, 2017 07:29 AM

    Hello,

    Is there any Built-In service to retrieve these 2 trigger names for a dedicated Process Model?

    I want to automate the deletion of a dedicated Process Model.
    So, after invoking the “pub.monitor.process.modelControl:deleteUnusedModel” built-in service, I want to delete the related JMS triggers. So I plan to use the “pub.trigger:deleteJMSTrigger” built-in service, but I don’t know the name of the triggers set in the Process Model…

    Thanks,
    Olivier


    #BPM
    #webMethods
    #webMethods-BPMS


  • 2.  RE: Subscription Trigger and Transition Trigger

    Posted Fri August 11, 2017 08:00 AM

    The below service should suffice your need, run (triggerName is optional). Note the service is from WmRoot and should be used at your own risk as there is no documentation and this service might change from release to release without prior notice.

    wm.server.triggers:getTriggerReport – Native wM Triggers

    wm.server.jms:getTriggerReport - JMS Triggers


    #BPM
    #webMethods-BPMS
    #webMethods


  • 3.  RE: Subscription Trigger and Transition Trigger

    Posted Fri August 11, 2017 08:12 AM

    Mahesh,

    Thank you for your quick answer.
    Unfortunatelly, when running the service you proposed, I don’t see any information about the Process Model name…

    Thanks,
    Olivier


    #webMethods-BPMS
    #webMethods
    #BPM


  • 4.  RE: Subscription Trigger and Transition Trigger

    Posted Fri August 11, 2017 08:16 AM

    Can you share the sample trigger subscription or transition trigger which is contained in the Generated PM package? I assume it should be part of the trigger service namespace.

    Running the above services will return you the complete list of triggers that are residing on the IS and you can parse the output.


    #webMethods
    #webMethods-BPMS
    #BPM


  • 5.  RE: Subscription Trigger and Transition Trigger

    Posted Fri August 11, 2017 08:20 AM

    Yes by default Process Model name is part of the namespace, but as the namespace can be modified in Designer, I expected there is a link somewhere between the Process Model object and the related JMS Triggers…


    #webMethods
    #BPM
    #webMethods-BPMS


  • 6.  RE: Subscription Trigger and Transition Trigger

    Posted Fri August 11, 2017 08:23 AM

    There should be some API’s services in WmPRT package or in the process table on DB. Please have a check.


    #webMethods-BPMS
    #webMethods
    #BPM


  • 7.  RE: Subscription Trigger and Transition Trigger

    Posted Fri August 11, 2017 08:32 AM

    Got it!
    wm.prt.dashboard:getProcessDetails


    #BPM
    #webMethods-BPMS
    #webMethods


  • 8.  RE: Subscription Trigger and Transition Trigger

    Posted Fri August 11, 2017 08:35 AM

    Parfait! passez une bonne journée


    #BPM
    #webMethods-BPMS
    #webMethods


  • 9.  RE: Subscription Trigger and Transition Trigger

    Posted Fri August 11, 2017 08:36 AM

    Merci, vous aussi !!!


    #webMethods
    #webMethods-BPMS
    #BPM