How can I change a name of a step? I have several script steps in a workflow, all of them named “Script” which makes it difficult to find the correct one. I think in the previous version of Workflows Editor it was possible to do.
I tried clicking the name but it opens a Workflow description editor.
Thanks!
You’re looking at the right place, but it seems the latest version of the editor did mess this up…
Reported this at: https://github.com/bitrise-io/bitrise-workflow-editor/issues/145
Thanks for reporting and sorry for the inconvenience, we’ll try to fix this ASAP!
Temporary workaround: you can specify the title in bitrise.yml
mode, e.g.:
- script@1.1.3:
title: Do anything with Script step
- deploy-to-bitrise-io@1.2.9: {}
Thanks for the reply, I will use the workaround until it gets fixed 
1 Like
The issue was fixed in v1.0.7 of the workflow editor, and is now available on bitrise.io too
Thanks for reporting the issue @rafalzawadzki and sorry for the inconvenience!