How to correctly document a uipath workflow?

Hello everyone!

I want to know if there is a standard way to document uipath workflows. I know the best practices and project organization, but I wonder if there is a tool or command that generates a document with the comments, like javadoc (for Java language for example).
If not, the only way to correctly document a uipath workflow is by comment every activity/variable/argument in order to other developers understand the workflow?

Thanks in advance!!

@Dev_Dav

We will mention below things in Solution Design Document (SDD):

  1. High level details about our process design.
  2. Input and output of each and every workflow.

Yes we need to give meaningful names to both variable and Arguments. And also provide proper Annotations/Comments for each activities especially for Complex logic involved.

1 Like

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