Create your first automation in just a few minutes.Try Studio Web →
by Hexaware Technologies
2
Activity
534
it seems "in_strDataTypeDataExcelPath" this parameters is not there any more ? so i had to read this excel and pass the datatable to the new parameter "in_DT_datatype". but the screen shots shown here is not updated
Please, check Hexaware.codeReview.Activities activity present under Hexaware >> CodeReviewLibrary.
This is main activity which internally uses codeReview activity which is present in side same package (Hexaware>>CodeReview).
How can I update the workflow so that I can change the rules like the naming convention based on our company's best practices? Thank you
This activity does not make any changes in workflow code.
For naming conventions, as per best practice if datatype of variable is string then developer can use "str_" (short form defined by developer followed by _) as prefix at the start of variable name.
For arguments, developers can use direction + "_" + short form of data type as prefix for the argument.
Ex:
To create variable related to city with data type string, developer can create variable with name str_city,
in similar way to create argument with direction in\out, developer can create argument with name io_str_city.
Now in this activity one input parameter asks excel file path (in_strDataTypeDataExcelPath).
As an input to this parameter, code reviewer can pass excel file path in which details rules like for which main datatype and short form of respective data type used by developer in code can be define.
This excel file must have to use name of sheet as "Sheet1" and column header as dataTypeName and dataTypeShortForm.
I would like to know how developers define variables and arguments in your organisation, so that I can provide you best solution.
License & Privacy
MIT
Privacy Terms
Technical
Version
1.0.25.6Updated
October 5, 2020Works with
Studio: 21.10 - 22.10
Certification
Silver Certified
Support
UiPath Community Support
Resources