xf 2 months ago
parent
commit
c4f75decd8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Hotline/FlowEngine/Workflows/WorkflowDomainService.cs

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

@@ -1545,7 +1545,7 @@ namespace Hotline.FlowEngine.Workflows
                 expiredTime, isOrderFiled, handleMode, stepConfig, cancellationToken);
                 expiredTime, isOrderFiled, handleMode, stepConfig, cancellationToken);
         }
         }
 
 
-        public async Task<bool> RecallAsync(Workflow workflow, BasicWorkflowDto dto,
+        private async Task<bool> RecallAsync(Workflow workflow, BasicWorkflowDto dto, StepAssignInfo stepAssignInfo,
             StepDefine targetStepDefine, WorkflowStep targetStep, EWorkflowTraceType traceType,
             StepDefine targetStepDefine, WorkflowStep targetStep, EWorkflowTraceType traceType,
             DateTime? expiredTime, bool isOrderFiled, EHandleMode handleMode,
             DateTime? expiredTime, bool isOrderFiled, EHandleMode handleMode,
             Action<Workflow, StepDefine, WorkflowStep, WorkflowStep>? stepConfig = null,
             Action<Workflow, StepDefine, WorkflowStep, WorkflowStep>? stepConfig = null,