Adapter Development Kit 6.5 | webMethods Adapter Development Kit Documentation | webMethods Adapter Development Kit Installation and User’s Documentation | Using the Sample Adapter | Phase 5: Adding Listener Notifications | Configuring and Testing the Listener and the Listener Notification Nodes | Creating the Trigger for the checkDepositListener Notification Node
 
Creating the Trigger for the checkDepositListener Notification Node
Perform the following procedure to create the trigger for the checkDepositListener notification node.
*To create the trigger for the checkDepositListener notification node
1. Start Designer.
2. In the Package Navigator, navigate to the TestSampleAdapter package and select the listenerNotification folder.
3. Select File > New.
4. Select Broker/Local Trigger from the list of elements.
5. Assign the name checkDepositListenerTrigger to the trigger and click Finish.
6. In the trigger editor, in the Conditions section, accept the default Condition1.
7. In the Condition detail section, in the Service field, select or type the flow service name listenerNotification:checkDepositListenerService.
8. Click to insert document types. Select checkDepositListenerPublishDocument and click OK.
9. Click Save.