-
Notifications
You must be signed in to change notification settings - Fork 3
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
Workflow submission scenarios #261
Comments
I'm dumping here some meetings note concerning the "running a workflow from task A to task B" feature. Running workflow from A to B: to be more clearly defined => what do we need to clarify? User stories? Implementation approach? User stories:
Goal: Tackle user stories 1-3 Assumptions: Current status New Requirement: We need to select to correct task to restart from Q: Does the user need to define the output dataset? If the task defines (& changes) the output type, not necessarily Runner has no access to the db => monitoring & updates goes via the metadata file |
Use case 6: Likely this could go through a more structured The guiding principle in this should be that "Each attribute in metadata needs to exist somewhere else in the OME-Zarr file", and we would also need to rely on "Bootstrap metadata from an existing OME-Zarr file". Other related fractal-tasks-core issues: |
Reviewed. Functionality of 1-4 is already implemented, 5 is indeed covered with: |
While working out the web GUI interactions, I came up with a more detailed version of workflow submissions. I'm summarizing here such that we have a centralized overview of the scenarios (see also draft of new functional specs, submission section).
Here is a sketch of these scenarios:
There is a main workflow (see discussion here: #236) that the user sees & where the user edits parameters. They first submit tasks 1 & 2 (workflow submission ID1). Then, the user experiments with options for task 3 (workflow submission IDs 2-4). Finally, they submit the fitting parameter on the whole dataset & run tasks 3 & 4 (workflow submission ID5)
The text was updated successfully, but these errors were encountered: