Skip to content

Features

RPA has a total of 4 modules, namely: market, workflow, task, and log. rpa-features

Marketplace

Please jump to theMarketplaceto view this section.

Workflow

rpa-marketplace

ParameterExplanation
1 Create workflowCreate an RPA task flow.
2 Import processImport RPA process into JSON format.
3 Export processExport RPA process to JSON format.
4 Move GroupAfter checking the RPA process, move it to an RPA group.
5 Batch DeleteYou can batch delete the selected RPA processes.
6 Search RPA processSupport fuzzy search RPA process name
7 Add RPA groupCreate a new group.
8 Group ManagementManage the grouping of RPA process, you can create new groups, move, search groups, etc.
9 Refresh list informationRefresh RPA process list information.
10 SettingsCustom settings filter RPA process display field
11 Edit RPA process nameQuickly edit RPA process names.
12 Edit RPA group namesQuickly edit RPA group names.
13 Edit RPA Process DescriptionQuickly edit RPA process descriptions.
14 Single RPA Process Action ItemsSupport editing, exporting, or deleting individual RPA processes.

Edit RPA workflow

rpa-workflow

Parameter
Explanation
1 EditEdit the process name and process description.
2 SearchSupport fuzzy search nodes.
3 Node operationSupport single node deletion.
4 TableCustomize to add table parameters.
5 Global VariablesCustomize settings to add global variables.
6 Settings (task processing)Exception handling
   Skip execution:When an exception occurs in a task step, skip the abnormal step and continue to execute the following steps.
  Interrupt task:When an exception occurs in a task step, stop the execution of subsequent steps.

Mission completed
  Clear tabs:The RPA task flow, if there is an execution to open a web page tab, such as tab A. Then the next time you manually open the browser, the tab A will not appear.
  Save Tag:The RPA task flow, if there is an execution to open a web page tab, such as Tag A. Then the next time you manually open the browser, Tag A will appear.
  Close the browser:After the browser completes the task flow, it will automatically close the browser.
  Keep the browser:The browser will not automatically close after the task flow is completed.
7 ExportExport file to JSON
8 Log DetailsView debug log details
9 DebugOnly when the current device has not executed any RPA task flow can you successfully use "Debug" to debug your task flow.
10 SaveSave current RPA process
11 WithdrawalSupport to recall and restore the current operation
12 FormattedSupport automatic alignment of all nodes
13 PreviewSupport previewing all nodes of the current process.

Package

You can encapsulate some commonly used scenarios into modules in the package to make it reusable.

For example, when you have blocks for sending emails and want to use them in other workflows, you can make those blocks into a package instead of having to copy and paste them.

Of course, we also provide official packages.

Custom package

  • Create custom package: RPA --> Sub menu Package --> Custom --> Create Packages Package

  • After creation, enter the package canvas page and build a package by dragging nodes. Package Edit

  • Edit custom package

    Edit custom package has two entries.

    • Sub menu Package page. Note, only custom packages can be edited. Package Edit
    • Workflow --> Package Package Edit

Official package

We provide some packages for common scenarios, which you can use directly in the workflow, or add to the customization to modify and use. Official Package

Set package as a Block

The Set as Block option is available in the upper right corner of the package edit page. After setting the option, the package cannot be modified directly in the workflow and needs to be modified on the canvas page in the package.

If you do not set it as a block, when you add it to the workflow, the nodes in the package will be expanded in the workflow one by one. Package Block

Use package

Select the package you need in the workflow, click or drag the package to add it to the workflow. Package Use

Other

Support import and export, copy packages. Package Support

RPA task execution

Support two types of tasks: regular tasks, scheduled tasks

Parameter
Explanation
1 Create workflowCreate RPA process.
2 Create tasksYou can create it in the task list or select the created RPA process in the Profiles list to create it.
3 Types of ExecutionNormal task:Execute the RPA task immediately.
Scheduled tasks:The execution frequency is set according to the time set by single time, interval time, number of times, daily, weekly, and monthly. Pay attention to execution time > start time > current time.

For example, the current time is 17:28 on May 28th. To select a batch of Profiles, from May 29th to May 31st, at 5 pm every day, this batch of Profiles will automatically execute RPA tasks.

The start time is set to 17:40, which is greater than the current time of 17:28.
The execution time is set to 17:50, which is greater than the start time of 17:40.
Execution time 17:50 > Start time 17:40 > Current time 17:28;
rpa-plan

Log

You can view the execution results of RPA tasks on this page, or check whether each step is executed normally through "Log Details". rpa-log