Unverified Commit 6a2b0e43 authored by mvdbeek's avatar mvdbeek
Browse files

Copy when_expression for when copying workflow step

parent 61a6a0bf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7276,6 +7276,7 @@ class WorkflowStep(Base, RepresentById):
        copied_step.position = self.position
        copied_step.config = self.config
        copied_step.label = self.label
        copied_step.when_expression = self.when_expression
        copied_step.inputs = copy_list(self.inputs, copied_step)

        subworkflow_step_mapping = {}