MarketplaceStudioActivityHexaware - Code Review Activity

Create your first automation in just a few minutes.Try Studio Web

Hexaware - Code Review Activity

Hexaware - Code Review Activity

by Hexaware Technologies

Star

2

Activity

Downloads

534

seetharaman k
Posted 5 years ago

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

Gurunath Dhuri
Posted 5 years ago ago

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).

Jan Brian Despi
Posted 5 years ago

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

Gurunath Dhuri
Posted 5 years ago ago

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.

Publisher

Hexaware Technologies

Visit publisher's page

Trusted Source

License & Privacy

MIT

Privacy Terms

Technical

Version

1.0.25.6

Updated

October 5, 2020

Works with

Studio: 21.10 - 22.10

Certification

Silver Certified

Support

UiPath Community Support

Resources