fix(wfe): add missing state in inmemory notify on run finished (#12987)
This commit is contained in:
committed by
GitHub
parent
ed39a3742e
commit
7b1debfe12
@@ -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