You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
In terms of job arguments, here are the different scenarios:
The text was updated successfully, but these errors were encountered: