xf hai 1 ano
pai
achega
5d8aaf982d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/Hotline/FlowEngine/Workflows/WorkflowDomainService.cs

+ 1 - 0
src/Hotline/FlowEngine/Workflows/WorkflowDomainService.cs

@@ -1262,6 +1262,7 @@ namespace Hotline.FlowEngine.Workflows
             newStep.Status = EWorkflowStepStatus.WaitForAccept;
             newStep.PrevStepId = step.PrevStepId;
             newStep.IsMain = step.IsMain;
+            newStep.IsOrigin = step.IsOrigin;
             //newStep.ParentId = step.ParentId;
             newStep.Handlers = step.Handlers;
             newStep.StartCountersignId = step.StartCountersignId;