Editing java/python code through Visual studio in uipath / directly through UIPath

Hi All,

I want to make changes in existing java/python code in UI Path.

Any help on how can we achieve this would be helpful.

Thanks.

Hi

You can execute the python or java code with UiPath and can Make changes with script you have before executing but will not be able to do changes within UiPath

UiPath does not provide a built-in integrated development environment (IDE) similar to Visual Studio for editing Java or Python scripts directly within the UiPath Studio interface.

though we have Coded Workflow Automation (CWA) however it does not directly support editing or modifying Python or Java scripts within UiPath workflows

Hope this clarifies

Cheers @kothanavya.sri

Thanks for the reply @Palaniyappan.

Is this possible to run the entire project by opening Visual studio through UI Path and read the exceptions once it is done ?

1 Like

Not projects but for activities Creation it’s possible with visual studio
Check this out
https://docs.uipath.com/activities/other/latest/developer/using-activity-creator#

Have a view on coded workflow automation as well as I could ur interest is mostly with config come automation

https://docs.uipath.com/studio/standalone/2023.10/user-guide/using-coded-automation-in-low-code-workflow

Cheers @kothanavya.sri

hi

To make changes to existing Java or Python code within UiPath, you can use the “Invoke Code” activity. This activity allows you to write and execute custom code in various languages, including Java and Python, directly within your UiPath workflow.

1)In the Language property, select either Python or VB.Net for Java. Choose the appropriate language depending on the code you are working with.

@kothanavya.sri

No that’s only for vb net c sharp


Check this out
We won’t be able to edit python or Java

https://docs.uipath.com/activities/other/latest/workflow/invoke-code

@sai_gupta
@kothanavya.sri

Hope it is clarified
If not we can keep this discussion open

If yes would recommend to close it

@kothanavya.sri