UNPKG

@wmfs/tymly

Version:

A framework for building and sharing workflows in Node.js

11 lines (9 loc) 260 B
'use strict' module.exports = class Eating { run (event, context) { console.log('EATING!!!!', context.executionName) event.petDiary.push(`Shh, ${event.petName} is eating...`) event.hoursSinceLastMeal = 0 context.sendTaskSuccess(event) } }