DataBiosphere / job-manager

Job Manager API and UI for interacting with asynchronous batch jobs and workflows.
BSD 3-Clause "New" or "Revised" License
26 stars 5 forks source link

Cromwell: Be able to query by > start_date or < start_date #261

Open snovod opened 6 years ago

snovod commented 6 years ago

Right now it seems like you can only look for workflows that have started on a specific start date, but it would be extremely helpful if we could look for all all workflows that started before or after a specific date.


Above is from Sam, here is a ticket copied from elastc:

Cromwell currently does not support but would be nice for users in the future. As a user, I want to be able to query by date range flexibly. I want to see all jobs that started in the last week, for example.

From Ruchi: We can't query by just a range of start or just a range of end dates. So it's not possible to say show me everything started over a span of 7 days. However, you can say show me everything started after a certain date. You can use start & end dates together to show everything that started and ended over a range, say everything that started & finished in February

AC: Users can query by date range

kbergin commented 6 years ago

Hi @snovod - thank you for the request! Although it is definitely not clear from the UI, the currently functionality shows you everything that started on or after the date you select. For end date, it shows you everything that finished on or before that date. In the future, we hope to make the date picker more robust by adding quick date range options and a custom option.

image