Skip to main content

Rename Steps: Enhance Workflow Readability in Torq

Learn how to rename steps and maintain their references in Torq to improve workflow clarity and efficiency.


Each step name is a unique identifier within the workflow designer and determines how the step is referenced elsewhere in the workflow using JSON expressions, for example, {{ $.<step_name>.results }}. When you rename a step, Torq automatically updates all references to the new name to maintain consistency, unless the name is not unique.

Handle duplicate step names

If multiple steps share the same name and you rename one, you must decide whether to update references to the new name or leave them pointing to the original.

For example, consider a workflow with two steps named RF Result where only one executes depending on conditions.

Rename and update all references

  1. Rename the step: Enter the new step name.

  2. Review affected steps: Confirm the list of steps that reference the renamed step.

  3. Update references: Ensure Update all references is checked.

Result: All references now point to the renamed step. The other steps with the original name are no longer referenced.

Rename without updating references

  1. Rename the step: Enter the new step name.

  2. Skip reference update: Uncheck Update all references.

Result: References to the original name remain unchanged. The renamed step is not referenced anywhere, update references manually if needed.

Did this answer your question?