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 6e8b0ce commit 78ba56d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions core/lib/workspace_lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@ function _cleanOldProcessByWorkflow(workflow) {
for (let oldProcess of oldProcesses){
await _markProcessAsResolved(oldProcess)
}
console.log(`--------- end clean By Workflow ${workflow.name}`)

// for (let oldHistoriqueEnd of oldHistoriqueEnds){
// await fragment_lib.tagGarbage(oldHistoriqueEnd.frag);
Expand Down
2 changes: 1 addition & 1 deletion engine/communication/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Communication {
workspace_component_lib.get({
_id: messageObject.id
}).then( (data)=>{
console.log('work-ask',messageObject)
// console.log('work-ask',messageObject)
const engine = require('../services/engine.js')
// console.log('messageObject',messageObject)
engine.execute(data, 'work', this.amqpClient, messageObject.callerId,messageObject.pushData,messageObject.queryParams, messageObject.tracerId).then(r=>{
Expand Down

0 comments on commit 78ba56d

Please sign in to comment.