Actions on workflow

Learn how to rename, duplicate and delete a workflow in NocoDB.

Permissions: Access to workflows requires a minimum Creator role in the base.

Workflow context menu provides options to manage your workflows effectively. You can rename, duplicate, delete, and enable/disable workflows as needed.

Rename workflow

To rename a workflow:

  • Use ... actions button next to the workflow name in the Workflows list
  • Select Rename workflow
  • Enter a new name and confirm

Rename Workflow

Duplicate workflow

To duplicate a workflow:

  • Use ... actions button next to the workflow name in the Workflows list
  • Select Duplicate workflow

A copy of the workflow is created with a prefix Copy of.

Duplicate Workflow

Delete workflow

To delete a workflow:

  • Use ... actions button next to the workflow name in the Workflows list
  • Select Delete workflow
  • Confirm deletion
Deleted workflows cannot be restored.

Delete Workflow

Enable or disable workflow

A workflow when enabled will execute its triggers and actions as configured. Workflow can be enabled or disabled as needed using the toggle button in the workflow toolbar.

Enable Disable Workflow

Pending workflow executions

When you publish changes to a workflow, some executions may already be paused and waiting to resume (for example, at a Delay or Wait Until node). In such cases, NocoDB prompts you to decide how those pending executions should be handled.

Pending Executions

Available options

  • Let them continue with old version Pending executions resume using the previously published version of the workflow. Any new changes you are publishing apply only to future executions.

  • Cancel pending executions All paused executions waiting to resume are stopped permanently and will not continue. Only newly triggered executions will use the updated workflow version.


Workflow notes

Workflow notes help document and explain the purpose of a workflow or individual steps within it. Notes are especially useful for complex workflows, team collaboration, and future maintenance.

Notes appear as colored annotation cards on the workflow canvas and do not affect execution.

Workflow Notes

Add a note

To add a note:

  • Click the 📄 button on the workflow canvas floating toolbar
  • Double-click the new note to enter your text

You can use notes to describe:

  • What a trigger or action does
  • Why a condition exists
  • Business logic or verification criteria

Edit or delete a note

  • Click on an existing note to edit its content
  • Use the 🗑️ button to remove the note from the workflow

Formatting support

Notes support basic text formatting such as bold, italic, and underline, making key information easier to scan.

Notes are purely informational and do not impact workflow execution or logic.