perf: workflow context split (#3083)
* perf: workflow context split * perf: context
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
export enum EventNameEnum {
|
||||
sendQuestion = 'sendQuestion',
|
||||
editQuestion = 'editQuestion',
|
||||
|
||||
requestWorkflowStore = 'requestWorkflowStore',
|
||||
receiveWorkflowStore = 'receiveWorkflowStore'
|
||||
editQuestion = 'editQuestion'
|
||||
}
|
||||
|
||||
export const eventBus = {
|
||||
|
||||
Reference in New Issue
Block a user