I have UiPath Studio and I don’t use the Orchestrator (I just have a license but I don’t use Orchestrator). I have a process with Reframework, and I need that when I stop the process from UiPath Studio or UiPath Assistant, the robot enters a specific workflow. How can i do this?
I don’t think there is such option without the Orchestrator because stopping the execution from studio will kill the process directly and without orchestrator you can’t really use Assistant.
The feature you are looking for, can be orchestrated from orchestrator only.
Hi,
There is an activity to achieve this in UiPath: Cancellation Scope.
This activity allows you to define a cancellation handler that executes when the process is canceled.
I’m sharing an example project as an attachment for you to review its usage. Once you start the processes, you can test that after stopping through Studio, it enters the Cancellation Handler block and, following the Stop action, will execute the activities and workflows added here.
CancellationScopeActivity.zip (50.1 KB)
You can also access the documentation for the activity here:
Let me know if you have any other questions.
Cheers,
Kardelen