chore(workflow-engine-*): cleanup and improvements (#13789)

**What**
Cleanup recent work on workflows
This commit is contained in:
Adrien de Peretti
2025-10-23 12:50:24 +02:00
committed by GitHub
parent 356dcc94ce
commit d51ae2768b
10 changed files with 344 additions and 310 deletions

View File

@@ -1102,7 +1102,7 @@ moduleIntegrationTestRunner<IWorkflowEngineService>({
expect(executionsListAfter).toHaveLength(1)
})
it("should display error when multple async steps are running in parallel", async () => {
it("should display error when multiple async steps are running in parallel", async () => {
let errors: Error[] = []
const onFinishPromise = new Promise<void>((resolve) => {
void workflowOrcModule.subscribe({