UNPKG

@wmfs/tymly

Version:

A framework for building and sharing workflows in Node.js

10 lines (8 loc) 210 B
'use strict' module.exports = class Sleeping { run (event, context) { event.petDiary.push(`Sweet dreams ${event.petName}! x`) console.log('SLEEPING!!!!!!!!') context.sendTaskSuccess(event) } }