UNPKG

@wmfs/tymly

Version:

A framework for building and sharing workflows in Node.js

9 lines (7 loc) 182 B
'use strict' module.exports = class WakingUp { run (event, context) { event.petDiary.push(`Look out, ${event.petName} is waking up!`) context.sendTaskSuccess(event) } }