Try OpenEdge Now
skip to main content
BPM Events User's Guide
Event channels : The database event channel (DEC) : postDB predefined rule action
 

postDB predefined rule action

You can push an event into the database event queue from a rule action using the postDB predefined rule action:
postDB(event MyEventType::MyEventValue{Attr1: 123, Attr2: "aString"});
You can also post several events to the database queue at the same time:
postDB(evt1, evt2, evt3);