Features
RPA has a total of 4 modules, namely: market, workflow, task, and log.
Marketplace
Please jump to theMarketplaceto view this section.
Workflow
Parameter | Explanation |
---|---|
1 Create workflow | Create an RPA task flow. |
2 Import process | Import RPA process into JSON format. |
3 Export process | Export RPA process to JSON format. |
4 Move Group | After checking the RPA process, move it to an RPA group. |
5 Batch Delete | You can batch delete the selected RPA processes. |
6 Search RPA process | Support fuzzy search RPA process name |
7 Add RPA group | Create a new group. |
8 Group Management | Manage the grouping of RPA process, you can create new groups, move, search groups, etc. |
9 Refresh list information | Refresh RPA process list information. |
10 Settings | Custom settings filter RPA process display field |
11 Edit RPA process name | Quickly edit RPA process names. |
12 Edit RPA group names | Quickly edit RPA group names. |
13 Edit RPA Process Description | Quickly edit RPA process descriptions. |
14 Single RPA Process Action Items | Support editing, exporting, or deleting individual RPA processes. |
Edit RPA workflow
Parameter | Explanation |
---|---|
1 Edit | Edit the process name and process description. |
2 Search | Support fuzzy search nodes. |
3 Node operation | Support single node deletion. |
4 Table | Customize to add table parameters. |
5 Global Variables | Customize 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 Export | Export file to JSON |
8 Log Details | View debug log details |
9 Debug | Only when the current device has not executed any RPA task flow can you successfully use "Debug" to debug your task flow. |
10 Save | Save current RPA process |
11 Withdrawal | Support to recall and restore the current operation |
12 Formatted | Support automatic alignment of all nodes |
13 Preview | Support 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
After creation, enter the package canvas page and build a package by dragging nodes.
Edit custom package
Edit custom package has two entries.
- Sub menu Package page. Note, only custom packages can be edited.
- Workflow --> Package
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.
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.
Use package
Select the package you need in the workflow, click or drag the package to add it to the workflow.
Other
Support import and export, copy packages.
RPA task execution
Support two types of tasks: regular tasks, scheduled tasks
Parameter | Explanation |
---|---|
1 Create workflow | Create RPA process. |
2 Create tasks | You can create it in the task list or select the created RPA process in the Profiles list to create it. |
3 Types of Execution | Normal 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; |
Log
You can view the execution results of RPA tasks on this page, or check whether each step is executed normally through "Log Details".