As we do our automation in enterprise we require the process to be scheduled so that we can avoid manual intervention to start a process. processes can be scheduled though orchestrator with the help of triggers in UiPath Orchestrator.
Types of Triggers:
- Time based trigger
- Processes can be scheduled based on time at which we want the process to be executed. schedule can be of minutes, hourly, Daily, weekly, monthly or we can use cron expression.
- Queue based trigger
- Process will start the execution as soon as data is added to queue by selecting queue name and we can configure Minimum number of items to trigger the first job and Maximum number of pending and running jobs allowed to run simultaneously. Another job will be triggered based on total number of transaction items added to queue.