Try OpenEdge Now
BPM Events User's Guide
The rule language
:
Predefined rule actions
:
postDB(): Posting an event into the database event queue
postDB(): Posting an event into the database event queue
Use the
postDB()
predefined rule action to post events generated by BPM Events into the database event queue.
postDB (event MyEventType::MyEventValue{Attr1: 123, Attr2: "aString"};
The above is a free format event where any number of attributes can be placed in the event context.