How to rename the process name

I have created a process with the name “testProcess”, I have renamed it to “testProcessNew” from the project folder, but the new name does not reflect inside the studio.
Any idea how to change that.

In the picture above, it still shows “testProcess”

1 Like

Hi @Sanjay_Bhat
You have to change it in project.json

As you can see below, Open project.json in notepad or VS Code and change the name.


It should get reflected on your studio


Note: You cannot change it by opening the project.json on Studio as it will open as a Read-Only

If this solves your issue, Do mark it as a solution.
Happy Automation :star_struck:

2 Likes

Hi @Sanjay_Bhat

Go to Project.json file and change the name which is in first line. Save the file and open the process again you can see the change in Project name.

Hope it helps!!

@Sanjay_Bhat ,

once you have done the changes in project.json file. Points to keep in mind

  1. Make sure to save it before closing
  2. If any instance is already opened for this process then close it and reopen it from the beginning
    if you will follow these steps, your issue will get resolved

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