본문 바로가기

Certification/UiARD

(5)
[RPA]UiARD(5) ** default OCR engine used in CV Screen Scope : UiPath Screen OCR ** new UiElement(new Selector(""))**Dispatcher Process>> "Retrieve data from various sources and directly adds them to the queue"** major benefit of a REFramework Performer process with Orchestrator queues >> "Several robots simultaneously execute the same process from a single queue"** dt.Columns.Cast(Of DataColumn).Select(Functi..
[RPA]UiARD (4) 🍀Input methods We generally recommend the Simulate method (SimulateType, SimulateClick, SimulateHover for classic activities) as it is the fastest and works in the background, but only if you do not need to send special keyboard shortcuts. If this does not work for you, try the Window Messages method (SendWindowMessages for classic activities) and then the default one, as it is the slowest. ..
[RPA] UiARD (3) ❗Remote Debugging   자신의 로컬 컴퓨터에서 UiPath Studio를 사용하여 원격 컴퓨터에서 실행 중인 워크플로우를 실시간으로 디버깅  웹 기반 인터페이스 제공원격 머신에서 실행 중인 로봇을 제어하고, 실시간으로 변수 확인 및 오류 수정이 가능함.Orchestrator와 통합되어 웹 UI에서 디버깅 세션을 실행 가능.로컬 및 원격 모드 전환 가능UiPath Studio의 "Remote Debugging" 버튼을 통해 로컬/원격 실행을 전환할 수 있음.버튼이 **회색(ON)**이면 원격에서 실행,버튼이 **비활성화(OFF)**이면 로컬에서 실행.다양한 환경에서의 디버깅 지원윈도우뿐만 아니라 Linux 로봇(Cross-platform projects) 환경에서도 원격 디버깅을 수행 가능.디..
[RPA]UiARD (2) 🚩트리거(Trigger)의 자동 비활성화 및 오류 상태 조건 1) 단일 이벤트에 대해 11번 연속 시작 실패특정 이벤트(예: 이메일 수신, 데이터베이스 변경 등)가 발생할 때마다 잡(Job)이 실행됨.만약 동일한 이벤트에 대해 11번 연속으로 잡이 시작되지 않으면, 해당 이벤트의 트리거가 자동 비활성화(Disabled) 상태이는 지속적인 실패를 방지하고, 불필요한 시스템 리소스 사용을 줄이기 위한 보호 메커니즘예시:클라우드에서 특정 API 이벤트가 트리거되었지만, 로봇이 배포되지 않거나 네트워크 문제로 실행되지 않는 경우.11번 연속 실패 시, 트리거는 비활성화조건 2: 100개의 이벤트에 대해 연속적으로 시작 실패만약 서로 다른 100개의 이벤트에 대해 잡이 한 번도 실행되지 않았다면, 트리거가 자동..
[RPA] UiARD (1) 1) Event Inspection Tool 이벤트 검사 도구를 사용하여 애플리케이션의 특정 UI 요소와 상호 작용할 때 트리거되는 기본 이벤트 유형을 식별한 다음 애플리케이션 이벤트 트리거 활동을 구성하는 데 사용 >> It can be used to identify native events triggered when interacting with certain UI elements and for configuring the Application Event Trigger activity.  The Event Inspection Tool in UiPath is specifically designed to help developers understand and monitor UI interaction ev..