UNPKG

@wmfs/tymly

Version:

A framework for building and sharing workflows in Node.js

10 lines (8 loc) 223 B
'use strict' module.exports = class Walking { run (event, context) { console.log('SITTING!!!!', context.executionName) event.petDiary.push(`${event.petName} is sitting.`) context.sendTaskSuccess(event) } }