Exam UiARD All QuestionsBrowse all questions from this exam
Question 74

A developer created a custom rule for Workflow Analyzer and wants to make it available only at the project level.

Which action should the developer perform?

    Correct Answer: D

    To make a custom rule for Workflow Analyzer available only at the project level, the developer should create a NuGet package (.nupkg) of the rule and install it in a Studio project as a dependency. This approach ensures the rule is applied only within the targeted project without affecting other projects or the global Studio environment.

Discussion
LarcAi_TrainingOption: D

Add Rules to Studio Custom Workflow Analyzer rules can be integrated in Studio in two ways: at global level by adding the external assembly (.dll) in the Studio install location at project level by installing the custom activities pack. At Project Level To make custom rules available only for a certain project, create a NuGet package (.nupkg) and install it in a Studio project as a dependency, as detailed here. https://docs.uipath.com/developer/other/latest/developer-guide/building-workflow-analyzer-rules

Alex_RPAOption: D

A escala de proyecto Para que las reglas personalizadas estén disponibles solo para un proyecto determinado, crea un paquete NuGet (.nupkg) e instálalo en un proyecto de Studio como dependencia, como se detalla aquí.https://docs.uipath.com/es/activities/other/latest/developer/building-workflow-analyzer-rules

MirjalolOption: D

To make custom rules available only for a certain project, create a NuGet package (.nupkg) and install it in a Studio project as a dependency