| 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 |