Open
Description
The goal of this feature is to allow to run more than 1 jobs at once from the UI
Scenarios that need to be handled:
- Filtering jobs from the runs page, selecting them (all within page, all within filters, or one by one) and re-running all of them (v0)
- Take a time window range within a schedule that is in the past and run all ticks that would have happened in the past, with optionally not re-running the ticks that did actually happen
In terms of job arguments, here are the different scenarios:
- Rerun with exactly same args as the re-ran job (v0)
- If having selected different script versions or flow versions, which have different schemas:
- Have a tab for each script/flow version containing a schema form
- Have a "common tab" where fields that are common can be set there
- every field can either be set with static info or a javascript expression like for scripts/flows, where possible values usable in that javascript expressions are the date at which the job was originally schedules or the value of other fields
Metadata
Assignees
Labels
No labels