Skip to content

Commit 2aaf80b

Browse files
committed
fix(workflow-engine-*): Cleanup expired executions
1 parent fe78539 commit 2aaf80b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/modules/workflow-engine-inmemory/src/utils/workflow-orchestrator-storage.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,6 @@ export class InMemoryDistributedTransactionStorage
629629
}
630630
}
631631

632-
// TODO: Move
633632
async clearExpiredExecutions(): Promise<void> {
634633
await this.workflowExecutionService_.delete({
635634
retention_time: {

0 commit comments

Comments
 (0)