From 2d0ac2d2e8037a9bd05fa6c67654b808740309b7 Mon Sep 17 00:00:00 2001 From: Murdock9803 Date: Wed, 9 Oct 2024 07:36:05 +0530 Subject: [PATCH] added the documentation about uniqueness of execution IDs in a project domain Signed-off-by: Murdock9803 --- docs/user_guide/concepts/main_concepts/executions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user_guide/concepts/main_concepts/executions.rst b/docs/user_guide/concepts/main_concepts/executions.rst index b6ee602520..dd95c25dee 100644 --- a/docs/user_guide/concepts/main_concepts/executions.rst +++ b/docs/user_guide/concepts/main_concepts/executions.rst @@ -6,7 +6,7 @@ Executions .. tags:: Basic, Glossary -**Executions** are instances of workflows, nodes or tasks created in the system as a result of a user-requested execution or a scheduled execution. +**Executions** are instances of workflows, nodes or tasks created in the system as a result of a user-requested execution or a scheduled execution. Execution IDs are unique within a given project domain, ensuring that no two executions within the same domain can have the same ID. Typical Flow Using Flytectl ---------------------------