fix(wfe): should notify when finished + add state info (#12982)

This commit is contained in:
Adrien de Peretti
2025-07-18 09:20:46 +02:00
committed by GitHub
parent 89a57edb30
commit 238e7d53c1
4 changed files with 47 additions and 28 deletions

View File

@@ -841,6 +841,7 @@ moduleIntegrationTestRunner<IWorkflowEngineService>({
void workflowOrcModule.subscribe({
workflowId: "wf-when",
transactionId: "trx_123_when",
subscriber: (event) => {
if (event.eventType === "onFinish") {
done()