Scenario:
- Open the Workflow Designer.
- Create an element with command line tool with name "test"
- Add string parameter "arg123"
Expected result: argument name is the same "arg123" - Click Next several times until Finish
- Select "test" element on the scene
- Call "Edit configuration " from context menu
- Change "arg123" with "arg12345"
Expected result: argument name should be the same "arg123"
Current result: argument name is changed too: "arg12345"