fix(wfe): should notify when finished + add state info (#12982)
This commit is contained in:
committed by
GitHub
parent
89a57edb30
commit
238e7d53c1
@@ -841,6 +841,7 @@ moduleIntegrationTestRunner<IWorkflowEngineService>({
|
||||
|
||||
void workflowOrcModule.subscribe({
|
||||
workflowId: "wf-when",
|
||||
transactionId: "trx_123_when",
|
||||
subscriber: (event) => {
|
||||
if (event.eventType === "onFinish") {
|
||||
done()
|
||||
|
||||
Reference in New Issue
Block a user