Try OpenEdge Now
skip to main content
Developing BPM Applications with Developer Studio
Working with Graphical Event Logic tool : Using the GEL tool in BPM projects : GEL Actions in BPM projects
 

GEL Actions in BPM projects

The following table lists the out-of-the-box GEL actions in the Palette pane for a Business Process (or Web application).
Table 59. Palette pane in BPM projects
Item
Description
Data Operations pane
Displays the list of data operations that you can drag to a defined event in the Logic tab. For information on data operations, see Adding data operations.
Value Expressions pane
Displays the list of value expressions that you can add in the Logic tab. For information on value expressions, see Adding value expressions.
Other pane
Displays the list of expression constructs (including IF-THEN, IF-THEN-ELSE, and WHILE loop) and custom Java (and JavaScript) code. For more information, see Adding control structures and custom script.
Conditions pane
Displays the list of comparison conditions, validations, and custom conditions that you can drag to an expression construct in the Logic tab. For information on conditions, see Adding Conditions.
JSTools API
Displays the list of API methods that you can configure for a defined event in the Logic tab. For information on JSTools API methods, see Using JSTools API.