Create your first automation in just a few minutes.Try Studio Web →
by Jeevith Hegde
0
Solution
<100
Summary
Summary
A script which automates the process of documenting a UiPath project and presents the output in a HTML file.
Overview
Overview
Problem Statement: It is difficult to get an overview of projects after the development phase. Solution designers and reviewers can benefit from a script, which can easily provide an overview of the workflows developed in the project.
Solution: This script iterates through the project folder. For each workflow found, it extracts important design details, such as name of the workflow, variables, arguments and imports used. The output HTML is saved in a human readable format.
Usage 1 - Using the sample project provided:
Usage 2 - Using one of your projects:
The output of the script for a sample project can be viewed in this GitHub link.
Features
Features
Additional Information
Additional Information
Dependencies
1. PowerShell version > 5.1.19041.1645 2 .Depending on your PowerShell access level, you may need to ensure that the execution policy is changed accordingly. Read more on how to set execution policy in the official Microsoft documentation : https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.security/set-executionpolicy?view=powershell-7.2.
Code Language
Visual Basic
License & Privacy
MIT
Privacy Terms
Technical
Version
1.0Updated
May 17, 2022Works with
Studio: 22.4.1 - 22.10
Certification
Silver Certified
Tags
Support
UiPath Community Support
Resources