fix onStepAwaiting events (#7161)
This commit is contained in:
committed by
GitHub
parent
11517f0faf
commit
edcafa140c
@@ -573,9 +573,7 @@ export class WorkflowOrchestratorService {
|
||||
|
||||
await notify({ eventType: "onStepAwaiting", step })
|
||||
|
||||
if (!step.definition.backgroundExecution) {
|
||||
this.activeStepsCount--
|
||||
}
|
||||
this.activeStepsCount--
|
||||
},
|
||||
|
||||
onCompensateStepSuccess: async ({ step, transaction }) => {
|
||||
|
||||
Reference in New Issue
Block a user