perf: workflow context split (#3083)

* perf: workflow context split

* perf: context
This commit is contained in:
Archer
2024-11-07 10:02:22 +08:00
committed by archer
parent 10421d73f4
commit fa2fbc1ddd
34 changed files with 1193 additions and 997 deletions

View File

@@ -1,9 +1,6 @@
export enum EventNameEnum {
sendQuestion = 'sendQuestion',
editQuestion = 'editQuestion',
requestWorkflowStore = 'requestWorkflowStore',
receiveWorkflowStore = 'receiveWorkflowStore'
editQuestion = 'editQuestion'
}
export const eventBus = {