Skip to content

Feature Modules

RPA has a total of 5 modules: Marketplace, Workflow, Package, Task, and Log. rpa-features

Marketplace

Please go to the Template Store for this section.

Workflow

rpa-marketplace

OptionDescription
1 Create WorkflowCreate an RPA workflow.
2 Import WorkflowImport RPA workflow in JSON format.
3 Export WorkflowExport RPA workflow in JSON format.
4 Move GroupMove the selected RPA workflows to a group.
5 Batch DeleteBatch delete selected RPA workflows.
6 Search RPA WorkflowSupports fuzzy search of RPA workflow names
7 Add RPA GroupCreate a new group.
8 Group ManagementManage RPA workflow groups; create, move, and search groups.
9 Refresh List InformationRefresh the RPA workflow list information.
10 SettingsCustomize settings to filter RPA workflow display fields
11 Edit RPA Workflow NameQuickly edit the RPA workflow name.
12 Edit RPA Group NameQuickly edit the RPA group name.
13 Edit RPA Workflow DescriptionQuickly edit the RPA workflow description.
14 Single RPA Workflow Operation ItemSupports editing, exporting, or deleting individual RPA workflows.

Edit RPA Workflow

rpa-workflow

Option
Description
1 EditEdit workflow name and description.
2 SearchSupports fuzzy search of nodes.
3 Node OperationSupports deleting individual nodes.
4 TableCustomize and add table parameters.
5 Global VariablesCustomize and add global variables.
6 Settings (Task Processing)Exception Handling:
   Skip Execution: When an exception occurs in a task step, skip the exception step and continue to execute the following steps.
  Interrupt Task: When an exception occurs in a task step, stop executing the following steps.

Task Completion:
  Clear Tab: If this RPA workflow opens a web page tab, such as Tab A, then the next time you manually open the browser, Tab A will not appear.
  Save Tab: If this RPA workflow opens a web page tab, such as Tab A, then the next time you manually open the browser, Tab A will appear.
  Close Browser: The browser will automatically close after completing this workflow.
  Keep Browser: The browser will not automatically close after completing this workflow.
7 ExportExport file as JSON
8 Log DetailsView debug log details
9 DebugThe "Debug" function can only be used successfully when the current device has not executed any RPA workflows.
10 SaveSave the current RPA workflow
11 UndoSupports undo and redo of current operations
12 PackageSupports custom automation workflow components, and also provides some official packages
13 FormatSupports automatic alignment of all nodes
14 PreviewSupports previewing all nodes in the current workflow

Package

You can encapsulate frequently used node scenarios into modules within packages for reuse. For example, when you have blocks for sending emails and want to use them in other workflows, you can create packages for these blocks instead of copying and pasting them.

Of course, we also provide official packages.

Custom Package

  • Create a custom package: RPA --> Secondary menu Package --> Custom --> Create package Package

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

  • Edit custom package

    There are 2 ways to edit a package:

    • Secondary menu package page, note that only custom packages can be edited Package Edit
    • Workflow --> Package Package Edit

Official Package

We provide some commonly used scenario packages. You can use them directly in the workflow or add them to your custom packages for modification and use. Offical Package

Set Package as Module

The "Set as Module" option is provided in the upper right corner of the package canvas page. After setting a module, it cannot be directly modified in the workflow; modifications must be made in the package canvas page.

If you do not set it as a module, the nodes in the package will be expanded sequentially in the workflow when added. Package Block

Using Package

Select the desired package in the workflow and click or drag it to add it to the workflow. Package Use

Others

Supports importing, exporting, and copying packages Package Support

RPA Task Execution

Supports two task types: Normal task and Scheduled task

Step
Description
1 Create WorkflowCreate an RPA workflow.
2 Create TaskCan be created in the task list or by selecting a created RPA workflow in the environment list.
3 Execution TypeNormal Task: Executes the RPA task immediately.
Scheduled Task: Execution frequency is set by single execution, interval time, number of times, daily, weekly, or monthly. Note that the execution time > start time > current time.

Example: The current time is 17:28 on May 28th. A batch of environments needs to be selected to automatically execute the RPA task at 5 PM every day from May 29th to May 31st.

Set the start time to 17:40, which is greater than the current time 17:28;
Set the execution time to 17:50, which is greater than the start time 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, and you can also view the log details to see if each step is executed correctly. rpa-log