@node-ts/bus-workflow
Advanced tools
Comparing version 0.6.6 to 0.6.7
@@ -23,3 +23,3 @@ "use strict"; | ||
if (!workflowDataItems.length) { | ||
this.logger.info('No existing workflow data found for message. Ignoring.', { message }); | ||
this.logger.debug('No existing workflow data found for message. Ignoring.', { message }); | ||
return; | ||
@@ -26,0 +26,0 @@ } |
{ | ||
"name": "@node-ts/bus-workflow", | ||
"description": "A workflow engine for orchestrating logic flows in distributed applications.", | ||
"version": "0.6.6", | ||
"version": "0.6.7", | ||
"license": "MIT", | ||
@@ -58,3 +58,3 @@ "main": "./dist/index.js", | ||
], | ||
"gitHead": "73ceeae0e133da77a3ee2015477f3e0c05bff04b" | ||
"gitHead": "3c54fa54a14105bbdd95d95ac4d45263635b67a1" | ||
} |
@@ -36,3 +36,3 @@ import { Message, MessageAttributes } from '@node-ts/bus-messages' | ||
if (!workflowDataItems.length) { | ||
this.logger.info('No existing workflow data found for message. Ignoring.', { message }) | ||
this.logger.debug('No existing workflow data found for message. Ignoring.', { message }) | ||
return | ||
@@ -39,0 +39,0 @@ } |
Sorry, the diff of this file is not supported yet
136910