Skip to content

RPA

It can achieve a large amount of repetitive and planned workflow automatic processing, reducing user manpower investment

RPA marketplace

We offer a variety of RPA programs to help you automate easily, see MarketplaceRPA Marketplace

Workflow

Create Workflow: Design your RPA process.

  1. Create an RPA workflow name, which can be edited to a custom name.
  2. Select the nodes you need to use and add them directly or drag them onto the canvas. Click on nodes to edit them.
  3. Workflow Settings:
    • Tables & Global Variables
    • Settings: Specify how exceptions should be handled, whether tags should be cleared or browsers closed after task completion, and delay execution time.
    • Debug & View Log Details: Debug and view detailed logs within the current canvas.

After configuring the workflow, click the save button to save.

rpa-create-preview

Rpa tasks

You can view the created scheduled tasks to facilitate the creation of multiple tasks with different execution times, different execution frequencies, and different schedules.

rpa-plan

Three ways to create an RPA schedule:

  1. In the Process management list, select a process and create a scheduled task rpa-create-plan
  2. Create a new scheduled task in the task list rpa-create-plan-2
  3. Create an RPA task in the profile list.
    • Check the accounting Profiles that needs to perform RPA tasks in the Profiles list, and click the "RPA" button above rpa-create-plan-1

RPA Task Type

  1. RPA Common Task (One-time Task) Regular Task
  2. RPA Scheduled Tasks Support "single time", "interval time", "frequency", "daily", "monthly", "yearly" scheduled task execution Start Time: Task start time, not less than ten minutes after the current time End Time: The end time of the task. Timed Task

RPA settings

Support Headless mode: Headless browsers are browsers without graphical User Interface. They do not display any visual windows during execution and complete tasks in the background. Headless browsers are very suitable for web crawling and automation tasks. It can effectively save the computer performance resources relied on during runtime, improve running efficiency, and support whether to enable Headless when creating RPA tasks. After enabling it, the task will run completely in the background.

Support local multi-concurrency: Support local multi-tasking and multi-Profiles execution at the same time, each task can run up to 20 Profiles at a time, greatly improving the efficiency of task operation.

Execute its mandate

After executing a task, you can view the task log details in Log Details.

Log Details

View detailed steps of the specific execution in RPA tasks (When the log details appear in red, it indicates that a certain step in the task execution has failed or been interrupted).

rpa-logs-1

rpa-logs-2

In the Profile tab, you can view the list of profiles used in this RPA task. rpa-logs-profile-table

In the Output tab, you can view the files outputted in this RPA task. rpa-logs-output-file

API Interface

api-page