We have a static code review framework which is workflow analyser. Few rules are at error level which developer has to resolve before moving further but multiple rules are at warning level. For peer review or sa review we wanted to have an export of workflow analyser output. This is required for windows compatible project. We are currently at 23.10 and soon within a month will move to studio 24.10. We are on automaton cloud and workflow Ana lyses are governed by automation ops governmenten policy.
Please suggest a way on how to export output of workflow Analyser
To export Workflow Analyzer results for review, especially with UiPath Studio 23.10/24.10 and Automation Cloud governance, the best methods are:
Automation Ops Policy: Enable “Export Analyzer results” in your Studio policy within Automation Ops (under Policies > Design tab). This automatically generates a JSON file of the analysis in the project folder.
Command Line (CLI): Use UiPath.Studio.CommandLine.exe with analyze or analyze-file commands to perform analysis and redirect the output to a JSON file. This is good for scripting or CI/CD integration.
UiPath Marketplace Tools: For more user-friendly reports (e.g., Excel), use community tools from the Marketplace that can parse the JSON output from either of the above methods.
The Automation Ops policy is the primary recommended method for consistent and governed output generation.