fix(core): Filter out certain executions from crash recovery (#9904)

Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
Iván Ovejero
2024-07-02 17:07:07 +02:00
committed by GitHub
parent 61c20d1ae3
commit 7044d1ca28
12 changed files with 217 additions and 20 deletions

View File

@@ -11,6 +11,7 @@ export const enum EventMessageTypeNames {
confirm = '$$EventMessageConfirm',
workflow = '$$EventMessageWorkflow',
node = '$$EventMessageNode',
execution = '$$EventMessageExecution',
aiNode = '$$EventMessageAiNode',
}