Each of the following terms can be specified one or more times. Simply create a named list or named character vector.
cromwellQuery(query = NULL, ...)
query | terms about the workflow |
---|---|
... | passed directly to httr `GET` (for including `timeouts`, `handles`, etc.) |
a data.frame of query results
The name of a job; may be specified more than once
one of Succeeded, Failed, Running
an id of a cromwell job
a timestamp of the form "2015-11-01T07:45:52.000-05:00", including mandatory offset
a timestamp of the form "2015-11-01T07:45:52.000-05:00", including mandatory offset
if paging is used, what page to select
if paging is used, how many records per page
## Not run: ------------------------------------ # res = cromwellQuery(terms=c(status='Succeeded',name='taskName')) # head(res) ## ---------------------------------------------