feat(core): Initial TestRunner service with basic test execution (no-changelog) (#11735)

This commit is contained in:
Eugene
2024-11-26 16:04:24 +01:00
committed by GitHub
parent 6b23ad0c12
commit 845ba6c917
10 changed files with 661 additions and 3 deletions

View File

@@ -2371,7 +2371,8 @@ export type WorkflowExecuteMode =
| 'manual'
| 'retry'
| 'trigger'
| 'webhook';
| 'webhook'
| 'evaluation';
export type WorkflowActivateMode =
| 'init'