You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"default": "// Please note only Node.js code is supported here\nasync function run(msg, cfg, snapshot) {\n\tthis.logger.info('Incoming message is %j', msg);\n\tconst data = { result : 'Hello world!' };\n\t// You can emit as many data messages as required\n\tawait this.emit('data', { data });\n\tthis.logger.info('Execution finished');\n}"