yes yourwelcome,
if youre using ReFramework and Business rule exception,
you can use try catch you fet the spesific error and do spesific process
check it out on uipath academy
and if you find any of the answer helping you later please mark it as solution or you can put your own solution here , for others future reference
안녕하세요.
위에 말씀하신대로 보통 프로젝트를 구성할 땐 ReFramework 로 프로세스를 구현합니다.
ReFramework 에서 각 머신별로 xaml을 구성하고 그 결과값(trigger)에 따라서 flow 를 구성하는거죠.
Ex) State Machine > State (trycatch > invoke workflow)
앱 또는 솔루션, 수행하는 기능에 따라서 xaml 단위로 끊습니다.
그리고 machine activity 는 try-catch 안에 invoke workflw 를 넣으면 xaml의 오류는 걸러지고, 거기에서 exception 정의나 세부seq 에서 어떻게 오류값을 전달하느냐에 따라서 오류 정의는 분류하기 나름이구요.