fix rest of early draft

This commit is contained in:
Deborah Barnard
2024-04-30 12:01:26 +01:00
parent 6095bb8561
commit 469651e316
2 changed files with 2 additions and 13 deletions

View File

@@ -9,16 +9,7 @@ A workflow is a collection of nodes connected together to automate a process. Yo
## Create a workflow
1. Make sure you're in the correct project. This affects where you can find the workflow later, and who it's automatically shared with.
??? Details "Workflow creation and projects"
You can create workflows in:
* <span class="inline-image">![Home icon](/_images/common-icons/home.png)</span> **Home**: you can view the workflow in <span class="inline-image">![Home icon](/_images/common-icons/home.png)</span> **Home** or in your personal project. It isn't shared.
* In a different project where you are an admin or member: you can view the workflow in the project, or in **Home**, but not in your personal project. The workflow is shared with everyone in the project.
Refer to [Projects](/user-management/rbac/projects/) for more information about RBAC and projects.
1. If your n8n instance has [RBAC and projects](/user-management/rbac/) enabled: select either <span class="inline-image">![Home icon](/_images/common-icons/home.png)</span> **Home** to create a workflow in your own space, or a project to create a workflow and automatically share it with other project members
1. On the **Workflows** list, select **Add Workflow**.
1. Get started by adding a trigger node: select **Add first step...**

View File

@@ -5,8 +5,6 @@ contentType: howto
# Workflow sharing
[TODO: workflow sharing was broken as of 28/03. Return to this page and check details carefully once working.]
/// info | Feature availability
Available on Pro and Enterprise Cloud plans, and Enterprise self-hosted plans.
///
@@ -29,7 +27,7 @@ You can browse and search workflows on the **Workflows** list. The workflows in
* **Home** lists all workflows you can access. This includes:
* Your own workflows.
* Workflows shared with you.
* If you log in as the instance owner: all workflows in the instance.
* If you log in as the instance owner or admin: all workflows in the instance.
* Other projects: all workflows in the project.
## Workflow roles and permissions