For AI agents: visit https://docs.electroneek.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| Activity | Definition |
|---|
| If... then | Apply business logic and define conditions to perform actions |
| Do-while loop | Build repetitive operations using the while loop programming concept |
| Assign value to variable | Create and modify variables |
| Delay | Define a timeout to execute the next step of the workflow |
| Subprogram | Trigger another workflow from the current one |
| Log | Save written data from the workflow in a text file |
| Console log | Print a message to the Studio Pro console |
| Open Application | Select a desktop application to be opened by the workflow |
| TODO | Add an informative text block to your workflow |
| Activity | Definition |
|---|
| Block Input | Disable a specific input from mouse or keyboard |
| Unblock Input | Cancel the effect of "Block Input" |