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: Jean-Robin <[email protected]>
  • Loading branch information
toan-quach and jrobinAV authored Jan 19, 2024
1 parent 6f03f2d commit 93dc4ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ Here is the list of the `Submission^`'s attributes:

A `Submission^` object is created when a `Scenario^`, a `Sequence^` or a `Task^` is submitted.

- You can get the latest submission of a `Scenario^`, a `Sequence^` or a `Task^` with `taipy.get_latest_job()^`.
- You can get the latest submission of a `Scenario^`, a `Sequence^` or a `Task^` with `taipy.get_latest_submission()^`.
- You can retrieve a `Submission^` from its id by using the `taipy.get()^` function.

A Submission can be deleted using the `taipy.delete()^` function.
Expand Down

0 comments on commit 93dc4ca

Please sign in to comment.