PrefectHQ/prefect

Copy Additional Options when user selects "Copy to New Run"

Opened this issue · 0 comments

Describe the current behavior

When "Copy to New Run" is selected from the drop down menu on the page for a flow run, all the parameters are copied over with the exception of the items under the Additional Options section.

Describe the proposed behavior

The Additional Options that were used in the previous run that is being copied from are also copied over.

Example Use

When running a flow with a custom docker image, I set the Job Variable section to the following json:

{ "image": "<ecr docker image URI>"}

And when I run a new flow by using "Copy to New Run" this job variable is not copied over and I have to type it in again.

Additional context

No response