From 6f03f2d9f5eb28da4e66f89696e0c91b5975b6a0 Mon Sep 17 00:00:00 2001 From: Toan Quach <93168955+toan-quach@users.noreply.github.com> Date: Fri, 19 Jan 2024 13:03:52 +0700 Subject: [PATCH] Update docs/manuals/core/entities/orchestrating-and-job-execution.md Co-authored-by: Jean-Robin --- docs/manuals/core/entities/orchestrating-and-job-execution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manuals/core/entities/orchestrating-and-job-execution.md b/docs/manuals/core/entities/orchestrating-and-job-execution.md index ef9c4b647..b97adf9a8 100644 --- a/docs/manuals/core/entities/orchestrating-and-job-execution.md +++ b/docs/manuals/core/entities/orchestrating-and-job-execution.md @@ -165,7 +165,7 @@ Here is the list of the `Submission^`'s attributes: - `SUBMITTED`: The submission has been submitted for execution but not processed yet by the orchestrator. - `UNDEFINED`: The submission's jobs have been submitted for execution but got some undefined status changes. -- `PENDING`: The submission has been enqueued by the orchestrator. It is waiting for an executor to be available +- `PENDING`: The orchestrator has enqueued the submission. It is waiting for an available worker to start executing a first job. for its execution. - `BLOCKED`: The submission is blocked by at least one blocked job waiting for its input data nodes to be ready. - `RUNNING`: The submission has its jobs currently being executed.