Deleting workflow inputs won't reflect on tools

So, i’m currently working on UiPath studio web and i created this workflow and i added some inputs that are required to run, and then i put it as a tool for an agent

Then when i deleted the input arguments from that same workflow, it won’t seem to reflect the change when i’m attempting to use it as a tool, it’s like the input arguments weren’t even deleted to begin with

Can somebody tell me why this happens? how can be prevented? and most importantly, how can i get it fixed?

EDIT: Ok as for the arguments not reflecting, i discovered something that might be relevant, When i attempt to change the arguments via JSON, and try to modify the code, it says that can’t edit read-only code, but i can still add workflorws and add arguments with other method that’s not JSON

EDIT 2: So, i’ve changed the argument types to Text, Number and all the changes are reflecting when i use it as a tool, anyone thinks that has to do with the type of variable that’s being used?

@eduardo.ruelas,

Try re-adding the RPA workflow tool again This should reflect the changes in arguments.

@eduardo.ruelas

As of now thats a know thing.. if we readd by removing it would reflect

Cheers

Ok as for the arguments not reflecting, i discovered something that might be relevant, When i attempt to change the arguments via JSON, and try to modify the code, it says that can’t edit read-only code, but i can still add workflorws and add arguments with other method that’s not JSON