From da7c36d864cc2fa6714a7c9149fd624736289d1e Mon Sep 17 00:00:00 2001 From: Toan Quach <93168955+toan-quach@users.noreply.github.com> Date: Thu, 18 Jan 2024 15:51:14 +0700 Subject: [PATCH] Update docs/manuals/core/entities/orchestrating-and-job-execution.md Co-authored-by: Fabien Lelaquais <86590727+FabienLelaquais@users.noreply.github.com> --- 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 efa869a70..9c9b9351f 100644 --- a/docs/manuals/core/entities/orchestrating-and-job-execution.md +++ b/docs/manuals/core/entities/orchestrating-and-job-execution.md @@ -180,7 +180,7 @@ A `Submission^` object is created when a `Scenario^`, a `Sequence^` or a `Task^` - You can get the latest submission of a `Scenario^`, a `Sequence^` or a `Task^` with `taipy.get_latest_job()^`. - You can retrieve a `Submission^` from its id by using the `taipy.get()^` function. -A Submission can be deleted using the `taipy.delete()^` method. +A Submission can be deleted using the `taipy.delete()^` function. Deleting a Submission can raise an `SubmissionNotDeletedException^` if the `Status^` of the Submission is not `CANCELED`, `COMPLETED`, `FAILED` or `UNDEFINED`.