feat(presets): add command to wait for jobs to finish
What
This MR add a blocking command that wait for jobs of a given submission_definition_uri
to finish running.
Why
This is needed to automate processes when retrying batches of submissions or jobs.
How
Add a command in the presets and deploy a new version
Note to reviewer
This is the second command in the presets that is non trivial.
To solve this problem, see this issue #17 (closed)
Closes #15 (closed)