Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/hosting/community-edition-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ The community edition doesn't include these features:
- SSO ([SAML](/hosting/securing/set-up-sso.md), [LDAP](/user-management/ldap.md))
- Sharing ([workflows](/workflows/sharing.md), [credentials](/credentials/credential-sharing.md)) (Only the instance owner and the user who creates them can access workflows and credentials)
- [Version control using Git](/source-control-environments/index.md)
- [Workflow history](/workflows/history.md) (You can get one day of workflow history with the community edition by [registering](#registered-community-edition))

These features are available on the Enterprise Cloud plan, including the self-hosted Enterprise edition. Some of these features are available on the Starter and Pro Cloud plan.

Expand All @@ -39,7 +38,6 @@ Registering unlocks these features for the community edition:

* [Folders](/release-notes.md#folders): Organize your workflows into tidy folders
* [Debug in editor](/workflows/executions/debug.md): Copy and [pin](/glossary.md#data-pinning-n8n) execution data when working on a workflow
* One day of [workflow history](/workflows/history.md): 24 hours of workflow history so you can revert back to previous workflow versions
* [Custom execution data](/workflows/executions/custom-executions-data.md): Save, find, and annotate execution metadata

To register a new community edition instance, select the option during your initial account creation.
Expand Down
2 changes: 1 addition & 1 deletion docs/workflows/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ contentType: howto
/// info | Feature availability
* Full workflow history is available on Enterprise Cloud and Enterprise Self-hosted.
* Versions from the last five days are available for Cloud Pro users.
* Versions from the last 24 hours are available for registered Community users.
* Versions from the last 24 hours are available for all users.
///

Use workflow history to view and restore previous versions of your workflows.
Expand Down