Merge pull request #1002 from n8n-io/N8N-5156-executions

update execution doc
This commit is contained in:
Deborah 2022-10-27 11:51:02 +01:00 committed by GitHub
commit c677d7803c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 B

View File

@ -1,9 +1,9 @@
---
description: An execution is a single run of a worklow.
description: An execution is a single run of a workflow.
---
# Overview
# Executions
An execution is a single run of a worklow.
An execution is a single run of a workflow.
You can view your executions history by opening the left menu, then selecting **Executions**. n8n opens the **Workflow Executions** modal.
Select **Executions** <span class="inline-image">![Executions menu icon](/_images/common-icons/executions-menu.png)</span> to view your executions history. n8n opens the **Workflow Executions** modal. You can then open and view individual executions.