Types of design blocks
Once you add an automation to your project, you define the project integration, automation, and event tracking logic by adding properties, methods, and events for application controls. You can also add Pega Robot Studio components for performing specific functions, such as displaying a message box, comparing data values, and executing custom methods (scripts).
Design blocks have two types of links:
- Execution links (gray port and line) control the sequence of events or steps in the automation and what triggers them.
- Data links (blue port and line) pass data values from one design block to another.
The following figure shows the two types of design block links:
- Event design blocks
An automation must contain at least one initiating event to execute. The event can originate from interrogated controls, adapters, entry points, and Windows form/App Bar controls.
- Property design blocks
You can add and define properties for controls from the Robot StudioPalette.
- Method design blocks
Standard methods for controls can be added to an automation from the Palette and the .
- 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.
- Extract proxy
You can create a proxy object from a design block result (output) data port by right-clicking the data port and selecting the Extract Proxy option. The proxy is a container for the output type.
- Create instance
Create an instance or copy of a control to define additional properties, methods, or events for the control.
Previous topic Execution links and data links Next topic Event design blocks