Component design blocks
Pega Robot Studio includes custom components you can use to build automaitons. You can add a component to your automations from the Palette.
Components differ based on the type of component. The following table lists the categories of components and examples:
Component types
Component type | Example |
Advanced utilities | WaitAll, WaitAny, FileSystemWatcher, MessageDialog |
Data handling tables | LookupTable, TableView |
Connectors | MicrosoftExcel, MicrosoftWord, MicrosoftOutlook |
Comparison | GreaterThan, EqualTo |
Expression | BooleanExpression, NumericExpression |
Data | OracleQuery, SQLQuery |
Certain components have properties, methods, and events associated with them. These components display as the selected values: if you select Properties in the Select action dialog box, the design block displays as a P for Properties. Other components display a gear icon to indicate a component, as shown in the following figure:
Previous topic Method design blocks Next topic Extract proxy