Unverified Commit c93a718d authored by Marius van den Beek's avatar Marius van den Beek Committed by GitHub
Browse files

Merge pull request #16377 from mvdbeek/copy_when_expression_when_copying_step

[23.0] Copy when_expression when copying workflow step
parents 61a6a0bf 6a2b0e43
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 = {}