Skip to main content

Actions

Documentation for all available actions in Talos

📄️Introduction

Actions are the fundamental building blocks of workflow automation in Robotic Process Automation (RPA). In Talos, Actions represent individual tasks or steps that are executed sequentially or conditionally to automate business processes. Each Action can perform a specific operation, such as interacting with applications, processing data, or making decisions based on predefined rules. By combining multiple Actions, you can design comprehensive RPA workflows that streamline repetitive tasks, reduce manual effort, and improve efficiency across your organization.

📄️Attach Action

Branch Action is a flow control action that enables conditional workflow branching based on specified criteria or expressions. It evaluates a given condition and, depending on the result (true or false), directs the automation flow to different subsequent actions. This allows for dynamic decision-making within workflow automations, supporting complex logic and adaptive process execution. Typical use cases include debugging, processing different data types, or responding to varying user inputs within an automated workflow.

📄️Branch Action

Branch Action is a flow control action that enables conditional workflow branching based on specified criteria or expressions. It evaluates a given condition and, depending on the result (true or false), directs the automation flow to different subsequent actions. This allows for dynamic decision-making within workflow automations, supporting complex logic and adaptive process execution. Typical use cases include debugging, processing different data types, or responding to varying user inputs within an automated workflow.