Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
simon louvet committed Jun 12, 2024
1 parent 382b5fc commit 36d8d0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/lib/workspace_lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,7 @@ function _cleanOldProcessByWorkflow(workflow) {
keepedHistoriqueEnds,
oldHistoriqueEnds
} = await _getOldProcessAndHistoriqueEnd(workflow);
console.log('oldProcesses',oldProcesses);
for (let oldProcess of oldProcesses){
await _markProcessAsResolved(oldProcess)
}
Expand Down

0 comments on commit 36d8d0b

Please sign in to comment.