Hello,
Do you know the steps for adding multiple entry points for an RPA process? If not you can go through the below video.
Usually, in the UiPath process, the execution will start from Main.xaml and it’s a good practice to invoke multiple workflows from the Main.xaml. So here the entry point is Main.xaml and we are calling other .xaml files from the main file.
But just consider you have different workflows in the published project and you need to invoke the Workflow separately. There you can use the Multiple entry points. So before publishing the project you need to make sure you have made the needed workflows as the entry point.
From the video you can learn the below steps:
- Enable Entry Point
- Invoke Process
- Run Parallel Process
- Orchestrator Process Entry point.