-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Returning submissionID from avworkflow_run
?
#102
Comments
Hi Adrienne, @amstilp Thanks for creating an issue. Sorry for the delay. The proposed solution would be to add something like Workflow submitted; Setting config$LastSubmissionId: d0069ded-9de3-43c3-8556-ceea39badb13
See avworkflow_jobs() for more details. How does that sound? |
Feel free to test with this branch: https://github.com/Bioconductor/AnVIL/tree/workflow_run_submissionId |
That sounds great, thanks for implementing! |
resolved in version 1.17.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've been using the Bioconductor
AnVIL
package to programmatically submit workflows, and it's great!One potential improvement would be to have
avworkflow_run()
also return the submissionId of the job. Right now it returns the config that the workflow was submitted with. However, I can easily get that fromavworkflow_configuration_inputs
, but it's not so straightforward to get the submissionId. (The user has to callavworkflow_jobs()
and assume that the most recent one is the submission, which is usually but not guaranteed to be true in a shared workspace.)It does look like the Rawls API for createSubmission returns the submissionId so maybe it's not too difficult to change? I'm also open to creating a pull request to make this change, if welcomed.
The text was updated successfully, but these errors were encountered: