RPA Workflow
New Workflow
RPA → Phone Profiles → Click New Workflow

Enter the process designer for custom arrangement. The left sidebar provides various operation elements such as opening apps, installing applications, and file upload. You can freely combine and design RPA processes according to business requirements.

A Debug Run button is located in the upper-right corner of the designer. Click it to select a cloud phone environment. After connecting to the device, you can view the screen in real time and select elements to debug the process.


Select the required operation elements and drag them directly to the blank area of the page with the mouse. Elements will be automatically connected with dashed lines. After layout is completed, you can configure the parameter variables for each element respectively.

After selecting an element, a pop-up window for parameter and variable settings will appear on the left for configuration as needed. Take the click element as an example for illustration:

In debug mode, you can quickly select element variables. For instance, when choosing the "Like" function, the corresponding variable information will be displayed.
After selection, the content will be automatically filled into the element query condition box without manual input. The same operation applies to other elements.
Exception Handling
Default: Follow global rules by default.
Skip: Continue executing the task when an exception occurs.
Interrupt: Terminate the process immediately and stop running upon an exception.
Execute Exception Process: Trigger specified operations when an exception occurs. If no corresponding operation is selected in the pop-up window, the setting will be deemed invalid and the process will be interrupted directly.

After completing the settings of the element node, click Run Node at the arrow position shown in the figure above to perform debugging.
After finishing the process design, please remember to click the Save button in the upper-right corner of the designer to save your work.

Successfully created RPA processes will be saved in the Workflow Management list on the client side, where you can perform subsequent management operations such as editing and deletion.

Precautions
When selecting a cloud phone environment for operation and debugging, only Computing Power 12/15 models are available, and the cloud phone must be in a running state.
When executing a node or a full process, the debug status of the cloud phone must be Running. If not, please click Start Debugging.

A complete RPA process design must start with the Process Start element, and all elements must be connected sequentially via dashed lines. Any broken connection will cause the process to fail to run.

Do not open the cloud phone that is in debugging state on other terminals; otherwise, the debugging will fail.
Last updated