田爽 il y a 1 an
Parent
commit
000f9b8dd7

+ 3 - 3
src/Hotline.Application/Handlers/FlowEngine/StartWorkflowHandler.cs

@@ -66,9 +66,9 @@ namespace Hotline.Application.Handlers.FlowEngine
                     await _capPublisher.PublishAsync(EventNames.HotlineOrderFlowStarted, _mapper.Map<OrderDto>(order),
                         cancellationToken: cancellationToken);
                     break;
-                case WorkflowModuleConsts.KnowledgeAdd:
-				case WorkflowModuleConsts.KnowledgeUpdate:
-				case WorkflowModuleConsts.KnowledgeDelete:
+    //            case WorkflowModuleConsts.KnowledgeAdd:
+				//case WorkflowModuleConsts.KnowledgeUpdate:
+				//case WorkflowModuleConsts.KnowledgeDelete:
                     //await _knowledgeDomainService.UpdateWorkFlowId(notification.FlowAssignInfo, workflow.ExternalId, workflow.Id, cancellationToken);
                     //break;
                 case WorkflowModuleConsts.TelRestApply: