fix(wfe): add missing state in inmemory notify on run finished (#12987)
This commit is contained in:
committed by
GitHub
parent
ed39a3742e
commit
7b1debfe12
5
.changeset/healthy-insects-dress.md
Normal file
5
.changeset/healthy-insects-dress.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@medusajs/workflow-engine-inmemory": patch
|
||||
---
|
||||
|
||||
fix(wfe): add missing state in inmemory notify on run finished
|
||||
@@ -213,6 +213,7 @@ export class WorkflowOrchestratorService {
|
||||
eventType: "onFinish",
|
||||
workflowId,
|
||||
transactionId: context.transactionId,
|
||||
state: ret.transaction.getFlow().state as TransactionState,
|
||||
result,
|
||||
errors,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user