-
Notifications
You must be signed in to change notification settings - Fork 0
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
Show list of images that would be processed by the first task of a job #682
Comments
|
Image list & selection is shown in the first modal page of running a workflow: It is shown on Continue workflow It's not shown on restart workflow (as the dataset will be empty then) Scope limits:
|
For the first implementation, the pre-populated filters should be a combination of the following filters (if set), starting from the lowest-priority one:
(note: this is only for the first implementation, namely the one which does not yet require the new filters data structure defined e.g. in fractal-analytics-platform/fractal-server#1401 and fractal-analytics-platform/fractal-server#2153). |
Note: the current table will not have the view/edit/delete buttons, for the moment. Type filters (if set) are immutable. |
No, there should be a single way of viewing this table.
request_filters["attributes"] = dataset.filters["attributes"]
request_filters["attributes"].update(worfklowtask.input_filters["attributes")
|
|
For attribute filters, the |
That's correct (but not yet available in the backend).
The configuration variable will enable the possibility of setting |
As a clarification: the future list of attribute filters would be:
|
Starting from this situation
we want the client to expose the information of "which images will be processed by the first task in the workflow"
This requires merging together a few different filters (TBD):
and then calling the
POST /api/v2/project/1/dataset/1/images/query
endpoint with the appropriate filters.UI for showing the image list:
The text was updated successfully, but these errors were encountered: