Skip to content

Commit

Permalink
Update docs/manuals/core/entities/orchestrating-and-job-execution.md
Browse files Browse the repository at this point in the history
Co-authored-by: Fabien Lelaquais <[email protected]>
  • Loading branch information
toan-quach and FabienLelaquais authored Jan 18, 2024
1 parent 6d48fac commit da7c36d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit da7c36d

Please sign in to comment.