Rename a workflow

You can rename your workflow while building or editing it (pre-initial deployment) or after you deploy it (post-deployment), but the effects of renaming post-deployment should be carefully considered.

When renaming a workflow post-deployment keep in mind the following:

  • Renaming a workflow that you've already deployed essentially deploys a new workflow with the new name, and the original workflow remains as a deployed workflow on the server.
  • Workflow integration between forms and your workflow might be broken after rename, so ensure to check the integration and reconfigure the renamed version if needed.
  • If you created any custom code that integrates with the workflow, you may need to change the workflow name and location in your code.
  • Any existing instances of the old workflow (before the rename) do not automatically migrate to the new workflow (after the rename).
  • Renaming a deployed workflow does not affect current or running instances of the workflow. Instances started after the name change are started under the new name.
  • After renaming, it is a best practice to remove integration in the original (old) workflow from forms and rules used by the renamed (new) workflow.

For related information see, KB002953: Saving, copying and renaming workflows.