How to export workflow analyser output from studio in automated way

Hey team,

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

Hi Abhinav,

May I know in what format you want the output?

Until then, I hope the options below can help you.

Option 1:
UiPath Studio has a native setting to export analyzer results:

  • Go to Backstage View → Settings → Design
  • Enable “Export Analyzer Results”
  • This will save the output (typically as JSON or XML) in your project folder after each analysis

This is ideal for lightweight exports and integrates well with Automation Ops governance.

Option 2:
There’s a community tool that lets you export results by selecting the project.json file:

  • Download from UiPath Marketplace
  • Run the .exe, input your project/use case name
  • It generates a structured report on your desktop

This is great for peer reviews and SA documentation.

1 Like

For part one is ideal for developers which I will try

Thanks for that

For option 2 can you please share link of that marketplace solution the community tool please

In the Marketplace place, you can search for something like “workflow analyser export…”

Below is a link I found, it doesn’t work, then kindly follow as mentioned above.

There is another option as well.
From GitHub.
For the excel-based outputs:

This is good for sharing with non-technical reviewers or archiving.

Please try all these options.

All the best.

1 Like

To export Workflow Analyzer results for review, especially with UiPath Studio 23.10/24.10 and Automation Cloud governance, the best methods are:

  1. 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.
  2. 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.
  3. 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.

This tool as .exe file was not working under my organisation environment due to Security reason

The UiPath git repo code worked for me

Happy to hear. :slight_smile:

All the best !

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.