feat: workflows release events (#7664)
* feat: Release grouped events once a worfklow finish * update common step * update types * tests * optionality * fies * cancel flow on release failure * clear events on fail * more tests * log errors * log more errors * update missing interface method declaration * fix missing return * update mock * fix tests
This commit is contained in:
@@ -39,7 +39,7 @@ export class LocalWorkflow {
|
||||
protected handlers: Map<string, StepHandler>
|
||||
protected medusaContext?: Context
|
||||
|
||||
get container() {
|
||||
get container(): MedusaContainer {
|
||||
return this.container_
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user