diff --git a/lib/galaxy/workflow/modules.py b/lib/galaxy/workflow/modules.py index 08eef57e3b0..a3e9952289b 100644 --- a/lib/galaxy/workflow/modules.py +++ b/lib/galaxy/workflow/modules.py @@ -2127,6 +2127,7 @@ class PickValueModule(WorkflowModule): history = invocation.history hda = model.HistoryDatasetAssociation( name="Pick Value - skipped", + history=history, create_dataset=True, flush=False, )