AI Employee Actions
An AI Employee job is a sequence of actions - individual steps that the AI Employee performs one after another on its own computer. Each action does one specific thing: focus a window, type text, click a button, read a file, update a process field, and so on. By chaining actions together, you can automate complete pieces of desktop and browser work.
How actions run
Section titled “How actions run”Actions run in order, from top to bottom. Every action reports either success or failure, and you decide what happens next in each case: proceed to the next action, jump to another action, repeat the action, or exit the job. Many actions also support a retry count, so a step that depends on a slow screen can quietly try again until it succeeds or runs out of attempts.
Configuring actions
Section titled “Configuring actions”Each action has its own settings (for example, the Text to Type for a typing action, or the Window Name Contains for a window action). Two features make these settings dynamic:
- {{Field}} tokens - most text settings accept
{{Field Name}}placeholders. When the job runs, the placeholder is replaced with the value of that field from the process that launched the job. For example, a typing action configured with{{Invoice Number}}types the actual invoice number for the current process. - Action output tokens - many actions save a result as they run (the text retrieved from a page, the value on the clipboard, the name of the window that was found). Later actions can reference these saved values by inserting the corresponding token into their settings with the Insert Field Token button.
Action categories
Section titled “Action categories”The action catalog is organized into the following categories:
- Mouse, Keyboard, and Text - click on saved images, press keys, and type text into the focused application.
- Clipboard - copy, paste, read, set, and clear the Windows clipboard.
- Windows and Applications - find, focus, wait for, and close application windows.
- Files and Folders - create, find, move, copy, read, convert, and delete local files and folders.
- Scripts and Programs - run PowerShell scripts, Python scripts, and executables, or stop a running program.
- ProcessPlan Data - read and update process fields, process tables, and external databases from within a job.
- Computer Vision - locate text and regions on the screen visually, then click, scroll, read, or type at those locations.
- AI and Human Assistance Actions - open the AI-controlled browser, give the AI Employee natural-language instructions for the screen, the browser, text, or files, or hand a step to a person.
- Flow Control and AI Employee Management Actions - delays, jumps, exclusive reservations, screen captures, and shutdown.
For how to create the jobs that contain these actions, see Managing AI Employee Jobs.