ElectroNeek Documentation

General

Studio Pro Activities > General


Logic

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

Human in the loop

Activity Definition
Input dialog Allow users to add text to a variable via dialog window or to add a preset message
User notification Set up a pop-up window with a custom message
Select file or folder Ask users for a path to access a file or folder

Block Input

Activity Definition
Block Input Disable a specific input from mouse or keyboard
Unblock Input Cancel the effect of "Block Input"
Updated