Actions
Bug #15557
open[Process view] Re-run workflow
Status:
New
Priority:
Normal
Assigned To:
-
Category:
Workbench2
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Story points:
-
Release:
Release relationship:
Auto
Description
This bug report includes 2 issues that I think are related:
The re-run process option was hidden, because it was buggy. Put it back and fix the following issues.
Run workflow UI doesn't provide input parameters¶
When clicking on "Run process" on a workflow that requires inputs from the user, the "Select inputs" UI doesn't show them.
Re-run process doesn't copy the default input values¶
On file src/store/processes/processes-actions.ts
, the function getInputs
(called from function reRunProcess
) assumes that the main workflow object doesn't have any default
member, so it copies whatever cwl.input.json
has, even if it is empty.
Not sure what should be the precedence if both default values exist.
Related issues
Updated by Lucas Di Pentima almost 3 years ago
- Category set to Workbench2
- Target version set to Arvados Future Sprints
Updated by Lucas Di Pentima almost 3 years ago
- Subject changed from [Workbench2] Re-run process doesn't copy the default input values to [workbench2] Run workflow inputs issues
- Description updated (diff)
Updated by Peter Amstutz over 2 years ago
- Release set to 20
- Target version deleted (
Arvados Future Sprints)
Updated by Peter Amstutz over 2 years ago
- Subject changed from [workbench2] Run workflow inputs issues to [Process view] Run workflow inputs issues
Updated by Peter Amstutz over 1 year ago
- Related to Story #16945: WB2 Workflows / containers feature parity added
Updated by Peter Amstutz 5 months ago
- Description updated (diff)
- Subject changed from [Process view] Run workflow inputs issues to [Process view] Re-run workflow
Actions