- how to remove 5th row from excel
- how many bots we can connect with orchestrator for one system
- can we run multiple process at same time on orchestrator
- how to start unattended bot
- what is the difference between enhancement and change request
- How can we use any other transaction type in Re framework
- For attendant robot where are files stored for each use
- What happens in case of no pdf file are available to download
- What is max retry System exception Count
- How do we move the code from Dev to UAT to Prod
use delete rows activity.
The number of robots you can connect to UiPath Orchestrator for one system depends on your Orchestrator license.
yes,you can run multiple processes simultaneously.
Unattended bot:
Publish your automation project to Orchestrator.
Create a Process in Orchestrator and associate it with the published package.
Schedule the Process to run at a specific time or trigger it manually.
Difference between enhancement and change request:
- An enhancement is a request to improve existing functionality, add new features, or optimize performance.
- A change request is a formal request to modify the software, either to fix an issue or make changes to existing features.
- Using another transaction type in RE Framework: The UiPath RE Framework is designed for processing queue items, but you can customize it for different transaction types. You’ll need to modify the framework’s initialization, transaction processing, and end process stages to align with your specific use case.
- File storage for attended robot: Files are often stored on the machine where the attended robot is running. The location might be determined by your automation design. You could also configure a specific folder for file storage and retrieval.
- No PDF file available to download: Your automation should have error handling to deal with such scenarios. You can log the absence of the file, notify stakeholders, or take alternative actions as needed.
- Max retry System Exception Count: This might refer to the number of times a specific system exception is retried before the process gives up. It’s a setting you can define based on the criticality of the task and the nature of the exception.
- Moving code from Dev to UAT to Prod in UiPath: In UiPath, you can use the following steps for code deployment:
- Develop your automation in a development environment (Dev).
- Use version control systems like Git to manage your code changes.
- Create packages of your automation projects.
- Deploy the packages to user acceptance testing (UAT) Orchestrator for testing.
- After successful testing, deploy the packages to production (Prod) Orchestrator.
Thanks @Usha_Jyothi
- how to handle exception in macro
- how to scrap text from citrix
- how to connect UiPath from third party
- Explain Timeout target property
- What are Steps required to connect studio to GIT.
- what approach to use to fix production defects after deployment
- how to handle exception in macro
- how to scrap text from citrix
- how to connect UiPath from third party
- Explain Timeout target property
- What are Steps required to connect
- what approach to use to fix production defects after deployment