UNPKG

@wmfs/tymly

Version:

A framework for building and sharing workflows in Node.js

11 lines (9 loc) 194 B
'use strict' module.exports = class Hello { run (event, context) { const greeting = 'HELLO...' console.log(greeting) event.greeting = greeting context.sendTaskSuccess() } }